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/Config-ApacheFormat/
Date: Sat, 27 Jun 2020 01:46:00
Message-Id: 1593222325.178682111f9375f6fbafcd23b9f56cf0c150b517.kentnl@gentoo
1 commit: 178682111f9375f6fbafcd23b9f56cf0c150b517
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 27 01:44:46 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 01:45:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17868211
7
8 dev-perl/Config-ApacheFormat: -r bump for EAPI7
9
10 - EAPI7
11 - Clarify dependencies
12 - Parallel tests
13 - Remove unused/empty variable assignments
14
15 Package-Manager: Portage-2.3.100, Repoman-2.3.22
16 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
17
18 .../Config-ApacheFormat-1.200.0-r2.ebuild | 24 ++++++++++++++++++++++
19 1 file changed, 24 insertions(+)
20
21 diff --git a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
22 new file mode 100644
23 index 00000000000..794d06a64a2
24 --- /dev/null
25 +++ b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
26 @@ -0,0 +1,24 @@
27 +# Copyright 1999-2020 Gentoo Authors
28 +# Distributed under the terms of the GNU General Public License v2
29 +
30 +EAPI=7
31 +
32 +DIST_AUTHOR=SAMTREGAR
33 +DIST_VERSION=1.2
34 +inherit perl-module
35 +
36 +DESCRIPTION="use Apache format config files"
37 +
38 +SLOT="0"
39 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
40 +
41 +RDEPEND="
42 + >=dev-perl/Class-MethodMaker-1.80.0
43 + >=virtual/perl-File-Spec-0.820.0
44 + virtual/perl-Scalar-List-Utils
45 + >=virtual/perl-Text-Balanced-1.890.0
46 +
47 +"
48 +BDEPEND="${RDEPEND}
49 + virtual/perl-ExtUtils-MakeMaker
50 +"