diff options
author | Matti Bickel <mabi@gentoo.org> | 2014-01-04 18:58:08 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2014-01-04 18:58:08 +0000 |
commit | 14a4d05c6dcd229e62861459b06be8df4f8e7101 (patch) | |
tree | 6276f08d0c2cc403e5ae75ac53e1360e4a3f6d00 /dev-php | |
parent | version bump (diff) | |
download | gentoo-2-14a4d05c6dcd229e62861459b06be8df4f8e7101.tar.gz gentoo-2-14a4d05c6dcd229e62861459b06be8df4f8e7101.tar.bz2 gentoo-2-14a4d05c6dcd229e62861459b06be8df4f8e7101.zip |
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_URL2/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.0.5.ebuild | 13 |
2 files changed, 20 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_URL2/ChangeLog b/dev-php/PEAR-Net_URL2/ChangeLog index 22e05fedef6e..056169186afd 100644 --- a/dev-php/PEAR-Net_URL2/ChangeLog +++ b/dev-php/PEAR-Net_URL2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Net_URL2 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_URL2/ChangeLog,v 1.14 2012/03/18 18:51:47 armin76 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_URL2/ChangeLog,v 1.15 2014/01/04 18:58:08 mabi Exp $ + +*PEAR-Net_URL2-2.0.5 (04 Jan 2014) + + 04 Jan 2014; Matti Bickel <mabi@gentoo.org> +PEAR-Net_URL2-2.0.5.ebuild: + version bump 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> PEAR-Net_URL2-2.0.0.ebuild: ia64/sparc/x86 stable wrt #396981 @@ -65,4 +70,3 @@ 15 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, +PEAR-Net_URL2-0.1.0.ebuild: Add a a replacement for superseded PEAR-Net_URL package - diff --git a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.0.5.ebuild b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.0.5.ebuild new file mode 100644 index 000000000000..eb38ea80b86a --- /dev/null +++ b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.0.5.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.0.5.ebuild,v 1.1 2014/01/04 18:58:07 mabi Exp $ + +EAPI="5" + +inherit php-pear-r1 + +DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)." +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" |