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/Catalyst-Plugin-Authentication-Credential-CHAP/
Date: Tue, 26 Aug 2014 19:06:56
Message-Id: 1409079351.5724f3b4a57addade65500789ad6df6b5937a836.kent@gentoo
1 commit: 5724f3b4a57addade65500789ad6df6b5937a836
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 26 18:55:51 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Aug 26 18:55:51 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5724f3b4
7
8 [fixup] dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP EAPI5, Normalise, fixup misc
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ...gin-Authentication-Credential-CHAP-0.30.0.ebuild} | 20 +++++++++++++++-----
14 .../ChangeLog | 7 +++++++
15 2 files changed, 22 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/Catalyst-Plugin-Authentication-Credential-CHAP-0.03.ebuild b/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/Catalyst-Plugin-Authentication-Credential-CHAP-0.30.0.ebuild
18 similarity index 56%
19 rename from dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/Catalyst-Plugin-Authentication-Credential-CHAP-0.03.ebuild
20 rename to dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/Catalyst-Plugin-Authentication-Credential-CHAP-0.30.0.ebuild
21 index 2b7362a..268a585 100644
22 --- a/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/Catalyst-Plugin-Authentication-Credential-CHAP-0.03.ebuild
23 +++ b/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/Catalyst-Plugin-Authentication-Credential-CHAP-0.30.0.ebuild
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Header: $
29 -
30 +EAPI=5
31 MODULE_AUTHOR=RDROUSIES
32 +MODULE_VERSION=0.03
33 inherit perl-module
34
35 DESCRIPTION="Authenticate a user using a CHAP login system."
36 @@ -13,9 +14,18 @@ SLOT="0"
37 LICENSE="|| ( Artistic GPL-2 )"
38 KEYWORDS="~amd64 ~x86"
39
40 -DEPEND="
41 - virtual/perl-Module-Build
42 - dev-perl/Catalyst-Runtime
43 +RDEPEND="
44 + >=dev-perl/Catalyst-Runtime-5.650.0
45 dev-perl/Catalyst-Plugin-Session
46 dev-perl/Catalyst-Plugin-Authentication
47 + virtual/perl-Digest
48 + virtual/perl-Test-Simple
49 "
50 +DEPEND="$RDEPEND
51 + virtual/perl-Module-Build"
52 +
53 +PERL_RM_FILES=(
54 + t/pod-coverage.t
55 + t/pod.t
56 +)
57 +SRC_TEST=do
58
59 diff --git a/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/ChangeLog b/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/ChangeLog
60 index 606f6fd..63319b2 100644
61 --- a/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/ChangeLog
62 +++ b/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/ChangeLog
63 @@ -2,6 +2,13 @@
64 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 # $Header: $
66
67 +*Catalyst-Plugin-Authentication-Credential-CHAP-0.30.0 (26 Aug 2014)
68 +
69 + 26 Aug 2014; Kent Fredric <kentfredric@×××××.com>
70 + -Catalyst-Plugin-Authentication-Credential-CHAP-0.03.ebuild,
71 + +Catalyst-Plugin-Authentication-Credential-CHAP-0.30.0.ebuild:
72 + EAPI5, Normalise, fixup misc
73 +
74 26 Aug 2014; Kent Fredric <kentfredric@×××××.com>
75 -Catalyst-Plugin-Authentication-Credential-CHAP-0.02.ebuild:
76 Remove old versions