diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-04-17 01:31:20 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-17 04:55:21 +1200 |
commit | ea13fb6b6ee4420a09bd62dc7e5d4a5e80d6fd55 (patch) | |
tree | 49770950815c77e46b1520a65cf0d7bb1992e6a8 /dev-perl | |
parent | games-util/lutris: Added missing dep on dev-python/dbus-python (diff) | |
download | gentoo-ea13fb6b6ee4420a09bd62dc7e5d4a5e80d6fd55.tar.gz gentoo-ea13fb6b6ee4420a09bd62dc7e5d4a5e80d6fd55.tar.bz2 gentoo-ea13fb6b6ee4420a09bd62dc7e5d4a5e80d6fd55.zip |
dev-perl/Dist-Zilla-Plugin-ContributorsFile: Add w/ v=0.3.0
Required by app-admin/rex-9999
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl')
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-perl/Dist-Zilla-Plugin-ContributorsFile/Dist-Zilla-Plugin-ContributorsFile-0.3.0.ebuild b/dev-perl/Dist-Zilla-Plugin-ContributorsFile/Dist-Zilla-Plugin-ContributorsFile-0.3.0.ebuild new file mode 100644 index 000000000000..fea34f0c2eb0 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-ContributorsFile/Dist-Zilla-Plugin-ContributorsFile-0.3.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=YANICK +DIST_VERSION=0.3.0 +inherit perl-module + +DESCRIPTION="add a file listing all contributors" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" +RDEPEND=" + dev-perl/Dist-Zilla + dev-perl/Moose +" +DEPEND=" + dev-perl/Module-Build +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.280.0 + test? ( + virtual/perl-File-Spec + virtual/perl-IO + >=virtual/perl-Test-Simple-0.880.0 + ) +" diff --git a/dev-perl/Dist-Zilla-Plugin-ContributorsFile/Manifest b/dev-perl/Dist-Zilla-Plugin-ContributorsFile/Manifest new file mode 100644 index 000000000000..3bf0b82a376f --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-ContributorsFile/Manifest @@ -0,0 +1 @@ +DIST Dist-Zilla-Plugin-ContributorsFile-0.3.0.tar.gz 15954 BLAKE2B 8c7bffdb59ba581151a38cba7baf2a5e37b039f36db75e2937a6959b8c8b429f886186c3b02e6c2ba8f0a5f75dc1b930da1aa76f9423e102260ec79a17fb480a SHA512 2f2e6dcadb891f676bb59d07377dfe82cb62a001fc7d5da537d15c70f3ecff91738143891a387494efbbdadafc59f4e9b896607a545f0f691cb8b706368aa56b diff --git a/dev-perl/Dist-Zilla-Plugin-ContributorsFile/metadata.xml b/dev-perl/Dist-Zilla-Plugin-ContributorsFile/metadata.xml new file mode 100644 index 000000000000..cd1f881a83fb --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-ContributorsFile/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <upstream> + <remote-id type="cpan">Dist-Zilla-Plugin-ContributorsFile</remote-id> + <remote-id type="cpan-module">Dist::Zilla::Plugin::ContributorsFile</remote-id> + </upstream> +</pkgmetadata> |