summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-28 20:51:54 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-28 21:11:46 +0200
commit8f71498a62b6acbfd62e0250d4fc6f129cdc30ab (patch)
treef1166254631ab1ae9412a74d4170306854601480 /dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild
parentmail-filter/rspamd: disable lua5-3 (diff)
downloadgentoo-8f71498a62b6acbfd62e0250d4fc6f129cdc30ab.tar.gz
gentoo-8f71498a62b6acbfd62e0250d4fc6f129cdc30ab.tar.bz2
gentoo-8f71498a62b6acbfd62e0250d4fc6f129cdc30ab.zip
dev-perl/Test-Needs: Remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
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.ebuild20
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 )
-"