summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-10-12 12:22:13 +0000
committerTorsten Veller <tove@gentoo.org>2009-10-12 12:22:13 +0000
commit3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a (patch)
tree97d9548660ec91d14486bcdd5806bebb4e677436 /dev-perl/File-Next
parentVersion bump (diff)
downloadhistorical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.tar.gz
historical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.tar.bz2
historical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.zip
Cleanup
Package-Manager: portage-2.2_rc45/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/File-Next')
-rw-r--r--dev-perl/File-Next/ChangeLog5
-rw-r--r--dev-perl/File-Next/File-Next-1.02.ebuild17
2 files changed, 4 insertions, 18 deletions
diff --git a/dev-perl/File-Next/ChangeLog b/dev-perl/File-Next/ChangeLog
index 967b6a90cab9..58e58fd4ed89 100644
--- a/dev-perl/File-Next/ChangeLog
+++ b/dev-perl/File-Next/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/File-Next
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Next/ChangeLog,v 1.8 2009/09/18 18:31:37 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Next/ChangeLog,v 1.9 2009/10/12 12:00:26 tove Exp $
+
+ 12 Oct 2009; Torsten Veller <tove@gentoo.org> -File-Next-1.02.ebuild:
+ Cleanup
18 Sep 2009; Torsten Veller <tove@gentoo.org> File-Next-1.06.ebuild:
Stable on amd64 (#283969)
diff --git a/dev-perl/File-Next/File-Next-1.02.ebuild b/dev-perl/File-Next/File-Next-1.02.ebuild
deleted file mode 100644
index 7403962490d6..000000000000
--- a/dev-perl/File-Next/File-Next-1.02.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Next/File-Next-1.02.ebuild,v 1.3 2008/09/06 15:23:56 armin76 Exp $
-
-inherit perl-module
-
-DESCRIPTION="File::Next is an iterator-based module for finding files"
-HOMEPAGE="http://search.cpan.org/search?query=File-Next"
-SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="virtual/perl-File-Spec
- virtual/perl-Test-Simple"