diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-01-26 22:09:29 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-01-26 22:09:29 +0000 |
commit | f9aced14a788764b12e2faeb273742ffd9938f44 (patch) | |
tree | 70b65e4a09520fa31fb6770c541aed4c4f7abc93 /dev-php | |
parent | Bump (diff) | |
download | gentoo-2-f9aced14a788764b12e2faeb273742ffd9938f44.tar.gz gentoo-2-f9aced14a788764b12e2faeb273742ffd9938f44.tar.bz2 gentoo-2-f9aced14a788764b12e2faeb273742ffd9938f44.zip |
Fix LICENSE, bug 258316.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-DB_Table/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild | 10 |
3 files changed, 14 insertions, 10 deletions
diff --git a/dev-php/PEAR-DB_Table/ChangeLog b/dev-php/PEAR-DB_Table/ChangeLog index f36b994a3e74..c10c92813b55 100644 --- a/dev-php/PEAR-DB_Table/ChangeLog +++ b/dev-php/PEAR-DB_Table/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-DB_Table -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.34 2007/10/22 16:37:11 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.35 2010/01/26 22:09:29 ulm Exp $ + + 26 Jan 2010; Ulrich Mueller <ulm@gentoo.org> + PEAR-DB_Table-0.21.2-r1.ebuild, PEAR-DB_Table-1.5.0.ebuild: + Fix LICENSE, bug 258316. 22 Oct 2007; Raúl Porcel <armin76@gentoo.org> PEAR-DB_Table-1.5.0.ebuild: ia64 stable wrt #192247 diff --git a/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild b/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild index 300239225c85..e472753579b9 100644 --- a/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild +++ b/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild,v 1.14 2006/05/25 19:40:19 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild,v 1.15 2010/01/26 22:09:29 ulm Exp $ inherit php-pear-r1 DESCRIPTION="Builds on PEAR DB to abstract datatypes and automate table creation, data validation" -LICENSE="PHP" +LICENSE="PHP-2.02" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" diff --git a/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild b/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild index 3bc87a24a7d1..2600b583fd8b 100644 --- a/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild +++ b/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild,v 1.8 2007/10/22 16:37:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild,v 1.9 2010/01/26 22:09:29 ulm Exp $ inherit php-pear-r1 DESCRIPTION="Builds on PEAR DB to abstract datatypes and automate table creation, data validation" -LICENSE="PHP" +LICENSE="PHP-2.02" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="minimal" DEPEND=">=dev-php/PEAR-PEAR-1.5.0" RDEPEND="!minimal? ( >=dev-php/PEAR-MDB2-2.4.1 - >=dev-php/PEAR-DB-1.7.11 - dev-php/PEAR-HTML_QuickForm )" + >=dev-php/PEAR-DB-1.7.11 + dev-php/PEAR-HTML_QuickForm )" |