Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/BSD-Resource/
Date: Sat, 03 Oct 2020 08:57:27
Message-Id: 1601715426.4f89aad29e2b0b6c192b24cb519d915e541286da.kentnl@gentoo
1 commit: 4f89aad29e2b0b6c192b24cb519d915e541286da
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 08:54:19 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 08:57:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f89aad2
7
8 dev-perl/BSD-Resource: Cleanup old 1.291.100
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild | 21 ---------------------
14 1 file changed, 21 deletions(-)
15
16 diff --git a/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild b/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild
17 deleted file mode 100644
18 index f251771dd01..00000000000
19 --- a/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild
20 +++ /dev/null
21 @@ -1,21 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR=JHI
28 -DIST_VERSION=1.2911
29 -inherit perl-module
30 -
31 -DESCRIPTION="Perl module for BSD process resource limit and priority functions"
32 -
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
35 -IUSE=""
36 -
37 -DEPEND="virtual/perl-ExtUtils-MakeMaker"
38 -
39 -src_test() {
40 - perl_rm_files t/pod{,-coverage}.t
41 - perl-module_src_test
42 -}