diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:53:39 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:53:39 +0000 |
commit | 60c5f48130a6121f20cb30ae4230bc25459656b3 (patch) | |
tree | 3dad2bc98a66b039df220dfadf532d2ace87908b /dev-php/PEAR-Net_URL2 | |
parent | Version bump (diff) | |
download | gentoo-2-60c5f48130a6121f20cb30ae4230bc25459656b3.tar.gz gentoo-2-60c5f48130a6121f20cb30ae4230bc25459656b3.tar.bz2 gentoo-2-60c5f48130a6121f20cb30ae4230bc25459656b3.zip |
Version bump, bug 249855
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Net_URL2')
-rw-r--r-- | dev-php/PEAR-Net_URL2/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Net_URL2/PEAR-Net_URL2-0.2.0.ebuild | 13 |
2 files changed, 20 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_URL2/ChangeLog b/dev-php/PEAR-Net_URL2/ChangeLog index ee57777f3da2..851487d9e823 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_URL2/ChangeLog,v 1.2 2007/12/06 00:43:15 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_URL2/ChangeLog,v 1.3 2009/08/22 18:53:39 beandog Exp $ + +*PEAR-Net_URL2-0.2.0 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-Net_URL2-0.2.0.ebuild: + Version bump, bug 249855 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-Net_URL2-0.1.0.ebuild: LICENSE fix from project overlay diff --git a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-0.2.0.ebuild b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-0.2.0.ebuild new file mode 100644 index 000000000000..29fce1ddc08c --- /dev/null +++ b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-0.2.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2009 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-0.2.0.ebuild,v 1.1 2009/08/22 18:53:39 beandog Exp $ + +inherit php-pear-r1 depend.php + +DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)." +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +need_php5 |