diff options
author | 2010-01-26 22:11:10 +0000 | |
---|---|---|
committer | 2010-01-26 22:11:10 +0000 | |
commit | 2d9c579c1ee6b0253dbad46e3854aac8a9cd8e6a (patch) | |
tree | bb46c6484cd252c0bb0e8f303bbebc034be6619c /dev-php | |
parent | Bump (diff) | |
download | historical-2d9c579c1ee6b0253dbad46e3854aac8a9cd8e6a.tar.gz historical-2d9c579c1ee6b0253dbad46e3854aac8a9cd8e6a.tar.bz2 historical-2d9c579c1ee6b0253dbad46e3854aac8a9cd8e6a.zip |
Fix LICENSE, bug 258316.
Package-Manager: portage-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 | ||||
-rw-r--r-- | dev-php/PEAR-MIME_Type/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild | 6 | ||||
-rw-r--r-- | dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.2.0.ebuild | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Net_CheckIP/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Services_Weather/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.2-r1.ebuild | 6 |
10 files changed, 44 insertions, 28 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 )" diff --git a/dev-php/PEAR-MIME_Type/ChangeLog b/dev-php/PEAR-MIME_Type/ChangeLog index 3385e05d00c8..b512554b1fcd 100644 --- a/dev-php/PEAR-MIME_Type/ChangeLog +++ b/dev-php/PEAR-MIME_Type/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-MIME_Type -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog,v 1.13 2009/08/22 19:43:59 beandog Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog,v 1.14 2010/01/26 22:09:48 ulm Exp $ + + 26 Jan 2010; Ulrich Mueller <ulm@gentoo.org> PEAR-MIME_Type-1.0.0.ebuild, + PEAR-MIME_Type-1.2.0.ebuild: + Fix LICENSE, bug 258316. *PEAR-MIME_Type-1.2.0 (22 Aug 2009) diff --git a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild index 921d7a5c98ec..d434d10c4534 100644 --- a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild +++ b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild @@ -1,11 +1,11 @@ -# 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-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild,v 1.9 2007/12/01 12:27:49 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild,v 1.10 2010/01/26 22:09:48 ulm Exp $ inherit php-pear-r1 DESCRIPTION="Utility class for dealing with MIME types." -LICENSE="PHP" +LICENSE="PHP-3" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86" IUSE="" diff --git a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.2.0.ebuild b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.2.0.ebuild index 65f9b9c41491..4b28f5fe199a 100644 --- a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.2.0.ebuild +++ b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.2.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 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-MIME_Type/PEAR-MIME_Type-1.2.0.ebuild,v 1.1 2009/08/22 19:43:59 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.2.0.ebuild,v 1.2 2010/01/26 22:09:48 ulm Exp $ inherit php-pear-r1 DESCRIPTION="Utility class for dealing with MIME types." -LICENSE="PHP" +LICENSE="PHP-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" diff --git a/dev-php/PEAR-Net_CheckIP/ChangeLog b/dev-php/PEAR-Net_CheckIP/ChangeLog index 7af03c27e01a..f9309ab49aef 100644 --- a/dev-php/PEAR-Net_CheckIP/ChangeLog +++ b/dev-php/PEAR-Net_CheckIP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Net_CheckIP -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_CheckIP/ChangeLog,v 1.26 2007/10/22 18:42:38 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_CheckIP/ChangeLog,v 1.27 2010/01/26 22:10:48 ulm Exp $ + + 26 Jan 2010; Ulrich Mueller <ulm@gentoo.org> + PEAR-Net_CheckIP-1.1-r1.ebuild: + Fix LICENSE, bug 258316. 22 Oct 2007; Raúl Porcel <armin76@gentoo.org> PEAR-Net_CheckIP-1.2.1.ebuild: diff --git a/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild b/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild index 3ce3d832c638..38b426c42046 100644 --- a/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild +++ b/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-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-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild,v 1.15 2006/03/30 19:25:01 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild,v 1.16 2010/01/26 22:10:48 ulm Exp $ inherit php-pear-r1 DESCRIPTION="Check the syntax of IPv4 addresses." -LICENSE="PHP" +LICENSE="PHP-2.02" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" diff --git a/dev-php/PEAR-Services_Weather/ChangeLog b/dev-php/PEAR-Services_Weather/ChangeLog index 9ba038f0dcb3..e40483812a15 100644 --- a/dev-php/PEAR-Services_Weather/ChangeLog +++ b/dev-php/PEAR-Services_Weather/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Services_Weather -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.40 2009/08/22 18:14:20 beandog Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.41 2010/01/26 22:11:10 ulm Exp $ + + 26 Jan 2010; Ulrich Mueller <ulm@gentoo.org> + PEAR-Services_Weather-1.3.2-r1.ebuild: + Fix LICENSE, bug 258316. *PEAR-Services_Weather-1.4.4 (22 Aug 2009) diff --git a/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.2-r1.ebuild b/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.2-r1.ebuild index 523fc9442abe..e0d6c066a377 100644 --- a/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.2-r1.ebuild +++ b/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.2-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2008 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-Services_Weather/PEAR-Services_Weather-1.3.2-r1.ebuild,v 1.18 2008/01/10 10:06:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.2-r1.ebuild,v 1.19 2010/01/26 22:11:10 ulm Exp $ inherit php-pear-r1 DESCRIPTION="This class acts as an interface to various online weather-services.." -LICENSE="PHP" +LICENSE="PHP-2.02" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="" |