diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Test-Distribution | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Test-Distribution')
-rw-r--r-- | dev-perl/Test-Distribution/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Test-Distribution/metadata.xml | 22 |
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-perl/Test-Distribution/Manifest b/dev-perl/Test-Distribution/Manifest new file mode 100644 index 000000000000..766385064ad9 --- /dev/null +++ b/dev-perl/Test-Distribution/Manifest @@ -0,0 +1,3 @@ +DIST Test-Distribution-2.00.tar.gz 11326 BLAKE2B 0ef42150a1dc9e07220b3b3a4badc2a00b9ccbf55d383794ad4fbf17ce1378112f9de04eca669e16e298eb5a22609dc58b214da9f15f80fd7478c11a985a9d28 SHA512 74ad4bb228d6727f1c966e2b3311914de15ef6d191717b6c9e7fa7ab9286de737aefc889c1c3f1d587582f234e0da55e980cd7eabb7edce4bd13ff79f4333638 +EBUILD Test-Distribution-2.0.0-r1.ebuild 550 BLAKE2B 68f9306edae80b91fc18aa9638840455436c76b4b5790d72c6bdad9187b1d27162675273d9ed95e99e20fddda79b0780470b79e9dc9d39853ca9ab24511af021 SHA512 e24046e92f1183f249adc24f4a641ffdd17db5786132858b80fc43c41c47c918e2435925d1d0d5dcf3edb77c7d61f22f4f03209cfd854984e3a603ac56be124e +MISC metadata.xml 1137 BLAKE2B e9557c8c7b7fe24147a3df842d25b611efdec0fcf9c7b8bb56111f2b3634ea4d864646c9a2afc1f7cc5c8419857b6e6cdb137f65c7c72be81d4f81c45be84822 SHA512 e3103d563a3170f254d35cf3b0d3ae728338fcf219852d333c8edb066fde8fab3e0f324423d6137336047009575dce83b485bda0ad36f18349224f25760e9427 diff --git a/dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild b/dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild new file mode 100644 index 000000000000..6d02c627e7fe --- /dev/null +++ b/dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MODULE_AUTHOR=SRSHAH +MODULE_VERSION=2.00 +inherit perl-module + +DESCRIPTION="perform tests on all modules of a distribution" + +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=dev-perl/Pod-Coverage-0.20 + >=dev-perl/File-Find-Rule-0.30 + dev-perl/Test-Pod-Coverage + >=virtual/perl-Module-CoreList-2.17 + >=dev-perl/Test-Pod-1.26" +DEPEND="${RDEPEND} + dev-perl/Module-Build" + +SRC_TEST=do diff --git a/dev-perl/Test-Distribution/metadata.xml b/dev-perl/Test-Distribution/metadata.xml new file mode 100644 index 000000000000..f7b2914fe734 --- /dev/null +++ b/dev-perl/Test-Distribution/metadata.xml @@ -0,0 +1,22 @@ +<?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">Test-Distribution</remote-id> + <remote-id type="cpan-module">Test::Distribution</remote-id> + <remote-id type="cpan-module">Test::Distribution::base</remote-id> + <remote-id type="cpan-module">Test::Distribution::description</remote-id> + <remote-id type="cpan-module">Test::Distribution::exports</remote-id> + <remote-id type="cpan-module">Test::Distribution::manifest</remote-id> + <remote-id type="cpan-module">Test::Distribution::pod</remote-id> + <remote-id type="cpan-module">Test::Distribution::podcover</remote-id> + <remote-id type="cpan-module">Test::Distribution::prereq</remote-id> + <remote-id type="cpan-module">Test::Distribution::sig</remote-id> + <remote-id type="cpan-module">Test::Distribution::use</remote-id> + <remote-id type="cpan-module">Test::Distribution::versions</remote-id> + </upstream> +</pkgmetadata> |