summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Test-TempDir-Tiny/Test-TempDir-Tiny-0.4.0.ebuild')
-rw-r--r--dev-perl/Test-TempDir-Tiny/Test-TempDir-Tiny-0.4.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/Test-TempDir-Tiny/Test-TempDir-Tiny-0.4.0.ebuild b/dev-perl/Test-TempDir-Tiny/Test-TempDir-Tiny-0.4.0.ebuild
deleted file mode 100644
index d5af2838f..000000000
--- a/dev-perl/Test-TempDir-Tiny/Test-TempDir-Tiny-0.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.004
-inherit perl-module
-
-DESCRIPTION="Temporary directories that stick around when tests fail"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-# Cwd -> File-Spec
-# File::Spec::Functions -> File-Spec
-# File::Copy -> perl
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-File-Spec
- >=virtual/perl-File-Path-2.10.0
- >=virtual/perl-Exporter-5.570.0
- virtual/perl-File-Temp
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.170.0
- test? (
- virtual/perl-Test-Simple
- )
-"