Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Crypt-Util/
Date: Thu, 28 Aug 2014 07:30:17
Message-Id: 1409210945.f47bdfb973377e451155e051f4b891e58041cbdc.kent@gentoo
1 commit: f47bdfb973377e451155e051f4b891e58041cbdc
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 07:29:05 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 07:29:05 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f47bdfb9
7
8 [fixup] dev-perl/Crypt-Util EAPI5, Normalise, fix deps
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Crypt-Util/ChangeLog | 6 ++++++
14 .../{Crypt-Util-0.11.ebuild => Crypt-Util-0.110.0.ebuild} | 12 ++++++++++--
15 2 files changed, 16 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/Crypt-Util/ChangeLog b/dev-perl/Crypt-Util/ChangeLog
18 index cd1e890..e832338 100644
19 --- a/dev-perl/Crypt-Util/ChangeLog
20 +++ b/dev-perl/Crypt-Util/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Crypt-Util-0.110.0 (28 Aug 2014)
26 +
27 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com> -Crypt-Util-0.11.ebuild,
28 + +Crypt-Util-0.110.0.ebuild:
29 + EAPI5, Normalise, fix deps
30 +
31 28 Aug 2014; Kent Fredric <kentfredric@×××××.com> -Crypt-Util-0.09.ebuild,
32 -Crypt-Util-0.10.ebuild:
33 Cleanup old eapis
34
35 diff --git a/dev-perl/Crypt-Util/Crypt-Util-0.11.ebuild b/dev-perl/Crypt-Util/Crypt-Util-0.110.0.ebuild
36 similarity index 73%
37 rename from dev-perl/Crypt-Util/Crypt-Util-0.11.ebuild
38 rename to dev-perl/Crypt-Util/Crypt-Util-0.110.0.ebuild
39 index e2b6484..6efded1 100644
40 --- a/dev-perl/Crypt-Util/Crypt-Util-0.11.ebuild
41 +++ b/dev-perl/Crypt-Util/Crypt-Util-0.110.0.ebuild
42 @@ -1,10 +1,11 @@
43 -# Copyright 1999-2013 Gentoo Foundation
44 +# Copyright 1999-2014 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Header: $
47
48 -EAPI=3
49 +EAPI=5
50
51 MODULE_AUTHOR=NUFFIN
52 +MODULE_VERSION=0.11
53 inherit perl-module
54
55 DESCRIPTION="A lightweight Crypt/Digest convenience API"
56 @@ -14,18 +15,25 @@ SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58 IUSE="test"
59
60 +# URI::Escape -> URI
61 RDEPEND="
62 >=dev-perl/Moose-0.920.0
63 + virtual/perl-Digest
64 dev-perl/Sub-Exporter
65 + virtual/perl-Storable
66 dev-perl/Data-GUID
67 >=dev-perl/namespace-clean-0.80.0
68 + virtual/perl-MIME-Base64
69 + dev-perl/URI
70 dev-perl/crypt-cbc
71 dev-perl/Crypt-Rijndael
72 virtual/perl-Digest-SHA
73 "
74 DEPEND="${RDEPEND}
75 test? (
76 + virtual/perl-Test-Simple
77 dev-perl/Test-use-ok
78 + dev-perl/Test-Exception
79 )"
80
81 SRC_TEST=do