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_Serializer | |
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_Serializer')
-rw-r--r-- | dev-php/PEAR-XML_Serializer/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.20.0.ebuild | 19 |
2 files changed, 6 insertions, 21 deletions
diff --git a/dev-php/PEAR-XML_Serializer/ChangeLog b/dev-php/PEAR-XML_Serializer/ChangeLog index ab3a6f8bd1a7..3fafbfafa8fd 100644 --- a/dev-php/PEAR-XML_Serializer/ChangeLog +++ b/dev-php/PEAR-XML_Serializer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-XML_Serializer -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Serializer/ChangeLog,v 1.30 2011/03/19 16:30:38 olemarkus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Serializer/ChangeLog,v 1.31 2012/01/19 10:02:04 mabi Exp $ + + 19 Jan 2012; Matti Bickel <mabi@gentoo.org> + -PEAR-XML_Serializer-0.20.0.ebuild: + remove old *PEAR-XML_Serializer-0.20.2 (19 Mar 2011) diff --git a/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.20.0.ebuild b/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.20.0.ebuild deleted file mode 100644 index a919f2e740ea..000000000000 --- a/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.20.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.20.0.ebuild,v 1.1 2009/08/22 18:28:48 beandog Exp $ - -inherit php-pear-r1 depend.php - -DESCRIPTION="Swiss-army knife for reading and writing XML files" - -LICENSE="PHP-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -RDEPEND=">=dev-php/PEAR-XML_Parser-1.2.7 - >=dev-php/PEAR-XML_Util-1.1.1-r1" - -pkg_setup() { - require_php_with_use xml -} |