summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-04-08 07:10:25 +1200
committerKent Fredric <kentnl@gentoo.org>2017-04-08 07:10:25 +1200
commit4fca795babb770be843abe712bc93450ebb39c69 (patch)
treeca143fc9a18794a16823d9b1624847974bb5f1c4 /dev-perl/Clone/Clone-0.390.0.ebuild
parentapp-xemacs/ebuild-mode: Fix for XEmacs 21.4. (diff)
downloadgentoo-4fca795babb770be843abe712bc93450ebb39c69.tar.gz
gentoo-4fca795babb770be843abe712bc93450ebb39c69.tar.bz2
gentoo-4fca795babb770be843abe712bc93450ebb39c69.zip
dev-perl/Clone: Bump to version 0.390.0
- EAPI6 - Parallel Tests Upstream: - Fixes for '.' in @INC Bug: https://bugs.gentoo.org/614934 Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Clone/Clone-0.390.0.ebuild')
-rw-r--r--dev-perl/Clone/Clone-0.390.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Clone/Clone-0.390.0.ebuild b/dev-perl/Clone/Clone-0.390.0.ebuild
new file mode 100644
index 000000000000..ad8f698a0e05
--- /dev/null
+++ b/dev-perl/Clone/Clone-0.390.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=GARU
+DIST_VERSION=0.39
+inherit perl-module
+
+DESCRIPTION="Recursively copy Perl datatypes"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
+mymake='OPTIMIZE=${CFLAGS}'