summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-07-23 16:36:26 +1200
committerKent Fredric <kentnl@gentoo.org>2016-07-23 16:36:59 +1200
commite8f0ee11b49816743e17eaa3a238b9cdf6967c4e (patch)
treecfa9699f67a37818ce7d9c7523e91beab17f5305 /dev-perl/Class-Base/Class-Base-0.60.0.ebuild
parentdev-python/xonsh: fix missing runtime dep (diff)
downloadgentoo-e8f0ee11b49816743e17eaa3a238b9cdf6967c4e.tar.gz
gentoo-e8f0ee11b49816743e17eaa3a238b9cdf6967c4e.tar.bz2
gentoo-e8f0ee11b49816743e17eaa3a238b9cdf6967c4e.zip
dev-perl/Class-Base: Bump to version 0.60.0
- EAPI6 Upstream: - Minor packaging fixes. Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/Class-Base/Class-Base-0.60.0.ebuild')
-rw-r--r--dev-perl/Class-Base/Class-Base-0.60.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Class-Base/Class-Base-0.60.0.ebuild b/dev-perl/Class-Base/Class-Base-0.60.0.ebuild
new file mode 100644
index 000000000000..03e3ab5a1396
--- /dev/null
+++ b/dev-perl/Class-Base/Class-Base-0.60.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SZABGAB
+DIST_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="Useful base class for deriving other modules"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( >=virtual/perl-Test-Simple-0.470.0 )
+"