commit: 3c2fa574fb9165f8e5adf9310d847067a8ff88dc
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 13 16:25:08 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 16:25:08 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3c2fa574
[bump] List-Compare-0.530.0, remove old
Package-Manager: portage-2.2.17
...ompare-0.37.ebuild => List-Compare-0.530.0.ebuild} | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/dev-perl/List-Compare/List-Compare-0.37.ebuild
b/dev-perl/List-Compare/List-Compare-0.530.0.ebuild
similarity index 55%
rename from dev-perl/List-Compare/List-Compare-0.37.ebuild
rename to dev-perl/List-Compare/List-Compare-0.530.0.ebuild
index 34d2b9a..427fc42 100644
--- a/dev-perl/List-Compare/List-Compare-0.37.ebuild
+++ b/dev-perl/List-Compare/List-Compare-0.530.0.ebuild
@@ -1,25 +1,22 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=5
MODULE_AUTHOR=JKEENAN
+MODULE_VERSION=0.53
inherit perl-module
DESCRIPTION="Compare elements of two or more lists"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-COMMON_DEPEND="
-"
+RDEPEND=""
DEPEND="
- ${COMMON_DEPEND}
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
test? (
- >=virtual/perl-Test-Simple-0.1
+ dev-perl/IO-CaptureOutput
+ >=virtual/perl-Test-Simple-0.100.0
)
"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"