commit: 4f89aad29e2b0b6c192b24cb519d915e541286da Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Sat Oct 3 08:54:19 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Sat Oct 3 08:57:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f89aad2
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 <AT> gentoo.org> dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild | 21 --------------------- 1 file changed, 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 f251771dd01..00000000000 --- 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 -}