summaryrefslogtreecommitdiff
path: root/dev-perl/Test-Distribution
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-perl/Test-Distribution
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-perl/Test-Distribution')
-rw-r--r--dev-perl/Test-Distribution/Manifest5
-rw-r--r--dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild24
-rw-r--r--dev-perl/Test-Distribution/metadata.xml22
3 files changed, 51 insertions, 0 deletions
diff --git a/dev-perl/Test-Distribution/Manifest b/dev-perl/Test-Distribution/Manifest
new file mode 100644
index 000000000000..0ada63155f98
--- /dev/null
+++ b/dev-perl/Test-Distribution/Manifest
@@ -0,0 +1,5 @@
+DIST Test-Distribution-2.00.tar.gz 11326 SHA256 50ecd07fb6cab7b2b2a73b5526ee43b90e77734c9bcec95ce8822b9c0a912b68 SHA512 74ad4bb228d6727f1c966e2b3311914de15ef6d191717b6c9e7fa7ab9286de737aefc889c1c3f1d587582f234e0da55e980cd7eabb7edce4bd13ff79f4333638 WHIRLPOOL 619d171508e538766e28d2942241b1b9d9c151e12172803dc54ec112c112ba7fa109ae853c2d10cd895aa2fd23fa0a6d6b1d7e1b3a93732ac5939f87acd5f650
+EBUILD Test-Distribution-2.0.0-r1.ebuild 550 SHA256 8d404eadf79b8a55e60bee46a7d7d8892ecec87d35b8222468fc53ccdb8db0b1 SHA512 e24046e92f1183f249adc24f4a641ffdd17db5786132858b80fc43c41c47c918e2435925d1d0d5dcf3edb77c7d61f22f4f03209cfd854984e3a603ac56be124e WHIRLPOOL 8d0a8b26b916cff740bf8d4df2fc5164476d5e321e39973b3ad536655752389c9abd4ee392c6fc56f3c98dc2bb62d415e5151e07a255623f0aaa045e240eb81b
+MISC ChangeLog 2463 SHA256 01d7c2e32d2e41f83f8ac6af1865afd385f3cc40834cd335fcf50b3a00526e58 SHA512 94f6ca5c5403d70d89815bdc3b569c23097cd27a7ca95a4ba39ab36753c072df8426411ec32022ef22490cada4473b6b207ae31c5955dfc77dfa0321cc470464 WHIRLPOOL b98f1ff6285901ff9a3874f8bfe4d002961810cc6814bd22168c75df69e05f80df975ae161af77f1cb7167755c4defeedd4083bc55bd7075a0c0995b7cef7c87
+MISC ChangeLog-2015 2828 SHA256 80124c43f8a8b3b5154af668554db7962582858ec1c965c97129becb004ad50c SHA512 6694b7f9cd2794710b0f31654e3e7a99b798cabfe8639edff5bb0cc23d833f60c3313f005f9eb46bbd09f1135128e56cb16ed1aa83f2fe82f14abc347b48a9ff WHIRLPOOL 498302331643962a97308b73d6996661d2ba6b7397212b6446bd2e18f12c936e3d6620c5be7bbd5bd2b9458a33b01617ee08c46b5ee4dc71d4285bb99872a044
+MISC metadata.xml 1137 SHA256 01a398f81fddb87283a4aec79961c3b05c8be99e07ecaf011a9ba96461ce2d7a SHA512 e3103d563a3170f254d35cf3b0d3ae728338fcf219852d333c8edb066fde8fab3e0f324423d6137336047009575dce83b485bda0ad36f18349224f25760e9427 WHIRLPOOL b34e460364c1b498a69805cb583467ee64293fa2553a7b5368baa195e5e7d40d009e8f5f3ce15fb5bde923b7ddeb28067f050a366073560bccce1c8f42bcd014
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>