summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-10-03 21:52:36 +1300
committerKent Fredric <kentnl@gentoo.org>2020-10-03 21:57:02 +1300
commit7f08aa410f858179cc8d6d0d404203f263b99ab1 (patch)
treedcff67618174a45d602658fc5a85dc0111a827b0
parentdev-perl/B-Keywords: Cleanup old 1.190.0 (diff)
downloadgentoo-7f08aa41.tar.gz
gentoo-7f08aa41.tar.bz2
gentoo-7f08aa41.zip
dev-perl/B-Utils: Cleanup old 0.270.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
-rw-r--r--dev-perl/B-Utils/B-Utils-0.270.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/B-Utils/B-Utils-0.270.0.ebuild b/dev-perl/B-Utils/B-Utils-0.270.0.ebuild
deleted file mode 100644
index c48ba9d26f4f..000000000000
--- a/dev-perl/B-Utils/B-Utils-0.270.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=0.27
-inherit perl-module
-
-DESCRIPTION="Helper functions for op tree manipulation"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# needs Scalar::Util
-RDEPEND="
- virtual/perl-Exporter
- virtual/perl-Scalar-List-Utils
- dev-perl/Task-Weaken
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-CBuilder
- >=dev-perl/ExtUtils-Depends-0.301.0
- test? (
- virtual/perl-Test-Simple
- )
-"
-
-SRC_TEST="do parallel"