summaryrefslogtreecommitdiff
path: root/dev-perl/Test-NoTabs/Test-NoTabs-2.0.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Test-NoTabs/Test-NoTabs-2.0.0-r1.ebuild')
-rw-r--r--dev-perl/Test-NoTabs/Test-NoTabs-2.0.0-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/Test-NoTabs/Test-NoTabs-2.0.0-r1.ebuild b/dev-perl/Test-NoTabs/Test-NoTabs-2.0.0-r1.ebuild
deleted file mode 100644
index cc500a71fa8a..000000000000
--- a/dev-perl/Test-NoTabs/Test-NoTabs-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=2.00
-
-inherit perl-module
-
-DESCRIPTION="Check the presence of tabs in your project"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-File-Spec
- virtual/perl-Test-Simple
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Temp
- )
-"