summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-10-03 21:54:19 +1300
committerKent Fredric <kentnl@gentoo.org>2020-10-03 21:57:06 +1300
commit4f89aad29e2b0b6c192b24cb519d915e541286da (patch)
treef6b3664f383000c440352941c9c50d14a858c416
parentdev-perl/B-Utils: Cleanup old 0.270.0 (diff)
downloadgentoo-4f89aad2.tar.gz
gentoo-4f89aad2.tar.bz2
gentoo-4f89aad2.zip
dev-perl/BSD-Resource: Cleanup old 1.291.100
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
-rw-r--r--dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild b/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild
deleted file mode 100644
index f251771dd014..000000000000
--- a/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=JHI
-DIST_VERSION=1.2911
-inherit perl-module
-
-DESCRIPTION="Perl module for BSD process resource limit and priority functions"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
-IUSE=""
-
-DEPEND="virtual/perl-ExtUtils-MakeMaker"
-
-src_test() {
- perl_rm_files t/pod{,-coverage}.t
- perl-module_src_test
-}