summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-06-10 11:41:20 +0000
committerMatti Bickel <mabi@gentoo.org>2012-06-10 11:41:20 +0000
commit0ef4864f685395f29e1c43fc89f0b015f8386cad (patch)
tree520b131124d7c1729b7c3af534fc3bf5b1f2da8c /dev-php/PEAR-XML_Serializer
parentreorder public functions (diff)
downloadhistorical-0ef4864f685395f29e1c43fc89f0b015f8386cad.tar.gz
historical-0ef4864f685395f29e1c43fc89f0b015f8386cad.tar.bz2
historical-0ef4864f685395f29e1c43fc89f0b015f8386cad.zip
remove old
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-XML_Serializer')
-rw-r--r--dev-php/PEAR-XML_Serializer/ChangeLog6
-rw-r--r--dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.18.0.ebuild19
2 files changed, 5 insertions, 20 deletions
diff --git a/dev-php/PEAR-XML_Serializer/ChangeLog b/dev-php/PEAR-XML_Serializer/ChangeLog
index f9f6b96c681a..460f7b02a87d 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Serializer/ChangeLog,v 1.36 2012/02/09 01:25:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Serializer/ChangeLog,v 1.37 2012/06/10 11:41:20 mabi Exp $
+
+ 10 Jun 2012; Matti Bickel <mabi@gentoo.org>
+ -PEAR-XML_Serializer-0.18.0.ebuild:
+ remove old
09 Feb 2012; Jeroen Roovers <jer@gentoo.org>
PEAR-XML_Serializer-0.20.2.ebuild:
diff --git a/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.18.0.ebuild b/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.18.0.ebuild
deleted file mode 100644
index 3ef958981b5f..000000000000
--- a/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.18.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2007 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.18.0.ebuild,v 1.17 2007/12/06 00:58:49 jokey 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
-}