diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Test-Requires | |
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-Requires')
-rw-r--r-- | dev-perl/Test-Requires/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Test-Requires/Test-Requires-0.60.0-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Test-Requires/Test-Requires-0.80.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Test-Requires/metadata.xml | 9 |
4 files changed, 53 insertions, 0 deletions
diff --git a/dev-perl/Test-Requires/Manifest b/dev-perl/Test-Requires/Manifest new file mode 100644 index 000000000000..687feddaefe6 --- /dev/null +++ b/dev-perl/Test-Requires/Manifest @@ -0,0 +1,2 @@ +DIST Test-Requires-0.06.tar.gz 20077 SHA256 9b6f9e4c0b6f0ebe1d761b94938ec1446589c9a91920a98553aef47f2d795ecf SHA512 cd326cca098feb2d395f3eeaa4af2e624ae7795a97477374fd892f133093fd00fc312b295e07f648e2f0411f2a0522b386a2b8df2dda1ee0660c2fef28f510f6 WHIRLPOOL 3fcc9949b454b3cf26d585621398bf846942cf80b2b2078cce10cc2197ff290f9bc467751d4cc725d717d5d43dd0c0a18fa73b5779e1aa46675e3c8ebf9e31f9 +DIST Test-Requires-0.08.tar.gz 10888 SHA256 e7b1b4b30b90d530aea68205c0e65cf7a784d6a218df5a2b41830cdb404d8221 SHA512 ddb0072ed4f35019b9d1122742f272d9f00589fafeadf3ad0758a962ba5e819fc3e15cb01e1a0ed1c03aee42c18b7ef1377a45683519bf6d63b1b31e3384b9d0 WHIRLPOOL e99023a914f9ca4df25aad8f26b3c5297f57ee80503d1c360c5c255baf1006ef6d50963c28a3bf5b17aafa9791a5ec1dcbb1d728b11af8ed40a5b0185adb6223 diff --git a/dev-perl/Test-Requires/Test-Requires-0.60.0-r1.ebuild b/dev-perl/Test-Requires/Test-Requires-0.60.0-r1.ebuild new file mode 100644 index 000000000000..460374155616 --- /dev/null +++ b/dev-perl/Test-Requires/Test-Requires-0.60.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=TOKUHIROM +MODULE_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Checks to see if the module can be loaded" + +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND=">=virtual/perl-Test-Simple-0.61" +DEPEND="${RDEPEND}" + +SRC_TEST=do diff --git a/dev-perl/Test-Requires/Test-Requires-0.80.0.ebuild b/dev-perl/Test-Requires/Test-Requires-0.80.0.ebuild new file mode 100644 index 000000000000..07522ed80075 --- /dev/null +++ b/dev-perl/Test-Requires/Test-Requires-0.80.0.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=TOKUHIROM +MODULE_VERSION=0.08 +inherit perl-module + +DESCRIPTION="Checks to see if the module can be loaded" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND=">=virtual/perl-Test-Simple-0.61 + >=virtual/perl-ExtUtils-MakeMaker-6.640.0" + +DEPEND="${RDEPEND}" + +SRC_TEST=do diff --git a/dev-perl/Test-Requires/metadata.xml b/dev-perl/Test-Requires/metadata.xml new file mode 100644 index 000000000000..0b6be79e51ad --- /dev/null +++ b/dev-perl/Test-Requires/metadata.xml @@ -0,0 +1,9 @@ +<?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-Requires</remote-id> + <remote-id type="cpan-module">Test::Requires</remote-id> + </upstream> +</pkgmetadata> |