summaryrefslogtreecommitdiff
path: root/dev-perl/Text-CSV-Simple
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/Text-CSV-Simple
parentd87262dd706fec50cd150aab3e93883b6337466d (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, 0 insertions, 42 deletions
diff --git a/dev-perl/Text-CSV-Simple/Manifest b/dev-perl/Text-CSV-Simple/Manifest
deleted file mode 100644
index 132143fe84de..000000000000
--- a/dev-perl/Text-CSV-Simple/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index baa1abcfdc99..000000000000
--- a/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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
deleted file mode 100644
index e5230072ba4c..000000000000
--- a/dev-perl/Text-CSV-Simple/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>