diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-06-17 13:21:34 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-06-17 13:21:34 +0000 |
commit | 6d4602931765889185525bb07f9cc897d44dfa3b (patch) | |
tree | 83fb9de6e7972d900b652bd0f03958a53927e1f0 /dev-php | |
parent | eapi bump (diff) | |
download | historical-6d4602931765889185525bb07f9cc897d44dfa3b.tar.gz historical-6d4602931765889185525bb07f9cc897d44dfa3b.tar.bz2 historical-6d4602931765889185525bb07f9cc897d44dfa3b.zip |
bump
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-php')
-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 | 17 | ||||
-rw-r--r-- | dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.5.ebuild (renamed from dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.4.ebuild) | 14 | ||||
-rw-r--r-- | dev-php/PEAR-Structures_Graph/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.3.ebuild | 29 |
5 files changed, 48 insertions, 27 deletions
diff --git a/dev-php/PEAR-Services_Weather/ChangeLog b/dev-php/PEAR-Services_Weather/ChangeLog index e40483812a15..17621b3f6217 100644 --- a/dev-php/PEAR-Services_Weather/ChangeLog +++ b/dev-php/PEAR-Services_Weather/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Services_Weather # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.42 2010/06/17 13:17:28 mabi Exp $ + +*PEAR-Services_Weather-1.4.5 (17 Jun 2010) + + 17 Jun 2010; <mabi@gentoo.org> -PEAR-Services_Weather-1.3.2-r1.ebuild, + -PEAR-Services_Weather-1.4.4.ebuild, +PEAR-Services_Weather-1.4.5.ebuild: + version & eapi bump for php-5.3 (bug #298205) 26 Jan 2010; Ulrich Mueller <ulm@gentoo.org> PEAR-Services_Weather-1.3.2-r1.ebuild: 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 deleted file mode 100644 index e0d6c066a377..000000000000 --- a/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.2-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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.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-2.02" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" -IUSE="" -RDEPEND=">=dev-php/PEAR-Cache-1.5.4-r1 - >=dev-php/PEAR-DB-1.7.6-r1 - >=dev-php/PEAR-HTTP_Request-1.2.4-r1 - >=dev-php/PEAR-SOAP-0.8.1-r1 - >=dev-php/PEAR-XML_Serializer-0.15.0-r1" diff --git a/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.4.ebuild b/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.5.ebuild index d7ae854e57c5..424db565ae0b 100644 --- a/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.4.ebuild +++ b/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.5.ebuild @@ -1,8 +1,10 @@ -# 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-Services_Weather/PEAR-Services_Weather-1.4.4.ebuild,v 1.1 2009/08/22 18:14:20 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.5.ebuild,v 1.1 2010/06/17 13:17:28 mabi Exp $ -inherit php-pear-r1 depend.php +EAPI="2" + +inherit php-pear-r1 DESCRIPTION="This class acts as an interface to various online weather-services" @@ -10,14 +12,10 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="minimal" - +DEPEND="|| ( <dev-lang/php-5.3[ctype,pcre] >=dev-lang/php-5.3[ctype] )" RDEPEND=">=dev-php/PEAR-HTTP_Request-1.2.4-r1 !minimal? ( >=dev-php/PEAR-Cache-1.5.4-r1 >=dev-php/PEAR-DB-1.7.6-r1 >=dev-php/PEAR-SOAP-0.8.1-r1 >=dev-php/PEAR-XML_Serializer-0.15.0-r1 >=dev-php/PEAR-Net_FTP-1.3.1 )" - -pkg_setup() { - require_php_with_use ctype pcre -} diff --git a/dev-php/PEAR-Structures_Graph/ChangeLog b/dev-php/PEAR-Structures_Graph/ChangeLog index de8e1f1eba7d..2be00f95dbec 100644 --- a/dev-php/PEAR-Structures_Graph/ChangeLog +++ b/dev-php/PEAR-Structures_Graph/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Structures_Graph # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_Graph/ChangeLog,v 1.4 2010/05/09 16:25:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_Graph/ChangeLog,v 1.5 2010/06/17 13:21:34 mabi Exp $ + +*PEAR-Structures_Graph-1.0.3 (17 Jun 2010) + + 17 Jun 2010; <mabi@gentoo.org> +PEAR-Structures_Graph-1.0.3.ebuild: + version & eapi bump for php-5.3 (bug #298205) 09 May 2010; Raúl Porcel <armin76@gentoo.org> PEAR-Structures_Graph-1.0.2.ebuild: diff --git a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.3.ebuild b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.3.ebuild new file mode 100644 index 000000000000..b4350262bc46 --- /dev/null +++ b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.3.ebuild,v 1.1 2010/06/17 13:21:34 mabi Exp $ + +EAPI="2" + +MY_PN="${PN/PEAR-/}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Graph datastructure manipulation library" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +SRC_URI="http://pear.php.net/get/${MY_P}.tgz" +DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 ) + >=dev-php/PEAR-PEAR-1.8.1" +PDEPEND="dev-php/pear" +HOMEPAGE="http://pear.php.net/package/Structures_Graph" + +S="${WORKDIR}/${MY_P}" + +src_install() { + insinto /usr/share/php + doins -r Structures + + dohtml -r docs/html/* +} |