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: Tue, 05 May 2020 15:33:31
Message-Id: 1588692718.cf328c86c05b899d9b9983d77d41cd391d1b1ab7.kentnl@gentoo
1 commit: cf328c86c05b899d9b9983d77d41cd391d1b1ab7
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 5 15:31:18 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue May 5 15:31:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf328c86
7
8 dev-perl/BSD-Resource: -r bump for EAPI7 and LICENSE fixes
9
10 - EAPI7
11 - Correct license. ( Upstream mentions these licenses in Resource.pm )
12 - Remove empty variable assignments
13
14 Package-Manager: Portage-2.3.99, Repoman-2.3.22
15 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
16
17 .../BSD-Resource/BSD-Resource-1.291.100-r1.ebuild | 20 ++++++++++++++++++++
18 1 file changed, 20 insertions(+)
19
20 diff --git a/dev-perl/BSD-Resource/BSD-Resource-1.291.100-r1.ebuild b/dev-perl/BSD-Resource/BSD-Resource-1.291.100-r1.ebuild
21 new file mode 100644
22 index 00000000000..b9809a3faf0
23 --- /dev/null
24 +++ b/dev-perl/BSD-Resource/BSD-Resource-1.291.100-r1.ebuild
25 @@ -0,0 +1,20 @@
26 +# Copyright 1999-2020 Gentoo Authors
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=7
30 +
31 +DIST_AUTHOR=JHI
32 +DIST_VERSION=1.2911
33 +inherit perl-module
34 +
35 +DESCRIPTION="Perl module for BSD process resource limit and priority functions"
36 +LICENSE="|| ( Artistic-2 LGPL-2 )"
37 +SLOT="0"
38 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
39 +
40 +BDEPEND="virtual/perl-ExtUtils-MakeMaker"
41 +
42 +PERL_RM_FILES=(
43 + "t/pod.t"
44 + "t/pod-coverage.t"
45 +)