commit: 375b5bc22ac97f1806176eef3e4ef95b00ce6aa3
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 03:10:20 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 17 03:10:20 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=375b5bc2
[cleanup] Text-TabularDisplay: Remove old versions with bad LICENSE
Package-Manager: portage-2.2.17
.../Text-TabularDisplay-1.330.0.ebuild | 34 ----------------------
1 file changed, 34 deletions(-)
diff --git a/dev-perl/Text-TabularDisplay/Text-TabularDisplay-1.330.0.ebuild
b/dev-perl/Text-TabularDisplay/Text-TabularDisplay-1.330.0.ebuild
deleted file mode 100644
index 4dc843d..0000000
--- a/dev-perl/Text-TabularDisplay/Text-TabularDisplay-1.330.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=DARREN
-MODULE_VERSION=1.33
-inherit perl-module
-
-DESCRIPTION='Display text in formatted table output'
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # IO::File
- echo virtual/perl-IO
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"