commit:     7f08aa410f858179cc8d6d0d404203f263b99ab1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  3 08:52:36 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 08:57:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f08aa41

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 <AT> gentoo.org>

 dev-perl/B-Utils/B-Utils-0.270.0.ebuild | 31 -------------------------------
 1 file changed, 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 c48ba9d26f4..00000000000
--- 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"

Reply via email to