commit:     6eb118f909a8375f0c7283b5f2e555904bfb03d1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 15 14:03:28 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 15 14:03:28 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=6eb118f9

[fixup] Text-SimpleTable: EAPI5, fixup deps, fixup tests

Package-Manager: portage-2.2.17

 .../Text-SimpleTable-2.30.0-r1.ebuild              | 27 ++++++++++++++++++++++
 .../Text-SimpleTable-2.30.0.ebuild                 | 18 ---------------
 2 files changed, 27 insertions(+), 18 deletions(-)

diff --git a/dev-perl/Text-SimpleTable/Text-SimpleTable-2.30.0-r1.ebuild 
b/dev-perl/Text-SimpleTable/Text-SimpleTable-2.30.0-r1.ebuild
new file mode 100644
index 0000000..deb0a9a
--- /dev/null
+++ b/dev-perl/Text-SimpleTable/Text-SimpleTable-2.30.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=MRAMBERG
+MODULE_VERSION=2.03
+inherit perl-module
+
+DESCRIPTION="Simple Eyecandy ASCII Tables"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+PERL_RM_FILES=(
+       t/02pod.t
+       t/03podcoverage.t
+)
+RDEPEND=""
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               virtual/perl-Test-Simple
+       )
+"

diff --git a/dev-perl/Text-SimpleTable/Text-SimpleTable-2.30.0.ebuild 
b/dev-perl/Text-SimpleTable/Text-SimpleTable-2.30.0.ebuild
deleted file mode 100644
index 7944974..0000000
--- a/dev-perl/Text-SimpleTable/Text-SimpleTable-2.30.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=MRAMBERG
-MODULE_VERSION="2.03"
-inherit perl-module
-
-DESCRIPTION="Simple Eyecandy ASCII Tables"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-SRC_TEST=do

Reply via email to