summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-06-09 14:45:24 +0000
committerMatti Bickel <mabi@gentoo.org>2012-06-09 14:45:24 +0000
commit21572512a203bdf33b41fac01ee2f0c9343140b9 (patch)
treed2093154d49b53b389a4b5df0e5742f720eeeb41 /dev-php/File_Iterator
parentapp-arch/p7zip: Drop -O -pipe from buildsystem, add -- to emake so that -l do... (diff)
downloadhistorical-21572512a203bdf33b41fac01ee2f0c9343140b9.tar.gz
historical-21572512a203bdf33b41fac01ee2f0c9343140b9.tar.bz2
historical-21572512a203bdf33b41fac01ee2f0c9343140b9.zip
remove old
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'dev-php/File_Iterator')
-rw-r--r--dev-php/File_Iterator/ChangeLog5
-rw-r--r--dev-php/File_Iterator/File_Iterator-1.2.6.ebuild14
2 files changed, 4 insertions, 15 deletions
diff --git a/dev-php/File_Iterator/ChangeLog b/dev-php/File_Iterator/ChangeLog
index ffb5da27c9de..42ae51849459 100644
--- a/dev-php/File_Iterator/ChangeLog
+++ b/dev-php/File_Iterator/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/File_Iterator
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/File_Iterator/ChangeLog,v 1.3 2012/03/24 17:38:46 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/File_Iterator/ChangeLog,v 1.4 2012/06/09 14:32:39 mabi Exp $
+
+ 09 Jun 2012; Matti Bickel <mabi@gentoo.org> -File_Iterator-1.2.6.ebuild:
+ remove old
24 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
File_Iterator-1.3.1.ebuild:
diff --git a/dev-php/File_Iterator/File_Iterator-1.2.6.ebuild b/dev-php/File_Iterator/File_Iterator-1.2.6.ebuild
deleted file mode 100644
index 1eb7ac4a0f12..000000000000
--- a/dev-php/File_Iterator/File_Iterator-1.2.6.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/File_Iterator/File_Iterator-1.2.6.ebuild,v 1.1 2012/03/10 14:56:20 olemarkus Exp $
-
-PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
-PHP_PEAR_PN="File_Iterator"
-inherit php-pear-lib-r1
-
-DESCRIPTION="FilterIterator implementation that filters files based on a list of suffixes"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-HOMEPAGE="http://www.phpunit.de"