diff options
author | Torsten Veller <tove@gentoo.org> | 2011-04-03 06:32:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-04-03 06:32:59 +0000 |
commit | 336fa2c01ab8003193af829f25e7acc29d6583a5 (patch) | |
tree | 6df7148f82cd60f0216104ea3d2f229be41f35dd /dev-perl/File-Listing | |
parent | Cleanup (diff) | |
download | gentoo-2-336fa2c01ab8003193af829f25e7acc29d6583a5.tar.gz gentoo-2-336fa2c01ab8003193af829f25e7acc29d6583a5.tar.bz2 gentoo-2-336fa2c01ab8003193af829f25e7acc29d6583a5.zip |
Cleanup
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Listing')
-rw-r--r-- | dev-perl/File-Listing/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-Listing/File-Listing-6.0.0.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/File-Listing/File-Listing-6.10.0.ebuild | 23 |
3 files changed, 5 insertions, 47 deletions
diff --git a/dev-perl/File-Listing/ChangeLog b/dev-perl/File-Listing/ChangeLog index 1d5e377cbce8..ee3e8299e4b9 100644 --- a/dev-perl/File-Listing/ChangeLog +++ b/dev-perl/File-Listing/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-Listing # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Listing/ChangeLog,v 1.3 2011/03/22 06:54:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Listing/ChangeLog,v 1.4 2011/04/03 06:32:59 tove Exp $ + + 03 Apr 2011; Torsten Veller <tove@gentoo.org> -File-Listing-6.0.0.ebuild, + -File-Listing-6.10.0.ebuild: + Cleanup *File-Listing-6.20.0 (22 Mar 2011) diff --git a/dev-perl/File-Listing/File-Listing-6.0.0.ebuild b/dev-perl/File-Listing/File-Listing-6.0.0.ebuild deleted file mode 100644 index 179338c25a31..000000000000 --- a/dev-perl/File-Listing/File-Listing-6.0.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Listing/File-Listing-6.0.0.ebuild,v 1.1 2011/03/09 12:31:58 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=GAAS -MODULE_VERSION=6.00 -inherit perl-module - -DESCRIPTION="Parse directory listings" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - !<dev-perl/libwww-perl-6 - >=dev-perl/HTTP-Date-6.0.0 -" -DEPEND="${RDEPEND}" - -SRC_TEST=online diff --git a/dev-perl/File-Listing/File-Listing-6.10.0.ebuild b/dev-perl/File-Listing/File-Listing-6.10.0.ebuild deleted file mode 100644 index 27d951697566..000000000000 --- a/dev-perl/File-Listing/File-Listing-6.10.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Listing/File-Listing-6.10.0.ebuild,v 1.1 2011/03/14 07:02:28 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=GAAS -MODULE_VERSION=6.01 -inherit perl-module - -DESCRIPTION="Parse directory listings" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - !<dev-perl/libwww-perl-6 - >=dev-perl/HTTP-Date-6.0.0 -" -DEPEND="${RDEPEND}" - -SRC_TEST=online |