commit: 5386e6204e0f9dfd6fc01fac7718323d57dee369
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 08:20:09 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 08:36:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5386e620
dev-perl/Data-HexDump: Cleanup old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-perl/Data-HexDump/Data-HexDump-0.02-r1.ebuild | 25 -----------------------
1 file changed, 25 deletions(-)
diff --git a/dev-perl/Data-HexDump/Data-HexDump-0.02-r1.ebuild
b/dev-perl/Data-HexDump/Data-HexDump-0.02-r1.ebuild
deleted file mode 100644
index 8dd7f3d9380..00000000000
--- a/dev-perl/Data-HexDump/Data-HexDump-0.02-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=FTASSIN
-MODULE_VERSION=0.02
-inherit perl-module
-
-DESCRIPTION="Data::HexDump - A Simple Hexadecial Dumper"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc x86"
-IUSE=""
-
-src_unpack() {
- perl-module_src_unpack
-}
-
-src_prepare() {
- mv "${S}/hexdump" "${S}/hexdump.pl"
- sed -i "s:hexdump:hexdump.pl:" "${S}/Makefile.PL"
- sed -i "s:hexdump:hexdump.pl:" "${S}/MANIFEST"
- sed -i "s:hexdump:hexdump.pl:" "${S}/hexdump.pl"
-}