commit: e3a77a2eb05b97bca3abd39286329af6c9175202
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 12:01:35 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 12:01:35 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e3a77a2e
[fixup] WWW-Shorten-Simple: EAPI5, fixup deps
Package-Manager: portage-2.2.17
...-0.10.ebuild => WWW-Shorten-Simple-0.10.0.ebuild} | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/dev-perl/WWW-Shorten-Simple/WWW-Shorten-Simple-0.10.ebuild
b/dev-perl/WWW-Shorten-Simple/WWW-Shorten-Simple-0.10.0.ebuild
similarity index 53%
rename from dev-perl/WWW-Shorten-Simple/WWW-Shorten-Simple-0.10.ebuild
rename to dev-perl/WWW-Shorten-Simple/WWW-Shorten-Simple-0.10.0.ebuild
index cf24f2c..5952c13 100644
--- a/dev-perl/WWW-Shorten-Simple/WWW-Shorten-Simple-0.10.ebuild
+++ b/dev-perl/WWW-Shorten-Simple/WWW-Shorten-Simple-0.10.0.ebuild
@@ -1,17 +1,21 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI=5
MODULE_AUTHOR=MIYAGAWA
MODULE_VERSION=0.01
-inherit perl-module perl-declaredeps
+inherit perl-module
DESCRIPTION="Factory wrapper around WWW::Shorten to avoid imports"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-bdepend-virtual Test-Simple # Test-More
-ddep_setup
+IUSE="test"
-SRC_TEST="do"
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"