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 | bc9c229ef91b3c33761042b6dc3103ad53910466 (patch) | |
tree | 06369a8c3b14233158cbaa6089bcf7d294505c74 /dev-php/PEAR-XML_Util | |
parent | remove old (diff) | |
download | historical-bc9c229ef91b3c33761042b6dc3103ad53910466.tar.gz historical-bc9c229ef91b3c33761042b6dc3103ad53910466.tar.bz2 historical-bc9c229ef91b3c33761042b6dc3103ad53910466.zip |
remove old
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-XML_Util')
-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 -} |