commit: dc0b2716abf60fd263e95f227fe4b4a94a766e67
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 5 09:10:38 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 5 09:18:26 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dc0b2716
[fixup] perl-core/Tie-RefHash EAPI5, cleanup deps
Package-Manager: portage-2.2.10
---
...-RefHash-1.390.0.ebuild => Tie-RefHash-1.390.0-r1.ebuild} | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/perl-core/Tie-RefHash/Tie-RefHash-1.390.0.ebuild
b/perl-core/Tie-RefHash/Tie-RefHash-1.390.0-r1.ebuild
similarity index 62%
rename from perl-core/Tie-RefHash/Tie-RefHash-1.390.0.ebuild
rename to perl-core/Tie-RefHash/Tie-RefHash-1.390.0-r1.ebuild
index a87143f..8f7c8b6 100644
--- a/perl-core/Tie-RefHash/Tie-RefHash-1.390.0.ebuild
+++ b/perl-core/Tie-RefHash/Tie-RefHash-1.390.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
MODULE_AUTHOR=FLORA
MODULE_VERSION=1.39
@@ -13,5 +13,9 @@ DESCRIPTION="Use references as hash keys"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-
-SRC_TEST=do
+RDEPEND=""
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ ${RDEPEND}
+"
+SRC_TEST="do parallel"