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-StaticInstall | |
parent | 38423c67c8a23f6a1bc42038193182e2da3116eb (diff) |
gentoo resync : 14.05.2020
Diffstat (limited to 'dev-perl/Dist-Zilla-Plugin-StaticInstall')
3 files changed, 55 insertions, 0 deletions
diff --git a/dev-perl/Dist-Zilla-Plugin-StaticInstall/Dist-Zilla-Plugin-StaticInstall-0.12.0.ebuild b/dev-perl/Dist-Zilla-Plugin-StaticInstall/Dist-Zilla-Plugin-StaticInstall-0.12.0.ebuild new file mode 100644 index 000000000000..432d52072ce4 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-StaticInstall/Dist-Zilla-Plugin-StaticInstall-0.12.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=ETHER +DIST_VERSION=0.012 +inherit perl-module + +DESCRIPTION="Identify a distribution as eligible for static installation" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" +RDEPEND=" + >=dev-perl/Dist-Zilla-4.300.39 + dev-perl/Moose + dev-perl/MooseX-Types + dev-perl/Path-Tiny + >=virtual/perl-Scalar-List-Utils-1.330.0 + >=virtual/perl-Term-ANSIColor-3.0.0 + dev-perl/autovivification + dev-perl/namespace-autoclean +" +DEPEND=" + dev-perl/Module-Build-Tiny +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-Tiny-0.34.0 + test? ( + virtual/perl-File-Spec + virtual/perl-Module-Metadata + dev-perl/Module-Runtime + dev-perl/Test-Deep + dev-perl/Test-Fatal + dev-perl/Test-Needs + >=virtual/perl-Test-Simple-0.960.0 + virtual/perl-if + ) +" diff --git a/dev-perl/Dist-Zilla-Plugin-StaticInstall/Manifest b/dev-perl/Dist-Zilla-Plugin-StaticInstall/Manifest new file mode 100644 index 000000000000..0f3f1ee332eb --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-StaticInstall/Manifest @@ -0,0 +1,3 @@ +DIST Dist-Zilla-Plugin-StaticInstall-0.012.tar.gz 36998 BLAKE2B a5c4ea73657f4b1725600717a9c64f66d1c29151cff5123b07b9d59446fc03fb987fc83742978d8696042c7aeaea9c74a315d7b79e6e48574a329b279edf66d6 SHA512 4b5ad3a572127130154d85487791d69247d4b15a39fde366f228312854d59d59eb3113c9e2a4e6912b4b97f7e31fe47387a97ffb6dd53301183ad8fd394663c1 +EBUILD Dist-Zilla-Plugin-StaticInstall-0.12.0.ebuild 862 BLAKE2B f573e5d3729b7ca2243d4c05789b31a8a07e6bf0b46c73dccbbf7f9120183fa2f1546067307272fed92985a79a673d57a433baa442213889d10f742db01a6cb6 SHA512 beb93926e539507c664adcc839e2234479d4fef5ed723dc5727def919fbf86ec6fc96b24f690c6bf508416bcaf8c82953dce12fb0a65cab9d2f42f56f2870593 +MISC metadata.xml 436 BLAKE2B ff50eb0faed157cbba778ad697321515327c974a939de8010d8f0f14900ad7eaf8018f4855f5f28c9738f06c4729199e3fd34b5b6775e9cba966c4bb8febe931 SHA512 c6bfb1b82dc705ea4b0611c6cfac87d387245da423e15ce703bd16a4a3bdac17d3043fbc7c44c604299765064e5b1054545327b1d97f9e88d117e92fd7e8d226 diff --git a/dev-perl/Dist-Zilla-Plugin-StaticInstall/metadata.xml b/dev-perl/Dist-Zilla-Plugin-StaticInstall/metadata.xml new file mode 100644 index 000000000000..1b402630bcd3 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-StaticInstall/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-StaticInstall</remote-id> + <remote-id type="cpan-module">Dist::Zilla::Plugin::StaticInstall</remote-id> + </upstream> +</pkgmetadata> |