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/ExtUtils-Helpers | |
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/ExtUtils-Helpers')
-rw-r--r-- | dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/ExtUtils-Helpers/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/ExtUtils-Helpers/metadata.xml | 12 |
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild new file mode 100644 index 000000000000..9caa3b6addae --- /dev/null +++ b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI=5 +MODULE_AUTHOR=LEONT +MODULE_VERSION=0.022 +inherit perl-module + +DESCRIPTION='Various portability utilities for module builders' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +IUSE="test" + +DEPEND=" + ${RDEPEND} + test? ( + virtual/perl-File-Temp + virtual/perl-Test-Simple + ) +" +RDEPEND=" + >=virtual/perl-Exporter-5.570.0 + virtual/perl-File-Spec + >=virtual/perl-Text-ParseWords-3.240.0 + virtual/perl-Module-Load +" +SRC_TEST="do parallel" diff --git a/dev-perl/ExtUtils-Helpers/Manifest b/dev-perl/ExtUtils-Helpers/Manifest new file mode 100644 index 000000000000..447a8a5f6cb5 --- /dev/null +++ b/dev-perl/ExtUtils-Helpers/Manifest @@ -0,0 +1 @@ +DIST ExtUtils-Helpers-0.022.tar.gz 17078 SHA256 d3f8cf700fb3414ca1260089755cbf64041455e4b744110677b1ba5bb9a3aa95 SHA512 ffdec8c1cf96daadfea34860bbd72d205620dec891d617721bb8ac242ccd2ba0cd5a5f50440633e03ae5fd575add6ac539c95ed68909a64a44b97ac2bba2bb39 WHIRLPOOL b96406628028b7f3584f1039c886c3bd75a5a1331639a9595abc34408a84b9d7f092af90d093bf226dcd7e926b52e0ca6b9da7e44c7a56c753c31e55498d24c3 diff --git a/dev-perl/ExtUtils-Helpers/metadata.xml b/dev-perl/ExtUtils-Helpers/metadata.xml new file mode 100644 index 000000000000..333753452dec --- /dev/null +++ b/dev-perl/ExtUtils-Helpers/metadata.xml @@ -0,0 +1,12 @@ +<?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">ExtUtils-Helpers</remote-id> + <remote-id type="cpan-module">ExtUtils::Helpers</remote-id> + <remote-id type="cpan-module">ExtUtils::Helpers::Unix</remote-id> + <remote-id type="cpan-module">ExtUtils::Helpers::VMS</remote-id> + <remote-id type="cpan-module">ExtUtils::Helpers::Windows</remote-id> + </upstream> +</pkgmetadata> |