diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-14 11:09:11 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-14 11:09:11 +0100 |
commit | deba8115d2c2af26df42966b91ef04ff4dd79cde (patch) | |
tree | 9a48f42594e1a9e6b2020d5535a784314434d7a7 /dev-perl/Dist-Zilla-Plugin-LicenseFromModule | |
parent | 38423c67c8a23f6a1bc42038193182e2da3116eb (diff) |
gentoo resync : 14.05.2020
Diffstat (limited to 'dev-perl/Dist-Zilla-Plugin-LicenseFromModule')
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild new file mode 100644 index 000000000000..4b4b01444373 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=MIYAGAWA +DIST_VERSION=0.07 +inherit perl-module + +DESCRIPTION="Extract License and Copyright from its main_module file" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" +RDEPEND=" + >=dev-perl/Dist-Zilla-4.300.30 + >=virtual/perl-Module-Load-0.320.0 + dev-perl/Software-License +" +DEPEND=" + dev-perl/Module-Build-Tiny +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-Tiny-0.34.0 + test? ( + dev-perl/JSON + ) +" +PERL_RM_FILES=( + "t/author-pod-syntax.t" +) diff --git a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Manifest b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Manifest new file mode 100644 index 000000000000..971839a01b2d --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Manifest @@ -0,0 +1,3 @@ +DIST Dist-Zilla-Plugin-LicenseFromModule-0.07.tar.gz 12340 BLAKE2B 52426d7fc4cd9bb071ef1b824b4964a426f3cbe8bdf578d060b716a3690fdc543426bea3e890b644b5a65d7a8c148790b01cdef84180b9f1c719cc53efa9897b SHA512 864aac4ae0961530021a027f823800b72aeeb0b64413fd7e011442a2c5aab87a2bf0191ffacf67787f54ef27456c9d4d1006bd9f2b028c539f51e645614d38db +EBUILD Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild 585 BLAKE2B b0dd1468123673ee4fafa7b781a3ea33aa47c52f92710a330989c3dcad64045c1bdc12ba4c2fe1ddfc8f1eb0177a36790910c0d3ef6f91be3e7767be837c315a SHA512 ab93d12a875d6a751fd5c36f7d364907f10be1b33f84ec70968afa9a7303fe59fdc6b42a748ebc0c70550eecf5e5f0cf4814d919c08d36b5f9a6de708a199c43 +MISC metadata.xml 444 BLAKE2B 1acffe6de292b040015ecc132d5ba4cc51758a9c525ddd44a1f59bda5f6615a8295d470fc63a8d35c7eee7c9a6e5a0d8a652820ba799ec8f82f51b0ae7bc69d7 SHA512 9c20e4fd3b3f17f12d189dd00988a98def96396b4f37952cde0d7e5a53800f3a42be804ba82892f0f7311b70cd79c0a8cdf48ce9d6171d562c6172b4463e3654 diff --git a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/metadata.xml b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/metadata.xml new file mode 100644 index 000000000000..e4261876ba11 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/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-LicenseFromModule</remote-id> + <remote-id type="cpan-module">Dist::Zilla::Plugin::LicenseFromModule</remote-id> + </upstream> +</pkgmetadata> |