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/Data-Stream-Bulk | |
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/Data-Stream-Bulk')
-rw-r--r-- | dev-perl/Data-Stream-Bulk/Data-Stream-Bulk-0.110.0-r1.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Data-Stream-Bulk/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Data-Stream-Bulk/metadata.xml | 21 |
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-perl/Data-Stream-Bulk/Data-Stream-Bulk-0.110.0-r1.ebuild b/dev-perl/Data-Stream-Bulk/Data-Stream-Bulk-0.110.0-r1.ebuild new file mode 100644 index 000000000000..d38a9b877ecd --- /dev/null +++ b/dev-perl/Data-Stream-Bulk/Data-Stream-Bulk-0.110.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DOY +MODULE_VERSION=${PV:0:4} +inherit perl-module + +DESCRIPTION="N at a time iteration API" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/Moose + dev-perl/Sub-Exporter + dev-perl/Path-Class + dev-perl/namespace-clean" +DEPEND=">=virtual/perl-ExtUtils-MakeMaker-6.31 + test? ( ${RDEPEND} + dev-perl/Test-Requires + ) +" + +SRC_TEST=do diff --git a/dev-perl/Data-Stream-Bulk/Manifest b/dev-perl/Data-Stream-Bulk/Manifest new file mode 100644 index 000000000000..72d96c73da49 --- /dev/null +++ b/dev-perl/Data-Stream-Bulk/Manifest @@ -0,0 +1 @@ +DIST Data-Stream-Bulk-0.11.tar.gz 21692 SHA256 06e08432a6b97705606c925709b99129ad926516e477d58e4461e4b3d9f30917 SHA512 7c14e3e1e8d6d805aa6cedd6caec3f8e09cf30c196abd3661b3f6f12871212a808ad938ae24d13e4c1d7114ead912debf0f859d34cc42e70ef5e748dcc9242d2 WHIRLPOOL fb2eff8be50498761ab21210c6393814b5564e22c3132749fef64821f16748b16da5f88a9ae6a8cea00d952756f850e777a1a24b6f3cb357c573002df8f3bffd diff --git a/dev-perl/Data-Stream-Bulk/metadata.xml b/dev-perl/Data-Stream-Bulk/metadata.xml new file mode 100644 index 000000000000..007d2cd68fc4 --- /dev/null +++ b/dev-perl/Data-Stream-Bulk/metadata.xml @@ -0,0 +1,21 @@ +<?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">Data-Stream-Bulk</remote-id> + <remote-id type="cpan-module">Data::Stream::Bulk</remote-id> + <remote-id type="cpan-module">Data::Stream::Bulk::Array</remote-id> + <remote-id type="cpan-module">Data::Stream::Bulk::Callback</remote-id> + <remote-id type="cpan-module">Data::Stream::Bulk::Cat</remote-id> + <remote-id type="cpan-module">Data::Stream::Bulk::Chunked</remote-id> + <remote-id type="cpan-module">Data::Stream::Bulk::DBI</remote-id> + <remote-id type="cpan-module">Data::Stream::Bulk::DBIC</remote-id> + <remote-id type="cpan-module">Data::Stream::Bulk::DoneFlag</remote-id> + <remote-id type="cpan-module">Data::Stream::Bulk::FileHandle</remote-id> + <remote-id type="cpan-module">Data::Stream::Bulk::Filter</remote-id> + <remote-id type="cpan-module">Data::Stream::Bulk::Nil</remote-id> + <remote-id type="cpan-module">Data::Stream::Bulk::Path::Class</remote-id> + <remote-id type="cpan-module">Data::Stream::Bulk::Util</remote-id> + </upstream> +</pkgmetadata> |