summaryrefslogtreecommitdiff
path: root/dev-perl/Text-CSV-Simple
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-Simple
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Text-CSV-Simple')
-rw-r--r--dev-perl/Text-CSV-Simple/Manifest3
-rw-r--r--dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0-r1.ebuild26
-rw-r--r--dev-perl/Text-CSV-Simple/metadata.xml13
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-perl/Text-CSV-Simple/Manifest b/dev-perl/Text-CSV-Simple/Manifest
new file mode 100644
index 000000000000..132143fe84de
--- /dev/null
+++ b/dev-perl/Text-CSV-Simple/Manifest
@@ -0,0 +1,3 @@
+DIST Text-CSV-Simple-1.00.tar.gz 4571 BLAKE2B 4e88b12ae77f0c714a0b8d31b95b3734fa39b569ce05d52d3a6407ceae9161de85853360ae5f8198f56d3e8e7b5e17d7b677c7a27391e6679c34e8bc24837953 SHA512 3b4779d06183a66fb2502eaabf506e10b7d08ebe16d20682e651f04ede50719b88cc1c43ad52300b5b2f28fc2f9870d05c80069cc37988b555933dd09e5e0245
+EBUILD Text-CSV-Simple-1.0.0-r1.ebuild 575 BLAKE2B 77af1e94c7384bb470e2411b30cc06324d91cd08dd8fa1daf8ca7415f5adca575a65cc0c4a4ac1bda386647e7bf1b7877c6af81a305dc85a9203b74e8d09837a SHA512 b7c7150537a40b7f162d1a564452688829ee29dac44c4e5dbf731ebc86a218789213d6741bd501d0d609e0d679c590bd1595809f8a8d189db53d2a8caee4abc7
+MISC metadata.xml 477 BLAKE2B 2392992170b4d96f68fe65fb9826f173c0459bd215cb871651f738c4c7d54ee3b36ae83f09040f8a2fbf8bc9ff2860ed0a9f5d6caa5958e97f8278c26b7c3a8d SHA512 d74210fefe7db7dba70c960bbcd3f4430c19498a6019ac6c9c5776bfe1805a2b8f5247901a1919c1ab6b6968c3838641c3e92ab4683c444ddfe6f7e46d80cd95
diff --git a/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0-r1.ebuild b/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0-r1.ebuild
new file mode 100644
index 000000000000..baa1abcfdc99
--- /dev/null
+++ b/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=TMTM
+MODULE_VERSION=1.00
+inherit perl-module
+
+DESCRIPTION="Text::CSV::Simple - Simpler parsing of CSV files"
+
+SLOT="0"
+LICENSE="|| ( GPL-3 GPL-2 )" # GPL-2+
+KEYWORDS="amd64 ~arm ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE="test"
+
+RDEPEND="dev-perl/Text-CSV_XS
+ dev-perl/Class-Trigger
+ dev-perl/File-Slurp"
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ )"
+
+SRC_TEST="do"
diff --git a/dev-perl/Text-CSV-Simple/metadata.xml b/dev-perl/Text-CSV-Simple/metadata.xml
new file mode 100644
index 000000000000..e5230072ba4c
--- /dev/null
+++ b/dev-perl/Text-CSV-Simple/metadata.xml
@@ -0,0 +1,13 @@
+<?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-Simple</remote-id>
+ <remote-id type="cpan-module">Text::CSV::Simple</remote-id>
+ <remote-id type="cpan-module">Text::CSV::Simple::__::Base</remote-id>
+ </upstream>
+</pkgmetadata>