diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-01-19 10:05:38 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-01-19 10:05:38 +0000 |
commit | 2b14ee69250eff3925ca4a2e314a5b6430323dad (patch) | |
tree | 8a0b14937e7d84d0aa096589361386263f524704 /dev-php | |
parent | remove old (diff) | |
download | gentoo-2-2b14ee69250eff3925ca4a2e314a5b6430323dad.tar.gz gentoo-2-2b14ee69250eff3925ca4a2e314a5b6430323dad.tar.bz2 gentoo-2-2b14ee69250eff3925ca4a2e314a5b6430323dad.zip |
remove old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-XML_Util/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.4.ebuild | 16 |
2 files changed, 5 insertions, 18 deletions
diff --git a/dev-php/PEAR-XML_Util/ChangeLog b/dev-php/PEAR-XML_Util/ChangeLog index 30c20327e518..5fa381e2e737 100644 --- a/dev-php/PEAR-XML_Util/ChangeLog +++ b/dev-php/PEAR-XML_Util/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-XML_Util -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/ChangeLog,v 1.46 2011/01/10 18:13:56 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/ChangeLog,v 1.47 2012/01/19 10:05:38 mabi Exp $ + + 19 Jan 2012; Matti Bickel <mabi@gentoo.org> -PEAR-XML_Util-1.1.4.ebuild: + remove old 10 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> PEAR-XML_Util-1.2.1-r2.ebuild: diff --git a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.4.ebuild b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.4.ebuild deleted file mode 100644 index 535e5bcb0a57..000000000000 --- a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.4.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.4.ebuild,v 1.10 2008/01/10 10:06:34 vapier Exp $ - -inherit php-pear-r1 depend.php - -DESCRIPTION="XML utility class" - -LICENSE="PHP-2.02" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" -IUSE="" - -pkg_setup() { - require_php_with_use pcre -} |