diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 00:55:08 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 00:55:08 +0000 |
commit | e4cd7d6a8406552e161e94dc8468665108c09008 (patch) | |
tree | 5baeab44c4971c0b17cbfd9f27a55a62ab40d7d6 | |
parent | LICENSE fix from project overlay (diff) | |
download | gentoo-2-e4cd7d6a8406552e161e94dc8468665108c09008.tar.gz gentoo-2-e4cd7d6a8406552e161e94dc8468665108c09008.tar.bz2 gentoo-2-e4cd7d6a8406552e161e94dc8468665108c09008.zip |
LICENSE fix from project overlay
(Portage version: 2.1.4_rc7)
-rw-r--r-- | dev-php/PEAR-Text_Password/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.0.ebuild | 6 |
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-php/PEAR-Text_Password/ChangeLog b/dev-php/PEAR-Text_Password/ChangeLog index 8ab513c7ebde..06f2815f2f34 100644 --- a/dev-php/PEAR-Text_Password/ChangeLog +++ b/dev-php/PEAR-Text_Password/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-php/PEAR-Text_Password # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Password/ChangeLog,v 1.18 2007/02/21 23:37:55 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Password/ChangeLog,v 1.19 2007/12/06 00:55:08 jokey Exp $ + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> + PEAR-Text_Password-1.1.0.ebuild: + LICENSE fix from project overlay + + 02 Dec 2007; Jakub Moc <jakub@gentoo.org> + PEAR-Text_Password-1.1.0.ebuild: + Fix LICENSE 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.0.ebuild b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.0.ebuild index 19c31583885f..e4ffc98784b9 100644 --- a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.0.ebuild +++ b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.0.ebuild,v 1.13 2006/03/30 19:43:42 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.0.ebuild,v 1.14 2007/12/06 00:55:08 jokey Exp $ inherit php-pear-r1 DESCRIPTION="Creating passwords with PHP." -LICENSE="PHP" +LICENSE="PHP-3" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" |