summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2015-06-14 04:25:08 +1200
committerKent Fredric <kentfredric@gmail.com>2015-06-14 04:25:08 +1200
commit3c2fa574fb9165f8e5adf9310d847067a8ff88dc (patch)
tree5a2bb25cbe7145997315cabc64a8b1d6d8e92c97 /dev-perl/List-Compare/List-Compare-0.530.0.ebuild
parent[fixup] Linux-DVB: EAPI5, normalise version, fixup deps (diff)
downloadperl-overlay-3c2fa574fb9165f8e5adf9310d847067a8ff88dc.tar.gz
perl-overlay-3c2fa574fb9165f8e5adf9310d847067a8ff88dc.tar.bz2
perl-overlay-3c2fa574fb9165f8e5adf9310d847067a8ff88dc.zip
[bump] List-Compare-0.530.0, remove old
Package-Manager: portage-2.2.17
Diffstat (limited to 'dev-perl/List-Compare/List-Compare-0.530.0.ebuild')
-rw-r--r--dev-perl/List-Compare/List-Compare-0.530.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/List-Compare/List-Compare-0.530.0.ebuild b/dev-perl/List-Compare/List-Compare-0.530.0.ebuild
new file mode 100644
index 000000000..427fc4273
--- /dev/null
+++ b/dev-perl/List-Compare/List-Compare-0.530.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=JKEENAN
+MODULE_VERSION=0.53
+inherit perl-module
+
+DESCRIPTION="Compare elements of two or more lists"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/IO-CaptureOutput
+ >=virtual/perl-Test-Simple-0.100.0
+ )
+"