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-Meta-Contributors/
Date: Sat, 01 Aug 2020 12:22:38
Message-Id: 1596284520.e34937965a53e1718196fec8ef5ce7a2d8d4fad1.kentnl@gentoo
1 commit: e34937965a53e1718196fec8ef5ce7a2d8d4fad1
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 12:18:58 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 12:22:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3493796
7
8 dev-perl/Dist-Zilla-Plugin-Meta-Contributors: -r bump for LICENSE
9
10 - Fix incorrect license
11
12 Package-Manager: Portage-2.3.103, Repoman-2.3.22
13 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
14
15 ...-Zilla-Plugin-Meta-Contributors-0.3.0-r1.ebuild | 26 ++++++++++++++++++++++
16 1 file changed, 26 insertions(+)
17
18 diff --git a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0-r1.ebuild b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0-r1.ebuild
19 new file mode 100644
20 index 00000000000..8c47fe4d6a0
21 --- /dev/null
22 +++ b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0-r1.ebuild
23 @@ -0,0 +1,26 @@
24 +# Copyright 2020 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +DIST_AUTHOR=DAGOLDEN
30 +DIST_VERSION=0.003
31 +inherit perl-module
32 +
33 +DESCRIPTION="Generate an x_contributors section in distribution metadata"
34 +LICENSE="Apache-2.0"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE="test"
38 +RESTRICT="!test? ( test )"
39 +RDEPEND="
40 + dev-perl/Dist-Zilla
41 + dev-perl/Moose
42 +"
43 +BDEPEND="${RDEPEND}
44 + >=virtual/perl-ExtUtils-MakeMaker-6.170.0
45 + test? (
46 + virtual/perl-File-Spec
47 + >=virtual/perl-Test-Simple-0.960.0
48 + )
49 +"