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:18
Message-Id: 1409210444.18993212d196a4be713553395d1d53ddd05f6bb9.kent@gentoo
1 commit: 18993212d196a4be713553395d1d53ddd05f6bb9
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 07:20:44 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 07:20:44 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=18993212
7
8 [cleanup] dev-perl/Crypt-Util Remove old EAPIs
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Crypt-Util/ChangeLog | 6 ++++-
14 dev-perl/Crypt-Util/Crypt-Util-0.09.ebuild | 28 -----------------------
15 dev-perl/Crypt-Util/Crypt-Util-0.10.ebuild | 36 ------------------------------
16 3 files changed, 5 insertions(+), 65 deletions(-)
17
18 diff --git a/dev-perl/Crypt-Util/ChangeLog b/dev-perl/Crypt-Util/ChangeLog
19 index 5f27894..cd1e890 100644
20 --- a/dev-perl/Crypt-Util/ChangeLog
21 +++ b/dev-perl/Crypt-Util/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for dev-perl/Crypt-Util
24 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com> -Crypt-Util-0.09.ebuild,
29 + -Crypt-Util-0.10.ebuild:
30 + Cleanup old eapis
31 +
32 07 Feb 2013; Kent Fredric <kentfredric@×××××.com> Crypt-Util-0.10.ebuild,
33 Crypt-Util-0.11.ebuild:
34 Fix dependency on Moose ( normalize )
35
36 diff --git a/dev-perl/Crypt-Util/Crypt-Util-0.09.ebuild b/dev-perl/Crypt-Util/Crypt-Util-0.09.ebuild
37 deleted file mode 100644
38 index c3db7f3..0000000
39 --- a/dev-perl/Crypt-Util/Crypt-Util-0.09.ebuild
40 +++ /dev/null
41 @@ -1,28 +0,0 @@
42 -# Copyright 1999-2012 Gentoo Foundation
43 -# Distributed under the terms of the GNU General Public License v2
44 -# $Header: $
45 -
46 -MODULE_AUTHOR=NUFFIN
47 -inherit perl-module
48 -
49 -DESCRIPTION="A lightweight Crypt/Digest convenience API"
50 -LICENSE="|| ( Artistic GPL-2 )"
51 -
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~x86"
54 -
55 -IUSE=""
56 -DEPEND="
57 - >=dev-perl/Mouse-0.40.0
58 - dev-perl/Sub-Exporter
59 - dev-perl/Data-GUID
60 - dev-perl/namespace-clean
61 - dev-perl/crypt-cbc
62 - dev-perl/Crypt-Rijndael
63 - virtual/perl-Digest-SHA
64 -"
65 -
66 -pkg_setup() {
67 - ewarn "This ebuild installs by default CBC, Rijndael and SHA."
68 - ewarn "If you need other crypt libs, install them!"
69 -}
70
71 diff --git a/dev-perl/Crypt-Util/Crypt-Util-0.10.ebuild b/dev-perl/Crypt-Util/Crypt-Util-0.10.ebuild
72 deleted file mode 100644
73 index 5bcdcfc..0000000
74 --- a/dev-perl/Crypt-Util/Crypt-Util-0.10.ebuild
75 +++ /dev/null
76 @@ -1,36 +0,0 @@
77 -# Copyright 1999-2013 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -# $Header: $
80 -
81 -EAPI=2
82 -
83 -MODULE_AUTHOR=NUFFIN
84 -inherit perl-module
85 -
86 -DESCRIPTION="A lightweight Crypt/Digest convenience API"
87 -
88 -LICENSE="MIT"
89 -SLOT="0"
90 -KEYWORDS="~amd64 ~x86"
91 -IUSE="test"
92 -
93 -RDEPEND="
94 - >=dev-perl/Moose-0.920.0
95 - dev-perl/Sub-Exporter
96 - dev-perl/Data-GUID
97 - >=dev-perl/namespace-clean-0.80.0
98 - dev-perl/crypt-cbc
99 - dev-perl/Crypt-Rijndael
100 - virtual/perl-Digest-SHA
101 -"
102 -DEPEND="${RDEPEND}
103 - test? (
104 - dev-perl/Test-use-ok
105 - )"
106 -
107 -SRC_TEST=do
108 -
109 -pkg_setup() {
110 - ewarn "This ebuild installs by default CBC, Rijndael and SHA."
111 - ewarn "If you need other crypt libs, install them!"
112 -}