diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-01-18 22:13:05 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-01-18 22:13:05 +0000 |
commit | 57d33722736c279bb804bbd9050074038fa4f7ee (patch) | |
tree | b55717fb93c1f1e261190df6be31f48136ba477f /dev-php | |
parent | version bump & remove old (diff) | |
download | gentoo-2-57d33722736c279bb804bbd9050074038fa4f7ee.tar.gz gentoo-2-57d33722736c279bb804bbd9050074038fa4f7ee.tar.bz2 gentoo-2-57d33722736c279bb804bbd9050074038fa4f7ee.zip |
version bump
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Services_Weather/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.6.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-php/PEAR-Services_Weather/ChangeLog b/dev-php/PEAR-Services_Weather/ChangeLog index 024d294cb1ea..58f8fe2d7df0 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.46 2011/01/06 20:14:08 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.47 2012/01/18 22:13:05 mabi Exp $ + +*PEAR-Services_Weather-1.4.6 (18 Jan 2012) + + 18 Jan 2012; Matti Bickel <mabi@gentoo.org> + +PEAR-Services_Weather-1.4.6.ebuild: + version bump 06 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> PEAR-Services_Weather-1.4.5.ebuild: diff --git a/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.6.ebuild b/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.6.ebuild new file mode 100644 index 000000000000..c0ccd286dcea --- /dev/null +++ b/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 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.6.ebuild,v 1.1 2012/01/18 22:13:05 mabi Exp $ + +EAPI="4" + +inherit php-pear-r1 + +DESCRIPTION="This class acts as an interface to various online weather-services" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="minimal" +RDEPEND="dev-lang/php[ctype] + >=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 )" |