summaryrefslogtreecommitdiff
path: root/dev-perl/Test-CheckDeps/Test-CheckDeps-0.10.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Test-CheckDeps/Test-CheckDeps-0.10.0.ebuild')
-rw-r--r--dev-perl/Test-CheckDeps/Test-CheckDeps-0.10.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-perl/Test-CheckDeps/Test-CheckDeps-0.10.0.ebuild b/dev-perl/Test-CheckDeps/Test-CheckDeps-0.10.0.ebuild
deleted file mode 100644
index 3b2f5bcf4ed8..000000000000
--- a/dev-perl/Test-CheckDeps/Test-CheckDeps-0.10.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=LEONT
-MODULE_VERSION=0.010
-inherit perl-module
-
-DESCRIPTION='Check for presence of dependencies'
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# rdep Test::Builder -> perl-Test-Simple
-RDEPEND="
- >=virtual/perl-CPAN-Meta-2.120.920
- >=dev-perl/CPAN-Meta-Check-0.7.0
- >=virtual/perl-Exporter-5.570.0
- virtual/perl-Scalar-List-Utils
- virtual/perl-Test-Simple
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.300.0
- test? (
- virtual/perl-File-Spec
- >=virtual/perl-Test-Simple-0.880.0
- )
-"
-
-SRC_TEST="do"