commit: f47bdfb973377e451155e051f4b891e58041cbdc
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 28 07:29:05 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 28 07:29:05 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f47bdfb9
[fixup] dev-perl/Crypt-Util EAPI5, Normalise, fix deps
Package-Manager: portage-2.2.10
---
dev-perl/Crypt-Util/ChangeLog | 6 ++++++
.../{Crypt-Util-0.11.ebuild => Crypt-Util-0.110.0.ebuild} | 12 ++++++++++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Crypt-Util/ChangeLog b/dev-perl/Crypt-Util/ChangeLog
index cd1e890..e832338 100644
--- a/dev-perl/Crypt-Util/ChangeLog
+++ b/dev-perl/Crypt-Util/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Crypt-Util-0.110.0 (28 Aug 2014)
+
+ 28 Aug 2014; Kent Fredric <[email protected]> -Crypt-Util-0.11.ebuild,
+ +Crypt-Util-0.110.0.ebuild:
+ EAPI5, Normalise, fix deps
+
28 Aug 2014; Kent Fredric <[email protected]> -Crypt-Util-0.09.ebuild,
-Crypt-Util-0.10.ebuild:
Cleanup old eapis
diff --git a/dev-perl/Crypt-Util/Crypt-Util-0.11.ebuild
b/dev-perl/Crypt-Util/Crypt-Util-0.110.0.ebuild
similarity index 73%
rename from dev-perl/Crypt-Util/Crypt-Util-0.11.ebuild
rename to dev-perl/Crypt-Util/Crypt-Util-0.110.0.ebuild
index e2b6484..6efded1 100644
--- a/dev-perl/Crypt-Util/Crypt-Util-0.11.ebuild
+++ b/dev-perl/Crypt-Util/Crypt-Util-0.110.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2013 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=NUFFIN
+MODULE_VERSION=0.11
inherit perl-module
DESCRIPTION="A lightweight Crypt/Digest convenience API"
@@ -14,18 +15,25 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+# URI::Escape -> URI
RDEPEND="
>=dev-perl/Moose-0.920.0
+ virtual/perl-Digest
dev-perl/Sub-Exporter
+ virtual/perl-Storable
dev-perl/Data-GUID
>=dev-perl/namespace-clean-0.80.0
+ virtual/perl-MIME-Base64
+ dev-perl/URI
dev-perl/crypt-cbc
dev-perl/Crypt-Rijndael
virtual/perl-Digest-SHA
"
DEPEND="${RDEPEND}
test? (
+ virtual/perl-Test-Simple
dev-perl/Test-use-ok
+ dev-perl/Test-Exception
)"
SRC_TEST=do