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_XS | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz |
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_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.950.0.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-1.160.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-1.190.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/metadata.xml | 9 |
5 files changed, 98 insertions, 0 deletions
diff --git a/dev-perl/Text-CSV_XS/Manifest b/dev-perl/Text-CSV_XS/Manifest new file mode 100644 index 00000000000..427eb436ac5 --- /dev/null +++ b/dev-perl/Text-CSV_XS/Manifest @@ -0,0 +1,3 @@ +DIST Text-CSV_XS-0.95.tgz 121627 SHA256 0cf43f442e086bc10ec6e4d7f277fa30f8f145915337c900a0ad9248d7e4bf4d SHA512 4411246524503c7f838cafff1b184f5d0a36f936066514613ff52a5e735aad636b33c930d22388c21d589802c05f4c4b96e65c05569a267ac518995dbc14b403 WHIRLPOOL 0c374dd3dc1af2734da154a53cc8510dd6131a78a393694037dcb10c85ec15b575d9f10165389499998c9cd8cb8d7ef06ffb03597299a66081307407df2a72ce +DIST Text-CSV_XS-1.16.tgz 149556 SHA256 dcdf3f9c527e64b3448c93157700631b6cbc4c28346991f2c2eb001e999bc3b1 SHA512 041ad09a8dd952e3284c5d15f96bc0f50645112fad09d9e1a625c5909af2d78acc3cd56d8ca113f354f923b3221398297dadaba6d05b84686a6f2c9e4a8a7a2d WHIRLPOOL 9242842d33efccb4f117b4195dcadaf51e183080234282bcec5460806aa8309949e01f38f4b1fc7d1a5d7c5423aeab281a4eae4daad001d54270f42ccc929a1a +DIST Text-CSV_XS-1.19.tgz 152103 SHA256 bcde887f613c6a50b0ce8f714cd2463570f5809f26581615690cfb424d2a7c16 SHA512 2948e535d5621643539e927fc6a650f56b19cfe257424d1422f5d4854c279dbebbc3d61b79d00de23eeff3de58ca53f6bd29fc2e8140fbeb1c2ece90942d4410 WHIRLPOOL ae77fb51aa1609d4bdf9210bb80dc261d8412a393d3c5519dbd4fcdb20f392cca9a9222bd8ba6cb15b076075b56c17d3cb8b365c0bd231fca79b9df9b816b936 diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.950.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.950.0.ebuild new file mode 100644 index 00000000000..17970dec702 --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.950.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=HMBRAND +MODULE_A_EXT=tgz +MODULE_VERSION=0.95 +inherit perl-module + +DESCRIPTION="Comma-separated values manipulation routines" + +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST="parallel" diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.160.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.160.0.ebuild new file mode 100644 index 00000000000..08fe0c01a7a --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.160.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=HMBRAND +MODULE_A_EXT=tgz +MODULE_VERSION=1.16 +inherit perl-module + +DESCRIPTION="Comma-separated values manipulation routines" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND=" + virtual/perl-IO +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST="do parallel" diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.190.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.190.0.ebuild new file mode 100644 index 00000000000..edaa2a6a1fa --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.190.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=HMBRAND +MODULE_A_EXT=tgz +MODULE_VERSION=1.19 +inherit perl-module + +DESCRIPTION="Comma-separated values manipulation routines" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND=" + virtual/perl-IO +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST="do parallel" diff --git a/dev-perl/Text-CSV_XS/metadata.xml b/dev-perl/Text-CSV_XS/metadata.xml new file mode 100644 index 00000000000..13ecc18e2ee --- /dev/null +++ b/dev-perl/Text-CSV_XS/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">Text-CSV_XS</remote-id> + <remote-id type="cpan-module">Text::CSV_XS</remote-id> + </upstream> +</pkgmetadata> |