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/Text-CSV | |
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/Text-CSV')
-rw-r--r-- | dev-perl/Text-CSV/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Text-CSV/Text-CSV-1.320.0-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Text-CSV/metadata.xml | 11 |
4 files changed, 53 insertions, 0 deletions
diff --git a/dev-perl/Text-CSV/Manifest b/dev-perl/Text-CSV/Manifest new file mode 100644 index 000000000000..a2ef333de98f --- /dev/null +++ b/dev-perl/Text-CSV/Manifest @@ -0,0 +1,2 @@ +DIST Text-CSV-1.32.tar.gz 62294 SHA256 b49fea66d75a1419a76b0b2b30144d97e1f69728928c06ed08405874fd8ff9af SHA512 c6f510bc14884300795c93c192581960712ce4c9757785a33991adddbffa78a65263b2497755f2a4492537b3484b823d24ca23642f03954b84b0ed815043239c WHIRLPOOL 54f4ccc785fd585080e223bb3705f44f863741d120b9b47038d9616bafbdfa581f26dbbf74506b99674a1b18966687637c769a13bb2fc63fac9fca7f00daed45 +DIST Text-CSV-1.33.tar.gz 64771 SHA256 9c5b8fb9baffd58f02ed2b3f0b6d9a6454198f18a80e7f3a049680ddbdb24115 SHA512 3b30242c71719aeb20077490b752718bb25320dc1510b5053d5e21678cf7011e16eac2b578138115399f8dbdfb5519cbb913fc42b042355e35e39491ed520b8e WHIRLPOOL 89c5ef051937a2f50868246b8c9a66216676907bfc6d8d12cadd1f0d8c7685a5ab136f1b646fd752cba9b63f23cc28a1ece3f3e022fc503dd612948ba46e3363 diff --git a/dev-perl/Text-CSV/Text-CSV-1.320.0-r1.ebuild b/dev-perl/Text-CSV/Text-CSV-1.320.0-r1.ebuild new file mode 100644 index 000000000000..a78022b60ca5 --- /dev/null +++ b/dev-perl/Text-CSV/Text-CSV-1.320.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=MAKAMAKA +MODULE_VERSION=1.32 +inherit perl-module + +DESCRIPTION="Manipulate comma-separated value strings" + +SLOT="0" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86" +IUSE="test" + +RDEPEND="" +DEPEND="test? ( dev-perl/Test-Pod )" + +SRC_TEST=do diff --git a/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild b/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild new file mode 100644 index 000000000000..1dd0a599abc7 --- /dev/null +++ b/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=MAKAMAKA +MODULE_VERSION=1.33 +inherit perl-module + +DESCRIPTION="Manipulate comma-separated value strings" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="test? ( dev-perl/Test-Pod )" + +SRC_TEST=do diff --git a/dev-perl/Text-CSV/metadata.xml b/dev-perl/Text-CSV/metadata.xml new file mode 100644 index 000000000000..340fb34a1b0a --- /dev/null +++ b/dev-perl/Text-CSV/metadata.xml @@ -0,0 +1,11 @@ +<?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">Text-CSV</remote-id> + <remote-id type="cpan-module">Text::CSV</remote-id> + <remote-id type="cpan-module">Text::CSV::ErrorDiag</remote-id> + <remote-id type="cpan-module">Text::CSV_PP</remote-id> + </upstream> +</pkgmetadata> |