summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Test-Unit-Lite')
-rw-r--r--dev-perl/Test-Unit-Lite/Manifest1
-rw-r--r--dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r1.ebuild20
-rw-r--r--dev-perl/Test-Unit-Lite/metadata.xml16
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/Test-Unit-Lite/Manifest b/dev-perl/Test-Unit-Lite/Manifest
new file mode 100644
index 000000000000..77344042aec6
--- /dev/null
+++ b/dev-perl/Test-Unit-Lite/Manifest
@@ -0,0 +1 @@
+DIST Test-Unit-Lite-0.1202.tar.gz 36199 SHA256 351d25ee7131628aaf7e3995fe1fffb893ae7fe6ef58cf3370ed320953f5b2a8 SHA512 4a02b5761df60f01b3f4dce2d31f287eee7725e1c3a2d22fca2e3c333dc9cb14b34ae7badc09acff53a37bdb11a791b7914ca42876647204535324ed001c13b5 WHIRLPOOL 3e45b1ed11a081e51b957377d4ba8bb4c6b5fad6fc617e6a4b6b3fc4dc577488989550a074372b0cd8e352e944acbda1f111911eacd93b8b0cd761590706ae9a
diff --git a/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r1.ebuild b/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r1.ebuild
new file mode 100644
index 000000000000..e6aee6fae850
--- /dev/null
+++ b/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=DEXTER
+MODULE_VERSION=0.1202
+inherit perl-module
+
+DESCRIPTION="Unit testing without external dependencies"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-perl/Module-Build"
+
+SRC_TEST=do
diff --git a/dev-perl/Test-Unit-Lite/metadata.xml b/dev-perl/Test-Unit-Lite/metadata.xml
new file mode 100644
index 000000000000..f4f0bde05bb2
--- /dev/null
+++ b/dev-perl/Test-Unit-Lite/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">Test-Unit-Lite</remote-id>
+ <remote-id type="cpan-module">Test::Unit::Debug</remote-id>
+ <remote-id type="cpan-module">Test::Unit::HarnessUnit</remote-id>
+ <remote-id type="cpan-module">Test::Unit::Lite</remote-id>
+ <remote-id type="cpan-module">Test::Unit::Lite::AllTests</remote-id>
+ <remote-id type="cpan-module">Test::Unit::Result</remote-id>
+ <remote-id type="cpan-module">Test::Unit::TestCase</remote-id>
+ <remote-id type="cpan-module">Test::Unit::TestRunner</remote-id>
+ <remote-id type="cpan-module">Test::Unit::TestSuite</remote-id>
+ </upstream>
+</pkgmetadata>