diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-02 00:18:58 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-02 00:22:00 +1200 |
commit | e34937965a53e1718196fec8ef5ce7a2d8d4fad1 (patch) | |
tree | ee4a7a16ce18b3a21252470a630837cc09946055 /dev-perl | |
parent | media-libs/lvtk: fixed doc installation (diff) | |
download | gentoo-e34937965a53e1718196fec8ef5ce7a2d8d4fad1.tar.gz gentoo-e34937965a53e1718196fec8ef5ce7a2d8d4fad1.tar.bz2 gentoo-e34937965a53e1718196fec8ef5ce7a2d8d4fad1.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
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 000000000000..8c47fe4d6a02 --- /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 + ) +" |