summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-04-03 06:28:50 +0000
committerTorsten Veller <tove@gentoo.org>2011-04-03 06:28:50 +0000
commitf11c96087e54997f2d88f4a6da9d8aa8fb865de0 (patch)
treec3f8ccbb30394df0353d13ecd126d22143b736fa /dev-perl/File-Which
parentCleanup (diff)
downloadgentoo-2-f11c96087e54997f2d88f4a6da9d8aa8fb865de0.tar.gz
gentoo-2-f11c96087e54997f2d88f4a6da9d8aa8fb865de0.tar.bz2
gentoo-2-f11c96087e54997f2d88f4a6da9d8aa8fb865de0.zip
Cleanup
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Which')
-rw-r--r--dev-perl/File-Which/ChangeLog7
-rw-r--r--dev-perl/File-Which/File-Which-1.07.ebuild17
2 files changed, 5 insertions, 19 deletions
diff --git a/dev-perl/File-Which/ChangeLog b/dev-perl/File-Which/ChangeLog
index bde5b5dfb436..5857ec8a50b6 100644
--- a/dev-perl/File-Which/ChangeLog
+++ b/dev-perl/File-Which/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/File-Which
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.18 2010/12/07 05:01:16 mattst88 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.19 2011/04/03 06:28:50 tove Exp $
+
+ 03 Apr 2011; Torsten Veller <tove@gentoo.org> -File-Which-1.07.ebuild:
+ Cleanup
07 Dec 2010; Matt Turner <mattst88@gentoo.org> File-Which-1.09.ebuild:
Added ~mips, bug 285343.
diff --git a/dev-perl/File-Which/File-Which-1.07.ebuild b/dev-perl/File-Which/File-Which-1.07.ebuild
deleted file mode 100644
index 07d21a05be3e..000000000000
--- a/dev-perl/File-Which/File-Which-1.07.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/File-Which-1.07.ebuild,v 1.1 2009/08/02 19:28:22 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=ADAMK
-inherit perl-module
-
-DESCRIPTION="Perl module implementing 'which' internally"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-SRC_TEST="do"
-mydoc="TODO"