diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 01:08:00 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 01:08:00 +0000 |
commit | fb61e7b9cdcede23b1c13214173f3140758ad80e (patch) | |
tree | 56a00058e5626c9c5802cef071adca16301579cd /dev-php5/pecl-htscanner | |
parent | LICENSE fix from project overlay (diff) | |
download | gentoo-2-fb61e7b9cdcede23b1c13214173f3140758ad80e.tar.gz gentoo-2-fb61e7b9cdcede23b1c13214173f3140758ad80e.tar.bz2 gentoo-2-fb61e7b9cdcede23b1c13214173f3140758ad80e.zip |
LICENSE fix from project overlay
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'dev-php5/pecl-htscanner')
-rw-r--r-- | dev-php5/pecl-htscanner/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-php5/pecl-htscanner/ChangeLog b/dev-php5/pecl-htscanner/ChangeLog index 26994dee212b..2fedc5889627 100644 --- a/dev-php5/pecl-htscanner/ChangeLog +++ b/dev-php5/pecl-htscanner/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php5/pecl-htscanner # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.2 2007/11/30 00:30:20 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.3 2007/12/06 01:08:00 jokey Exp $ + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> + pecl-htscanner-0.8.1.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-htscanner-0.8.1.ebuild: + Fix LICENSE 30 Nov 2007; Markus Ullmann <jokey@gentoo.org> pecl-htscanner-0.8.1.ebuild: diff --git a/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild b/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild index d05d16e32234..33f0f718ccb2 100644 --- a/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild +++ b/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild,v 1.2 2007/11/30 00:30:20 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild,v 1.3 2007/12/06 01:08:00 jokey Exp $ PHP_EXT_NAME="htscanner" PHP_EXT_INI="yes" @@ -13,7 +13,7 @@ inherit php-ext-pecl-r1 eutils depend.php php-ext-base-r1 KEYWORDS="~amd64 ~x86" DESCRIPTION="Enables .htaccess options for php-scripts running as cgi." -LICENSE="PHP" +LICENSE="PHP-3" SLOT="0" IUSE="" |