commit:     7f408443e187141a26972cdd5d7a05a37a5d5cd1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 16:03:46 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 16:08:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f408443

dev-perl/Class-ISA: Normalise version

- EAPI6
- Parallel tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Class-ISA/Class-ISA-0.360.0.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

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
index 00000000000..269c01ca74d
--- /dev/null
+++ b/dev-perl/Class-ISA/Class-ISA-0.360.0.ebuild
@@ -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 )
+"

Reply via email to