diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 00:59:25 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 00:59:25 +0000 |
commit | 95074fc21f32265346f56b0e9ace5d061a5b2a2b (patch) | |
tree | efee6816d74fd595558e51b5f45fd6891f6215bb /dev-php/PEAR-Log | |
parent | LICENSE fix from project overlay and version bump (diff) | |
download | historical-95074fc21f32265346f56b0e9ace5d061a5b2a2b.tar.gz historical-95074fc21f32265346f56b0e9ace5d061a5b2a2b.tar.bz2 historical-95074fc21f32265346f56b0e9ace5d061a5b2a2b.zip |
LICENSE fix from project overlay
Package-Manager: portage-2.1.4_rc7
Diffstat (limited to 'dev-php/PEAR-Log')
-rw-r--r-- | dev-php/PEAR-Log/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.9.11.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index 17d0e9187804..d9f7103cd849 100644 --- a/dev-php/PEAR-Log/ChangeLog +++ b/dev-php/PEAR-Log/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-php/PEAR-Log # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.72 2007/10/22 16:30:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.73 2007/12/06 00:30:38 jokey Exp $ + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-Log-1.9.3.ebuild, + PEAR-Log-1.9.11.ebuild: + LICENSE fix from project overlay + + 02 Dec 2007; Jakub Moc <jakub@gentoo.org> + PEAR-Log-1.9.3.ebuild, PEAR-Log-1.9.11.ebuild: + Fix LICENSE 22 Oct 2007; Raúl Porcel <armin76@gentoo.org> PEAR-Log-1.9.11.ebuild: ia64 stable wrt #192247 diff --git a/dev-php/PEAR-Log/PEAR-Log-1.9.11.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.9.11.ebuild index c482a63712b8..0a6128e7b08d 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.9.11.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.9.11.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.9.11.ebuild,v 1.9 2007/10/22 16:30:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.9.11.ebuild,v 1.10 2007/12/06 00:30:38 jokey Exp $ inherit php-pear-r1 depend.php eutils KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" DESCRIPTION="The Log framework provides an abstracted logging system. It supports logging to console, file, syslog, SQL, Sqlite, mail, and mcal targets." -LICENSE="PHP" +LICENSE="PHP-3.01" SLOT="0" IUSE="minimal" diff --git a/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild index 6bfc320eabdf..b3f088c86f25 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild,v 1.14 2007/03/21 23:02:22 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild,v 1.15 2007/12/06 00:30:38 jokey Exp $ inherit php-pear-r1 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86" DESCRIPTION="The Log framework provides an abstracted logging system. It supports logging to console, file, syslog, SQL, Sqlite, mail, and mcal targets." -LICENSE="PHP" +LICENSE="PHP-3.01" SLOT="0" IUSE="" |