commit:     e34937965a53e1718196fec8ef5ce7a2d8d4fad1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  1 12:18:58 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  1 12:22:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3493796

dev-perl/Dist-Zilla-Plugin-Meta-Contributors: -r bump for LICENSE

- Fix incorrect license

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 ...-Zilla-Plugin-Meta-Contributors-0.3.0-r1.ebuild | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

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
new file mode 100644
index 00000000000..8c47fe4d6a0
--- /dev/null
+++ 
b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.003
+inherit perl-module
+
+DESCRIPTION="Generate an x_contributors section in distribution metadata"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+       dev-perl/Dist-Zilla
+       dev-perl/Moose
+"
+BDEPEND="${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+       test? (
+               virtual/perl-File-Spec
+               >=virtual/perl-Test-Simple-0.960.0
+       )
+"

Reply via email to