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/Dist-Zilla-Plugin-Config-Git/
Date: Fri, 31 Jul 2020 10:39:43
Message-Id: 1596191969.538d5a6f7e40496076d07ae8d521b769a275f042.kentnl@gentoo
1 commit: 538d5a6f7e40496076d07ae8d521b769a275f042
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 10:39:16 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 10:39:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538d5a6f
7
8 dev-perl/Dist-Zilla-Plugin-Config-Git: -r bump for EAPI7 + fixes
9
10 - EAPI7
11 - Fix incorrect LICENSE
12
13 Package-Manager: Portage-2.3.103, Repoman-2.3.22
14 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
15
16 .../Dist-Zilla-Plugin-Config-Git-0.920.0-r1.ebuild | 30 ++++++++++++++++++++++
17 1 file changed, 30 insertions(+)
18
19 diff --git a/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0-r1.ebuild b/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0-r1.ebuild
20 new file mode 100644
21 index 00000000000..8424d799f71
22 --- /dev/null
23 +++ b/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0-r1.ebuild
24 @@ -0,0 +1,30 @@
25 +# Copyright 1999-2020 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=7
29 +
30 +DIST_AUTHOR=BBYRD
31 +DIST_VERSION=0.92
32 +inherit perl-module
33 +
34 +DESCRIPTION="Plugin configuration containing settings for a Git repo"
35 +LICENSE="Artistic-2"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE="test"
39 +RESTRICT="!test? ( test )"
40 +
41 +RDEPEND="
42 + >=dev-perl/Dist-Zilla-1.0.0
43 + >=dev-perl/Moose-0.340.0
44 + >=dev-perl/MooseX-Types-0.60.0
45 + >=dev-perl/String-Errf-0.1.0
46 + >=dev-perl/namespace-clean-0.60.0
47 +"
48 +BDEPEND="${RDEPEND}
49 + virtual/perl-ExtUtils-MakeMaker
50 + test? (
51 + >=dev-perl/Test-CheckDeps-0.10.0
52 + >=virtual/perl-Test-Simple-0.940.0
53 + )
54 +"