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-Base | |
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-Base')
-rw-r--r-- | dev-perl/Test-Base/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Test-Base/Test-Base-0.600.0-r1.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Test-Base/Test-Base-0.880.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/Test-Base/metadata.xml | 13 |
4 files changed, 67 insertions, 0 deletions
diff --git a/dev-perl/Test-Base/Manifest b/dev-perl/Test-Base/Manifest new file mode 100644 index 000000000000..a6d59e61c11a --- /dev/null +++ b/dev-perl/Test-Base/Manifest @@ -0,0 +1,2 @@ +DIST Test-Base-0.60.tar.gz 60322 SHA256 7d09a9da86dd86b0565f07db01df62593b480db7c1761cb4fabd20af2c18c079 SHA512 be573876941f9acb9b68a92ca0093873f0652a4df8a29df0753fada4cb7e382886c76128d1bcda8ce6a0d90185c70c713eb88b79090a4820fc7b44a9ca638192 WHIRLPOOL eb14e2ef60093945f63eed1c3bc0eeb685c9d2aec65a171fff5de1b438de04045e93aa632c6634f3b4903dbfe5f92a1444f3996f352f9855376b7f64525da581 +DIST Test-Base-0.88.tar.gz 52032 SHA256 52368cc5a9cbbc4eaba33ed820672f92001b73d8bcba0bb95d5fdb1d370b9039 SHA512 59725ce38a55a82a336942ea36c0782560d4b3b04fbe6e4550f6e21074f18d622325d87bb2d7db0475b58999d8f9ee55579c4349004a5434b3c1980366dd71df WHIRLPOOL 6e7d912f7231dbef2ae1a17f1644522ed39ecdbbecf93cfd64e3bf22be6af1f6fb387b306b95923a8d559000efe8468d826cf6f163342c6bad470ad7732a3476 diff --git a/dev-perl/Test-Base/Test-Base-0.600.0-r1.ebuild b/dev-perl/Test-Base/Test-Base-0.600.0-r1.ebuild new file mode 100644 index 000000000000..d67a0cbeb5e6 --- /dev/null +++ b/dev-perl/Test-Base/Test-Base-0.600.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=INGY +MODULE_VERSION=0.60 +inherit perl-module + +DESCRIPTION="A Data Driven Testing Framework" + +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +DEPEND=">=virtual/perl-Test-Simple-0.62 + >=dev-perl/Spiffy-0.30 + dev-perl/Test-Deep" +RDEPEND="${DEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Test-Base/Test-Base-0.880.0.ebuild b/dev-perl/Test-Base/Test-Base-0.880.0.ebuild new file mode 100644 index 000000000000..1c656ac97ad4 --- /dev/null +++ b/dev-perl/Test-Base/Test-Base-0.880.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=INGY +MODULE_VERSION=0.88 +inherit perl-module + +DESCRIPTION="A Data Driven Testing Framework" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND=" + dev-perl/Filter + >=dev-perl/Spiffy-0.400.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + >=dev-perl/Algorithm-Diff-1.150.0 + >=virtual/perl-ExtUtils-MakeMaker-6.520.0 + >=dev-perl/Text-Diff-0.350.0 + ) +" + +SRC_TEST="do" diff --git a/dev-perl/Test-Base/metadata.xml b/dev-perl/Test-Base/metadata.xml new file mode 100644 index 000000000000..288416380a19 --- /dev/null +++ b/dev-perl/Test-Base/metadata.xml @@ -0,0 +1,13 @@ +<?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-Base</remote-id> + <remote-id type="cpan-module">Module::Install::TestBase</remote-id> + <remote-id type="cpan-module">Test::Base</remote-id> + <remote-id type="cpan-module">Test::Base::Block</remote-id> + <remote-id type="cpan-module">Test::Base::Filter</remote-id> + <remote-id type="cpan-module">Test::Base::Handle</remote-id> + </upstream> +</pkgmetadata> |