commit: b51775b32eeae4579c4b391174da9cbd2ce7f0e1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 06:13:06 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 06:13:06 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b51775b3
[cleanup] Test-Compile: Remove old versions
Package-Manager: portage-2.2.17
dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild | 25 -----------------------
1 file changed, 25 deletions(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild
b/dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild
deleted file mode 100644
index 5b8bbb9..0000000
--- a/dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=MARCEL
-MODULE_VERSION="0.13"
-inherit perl-module
-
-DESCRIPTION="check whether Perl module files compile correctly"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/UNIVERSAL-require
-"
-# dev-perl/Devel-CheckOS"
-DEPEND="
- ${RDEPEND}
- test? ( >=virtual/perl-Test-Simple-0.88 )
-"
-SRC_TEST="do"