commit: e9d2c50e215c25b99a7742e7367b416d8db9bcc1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 16 22:54:31 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 16 22:54:31 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e9d2c50e
[fixup] URI-FromHash: EAPI5, normalize version
Package-Manager: portage-2.2.17
.../{URI-FromHash-0.03.ebuild => URI-FromHash-0.30.0.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-perl/URI-FromHash/URI-FromHash-0.03.ebuild
b/dev-perl/URI-FromHash/URI-FromHash-0.30.0.ebuild
similarity index 89%
rename from dev-perl/URI-FromHash/URI-FromHash-0.03.ebuild
rename to dev-perl/URI-FromHash/URI-FromHash-0.30.0.ebuild
index ac23442..948e204 100644
--- a/dev-perl/URI-FromHash/URI-FromHash-0.03.ebuild
+++ b/dev-perl/URI-FromHash/URI-FromHash-0.30.0.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=0.03
inherit perl-module
DESCRIPTION="Build a URI from a set of named parameters"
-LICENSE="|| ( Artistic GPL-2 )"
+
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -22,4 +23,3 @@ DEPEND="
RDEPEND="
${COMMON_DEPEND}
"
-SRC_TEST="do"