dev-perl/Class-ISA: Normalise version
authorKent Fredric <kentnl@gentoo.org>
Wed, 4 Oct 2017 16:03:46 +0000 (05:03 +1300)
committerKent Fredric <kentnl@gentoo.org>
Wed, 4 Oct 2017 16:08:55 +0000 (05:08 +1300)
- EAPI6
- Parallel tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-perl/Class-ISA/Class-ISA-0.360.0.ebuild [new file with mode: 0644]

diff --git a/dev-perl/Class-ISA/Class-ISA-0.360.0.ebuild b/dev-perl/Class-ISA/Class-ISA-0.360.0.ebuild
new file mode 100644 (file)
index 0000000..269c01c
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SMUELLER
+DIST_VERSION=0.36
+inherit perl-module
+
+DESCRIPTION="Report the search path thru an ISA tree"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
+IUSE="test"
+
+RDEPEND="virtual/perl-if"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? ( virtual/perl-Test )
+"