diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Test-Unit-Lite | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Test-Unit-Lite')
-rw-r--r-- | dev-perl/Test-Unit-Lite/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Test-Unit-Lite/metadata.xml | 16 |
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> |