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/Import-Into | |
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/Import-Into')
-rw-r--r-- | dev-perl/Import-Into/Import-Into-1.2.0.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Import-Into/Import-Into-1.2.4.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/Import-Into/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Import-Into/metadata.xml | 9 |
4 files changed, 56 insertions, 0 deletions
diff --git a/dev-perl/Import-Into/Import-Into-1.2.0.ebuild b/dev-perl/Import-Into/Import-Into-1.2.0.ebuild new file mode 100644 index 000000000000..12c4e33b581f --- /dev/null +++ b/dev-perl/Import-Into/Import-Into-1.2.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=HAARG +MODULE_VERSION=1.002000 +inherit perl-module + +DESCRIPTION="Import packages into other packages" + +SLOT="0" +KEYWORDS="amd64 ~ppc x86 ~ppc-aix ~x86-solaris" +IUSE="" + +SRC_TEST=do diff --git a/dev-perl/Import-Into/Import-Into-1.2.4.ebuild b/dev-perl/Import-Into/Import-Into-1.2.4.ebuild new file mode 100644 index 000000000000..43031008053b --- /dev/null +++ b/dev-perl/Import-Into/Import-Into-1.2.4.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=ETHER +MODULE_VERSION=1.002004 +inherit perl-module + +DESCRIPTION="Import packages into other packages" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~x86-solaris" +IUSE="test" + +RDEPEND=" + dev-perl/Module-Runtime +" +DEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Exporter + virtual/perl-Test-Simple + ) +" +SRC_TEST=do diff --git a/dev-perl/Import-Into/Manifest b/dev-perl/Import-Into/Manifest new file mode 100644 index 000000000000..b6f0b2c6cc9f --- /dev/null +++ b/dev-perl/Import-Into/Manifest @@ -0,0 +1,2 @@ +DIST Import-Into-1.002000.tar.gz 6483 SHA256 122277b33b42a1232681b457440309a031489bdb73a97d3c33b6bda9b1d8adbf SHA512 a36a59850adccd8cd2e25d4565627695c129a8e2a4097accb8afa90144c26f3f2e214679c35ac5ee269a672b352c9c9f1e1f49e35d17f08da257eef5e528bedd WHIRLPOOL 91571abc0e8f1dd4abb4020b8cb25d658bc68dd7c0771a1e6201259745b83bdd0ae4820d5a56ba3f1290b6f299926e99398221af7e323e435dd0077db57618d8 +DIST Import-Into-1.002004.tar.gz 7847 SHA256 decb259bc2ff015fe3dac85e4a287d4128e9b0506a0b2c5fa7244836a68b1084 SHA512 387fb6302417bda94fffe7215e22774d9345af0f2df9f39dc089abcf4a0e164521d2223ddaeed7179a341720e1ae399ada6ff02b5aef75c9a00a74e2cf752005 WHIRLPOOL 7a10872355a29bffd96fefe446562670dcc19f1a7c0a88e6e5f8803aacfe12c6b2c1759777da5b2934117df70015f029a199f608e927c139703cd4ed6bfdcdf7 diff --git a/dev-perl/Import-Into/metadata.xml b/dev-perl/Import-Into/metadata.xml new file mode 100644 index 000000000000..d2c6befede24 --- /dev/null +++ b/dev-perl/Import-Into/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">Import-Into</remote-id> + <remote-id type="cpan-module">Import::Into</remote-id> + </upstream> +</pkgmetadata> |