diff options
Diffstat (limited to 'dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild')
-rw-r--r-- | dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild b/dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild deleted file mode 100644 index e849641a81e8..000000000000 --- a/dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=HAARG -DIST_VERSION=0.002005 -inherit perl-module - -DESCRIPTION="Skip tests when modules not available" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( >=virtual/perl-Test-Simple-0.450.0 ) -" |