diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-10-03 21:54:19 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-10-03 21:57:06 +1300 |
commit | 4f89aad29e2b0b6c192b24cb519d915e541286da (patch) | |
tree | f6b3664f383000c440352941c9c50d14a858c416 /dev-perl/BSD-Resource | |
parent | dev-perl/B-Utils: Cleanup old 0.270.0 (diff) | |
download | gentoo-4f89aad29e2b0b6c192b24cb519d915e541286da.tar.gz gentoo-4f89aad29e2b0b6c192b24cb519d915e541286da.tar.bz2 gentoo-4f89aad29e2b0b6c192b24cb519d915e541286da.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>
Diffstat (limited to 'dev-perl/BSD-Resource')
-rw-r--r-- | dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild | 21 |
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 -} |