summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-01-02 20:04:45 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-01-02 20:04:45 +0100
commitc45be0ca6111ba8427780d60aebaf3f12130aa49 (patch)
treeef79836932dabb50faf41f6be772cf80b65d2238 /dev-perl/Data-ShowTable/Data-ShowTable-3.300.0-r1.ebuild
parentdev-perl/Data-Compare: Remove old (diff)
downloadgentoo-c45be0ca6111ba8427780d60aebaf3f12130aa49.tar.gz
gentoo-c45be0ca6111ba8427780d60aebaf3f12130aa49.tar.bz2
gentoo-c45be0ca6111ba8427780d60aebaf3f12130aa49.zip
dev-perl/Data-ShowTable: Remove old
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/Data-ShowTable/Data-ShowTable-3.300.0-r1.ebuild')
-rw-r--r--dev-perl/Data-ShowTable/Data-ShowTable-3.300.0-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-perl/Data-ShowTable/Data-ShowTable-3.300.0-r1.ebuild b/dev-perl/Data-ShowTable/Data-ShowTable-3.300.0-r1.ebuild
deleted file mode 100644
index 6a56b63986a3..000000000000
--- a/dev-perl/Data-ShowTable/Data-ShowTable-3.300.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=AKSTE
-MODULE_VERSION=3.3
-inherit perl-module
-
-DESCRIPTION="routines to display tabular data in several formats"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-IUSE=""
-
-PATCHES=( "${FILESDIR}"/3.3.patch )
-SRC_TEST=do
-
-src_test() {
- # bug 403881
- perl_rm_files t/list-wrap.t
- perl-module_src_test
-}
-
-src_install () {
- perl-module_src_install
- dohtml *.html
-}