summaryrefslogtreecommitdiff
path: root/dev-perl/Text-CSV_XS
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Text-CSV_XS
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r--dev-perl/Text-CSV_XS/Manifest7
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild31
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-1.290.0.ebuild31
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-1.340.0.ebuild28
-rw-r--r--dev-perl/Text-CSV_XS/metadata.xml12
5 files changed, 109 insertions, 0 deletions
diff --git a/dev-perl/Text-CSV_XS/Manifest b/dev-perl/Text-CSV_XS/Manifest
new file mode 100644
index 000000000000..8fa4ba4b4486
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Manifest
@@ -0,0 +1,7 @@
+DIST Text-CSV_XS-1.28.tgz 164749 BLAKE2B fafd719dad5ecb2784abc6e1a40a0162c8860b6c27bcc7aaba44bd806317cbca5d9d90e99f4e8bc7ae5d473ab75ea28e2a05b687aeed39c0602a6df8e8edddc2 SHA512 5e40f50c16e2506f60cff1a344c9e45e73398bfe863c85a527a8aaf03ec5e3eb8b94796f548ccbe9cb7c123e79e1e882daec1fe81977142a03b1fed2ba46f60a
+DIST Text-CSV_XS-1.29.tgz 165220 BLAKE2B 7f768776818ab7d9065a690f1e616849f3c920d0b3cf66205f31965616b807c3729138d0e84cff27625be03771a6e132217260945e21ce8e7c8ec004e2969864 SHA512 fb71d44c8ec8420d7f80a8c7a9a0fc5db5023303f6317a6e49b06681df2ebb7b88af14a43e50f97cc328921a636453fb6a9840f6251d0a2c48205cd48b1d529d
+DIST Text-CSV_XS-1.34.tgz 173425 BLAKE2B 45aff1d60521d2458687eb257ff5a90b9f9dad6595789945206402bffb8f61b17bb89ea18cf8308d01b057e162c239bda0aee014cb3054ee542bd6b250e8f0c1 SHA512 1a13dc0105f52997df87e9612d8696342e2823e4f871b4f5402ae6b48c1375c2eaf70f773bf32b2c176da1ba0deab34413c427013bcdf5e10322fc6901dd2b86
+EBUILD Text-CSV_XS-1.280.0.ebuild 733 BLAKE2B 3ad425e647a9f6963f51e40830c02bdb5dca61641909ce91986767e36cfd6f048df3e18c49fbbbfdf33472e164e2da28491e709aa2a6909b4468a58a90421ab9 SHA512 fe969af4403ba91bef7c6d891454a152f2ebe3abd7f11cc8c0e3895c13cf1f9d9ebb5b71cb827612ac542881822ba767f865c032eee5f0ea61d45248b93a26f7
+EBUILD Text-CSV_XS-1.290.0.ebuild 742 BLAKE2B 6addc2ed1975a43698801a77da559738f11dc07ffb36d4f73136d63c9e1acce7c7a105f0348ee01f8b83c7ee3226d0c93c4a26b308cc5ece2b68425e44ba9812 SHA512 7fc1a3cfc5e19070c145e34fb58499384d810ec9ce7c26e6aec20eca87f06976b4f7141197d3b61ea54875ccef80fe0789c5d33ee00e8dedd5b1fd16206cb825
+EBUILD Text-CSV_XS-1.340.0.ebuild 706 BLAKE2B 41fed24e352a755871c5f18f042741a8ec2e768f68fd35cf42f04a338e356c226a06a5267f121cb14c26f121b3ca72b2dbbe15b5794e126c55a8a3a44da03098 SHA512 1de0d366ae17934db7803c08b9938d09cd8df0bfd49450d38734c27d9711b07c959972db41f613f421b91116c46b7a2cfd64a4c843eed09a8045499e5f0435b9
+MISC metadata.xml 394 BLAKE2B a2fedacdb00534d375306fe5b2475ae77ff16fc8d5dc277256221a0a7f6c540a9595cdcc3429f1f9a750a22eba94eeaf661757afbaec661b0fa0bbba99a5d635 SHA512 7afb3865b8c1b553b0d238a04eaaf38f66e017fb0520ab00dcb5bf1d069b753a57df45c0f539dcbdd9ae5af434c6ce0e1cd8cb1ce1ff8b20adbb3c65e411e2a6
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild
new file mode 100644
index 000000000000..4cc596b2f31a
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=HMBRAND
+DIST_A_EXT=tgz
+DIST_VERSION=1.28
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Comma-separated values manipulation routines"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 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
+ virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+src_test() {
+ perl_rm_files "t/00_pod.t" "t/01_pod.t"
+ perl-module_src_test
+}
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.290.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.290.0.ebuild
new file mode 100644
index 000000000000..4d1380aece4a
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.290.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=HMBRAND
+DIST_A_EXT=tgz
+DIST_VERSION=1.29
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Comma-separated values manipulation routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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
+ virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+src_test() {
+ perl_rm_files "t/00_pod.t" "t/01_pod.t"
+ perl-module_src_test
+}
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.340.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.340.0.ebuild
new file mode 100644
index 000000000000..e68f8bebc72d
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.340.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=HMBRAND
+DIST_A_EXT=tgz
+DIST_VERSION=1.34
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Comma-separated values manipulation routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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
+ virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+PERL_RM_FILES=("t/00_pod.t" "t/01_pod.t")
diff --git a/dev-perl/Text-CSV_XS/metadata.xml b/dev-perl/Text-CSV_XS/metadata.xml
new file mode 100644
index 000000000000..a2c279903d4d
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Text-CSV_XS</remote-id>
+ <remote-id type="cpan-module">Text::CSV_XS</remote-id>
+ </upstream>
+</pkgmetadata>