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-Authentication-Credential-HTTP/
Date: Sat, 11 Feb 2012 13:47:05
Message-Id: 29c3524b655c8868e9995e51565b1d5b5830a7f3.kent@gentoo
1 commit: 29c3524b655c8868e9995e51565b1d5b5830a7f3
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 11 13:44:53 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Feb 11 13:44:53 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=29c3524b
7
8 [newversion] Catalyst-Authentication-Credential-HTTP-1.14
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 ...st-Authentication-Credential-HTTP-1.14.0.ebuild | 50 ++++++++++++++++++++
14 .../ChangeLog | 6 ++
15 2 files changed, 56 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.14.0.ebuild b/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.14.0.ebuild
18 new file mode 100644
19 index 0000000..2ba8138
20 --- /dev/null
21 +++ b/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.14.0.ebuild
22 @@ -0,0 +1,50 @@
23 +# Copyright 1999-2012 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +EAPI=4
27 +MODULE_AUTHOR=BOBTFISH
28 +MODULE_VERSION=1.014
29 +inherit perl-module
30 +
31 +DESCRIPTION='HTTP Basic and Digest authentication'
32 +LICENSE=" || ( Artistic GPL-2 )"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +perl_meta_configure() {
37 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
38 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
39 +}
40 +perl_meta_build() {
41 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
42 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
43 + # Test::Exception
44 + echo dev-perl/Test-Exception
45 + # Test::MockObject
46 + echo dev-perl/Test-MockObject
47 + # Test::More 0.88 ( 0.880.0 )
48 + echo \>=virtual/perl-Test-Simple-0.88
49 +}
50 +perl_meta_runtime() {
51 + # Catalyst::Plugin::Authentication 0.10005 ( 0.100.50 )
52 + echo \>=dev-perl/Catalyst-Plugin-Authentication-0.100.50
53 + # Catalyst::Runtime
54 + echo dev-perl/Catalyst-Runtime
55 + # Class::Accessor::Fast
56 + echo dev-perl/Class-Accessor
57 + # Data::UUID 0.11 ( 0.110.0 )
58 + echo \>=dev-perl/Data-UUID-0.110
59 + # String::Escape
60 + echo dev-perl/String-Escape
61 + # URI::Escape
62 + echo dev-perl/URI
63 +}
64 +DEPEND="
65 + $(perl_meta_configure)
66 + $(perl_meta_build)
67 + $(perl_meta_runtime)
68 +"
69 +RDEPEND="
70 + $(perl_meta_runtime)
71 +"
72 +SRC_TEST="do"
73
74 diff --git a/dev-perl/Catalyst-Authentication-Credential-HTTP/ChangeLog b/dev-perl/Catalyst-Authentication-Credential-HTTP/ChangeLog
75 index baa0679..2765826 100644
76 --- a/dev-perl/Catalyst-Authentication-Credential-HTTP/ChangeLog
77 +++ b/dev-perl/Catalyst-Authentication-Credential-HTTP/ChangeLog
78 @@ -2,6 +2,12 @@
79 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
80 # $Header: $
81
82 +*Catalyst-Authentication-Credential-HTTP-1.14.0 (11 Feb 2012)
83 +
84 + 11 Feb 2012; Kent Fredric <kentfredric@×××××.com>
85 + +Catalyst-Authentication-Credential-HTTP-1.14.0.ebuild:
86 + Version Bump
87 +
88 *Catalyst-Authentication-Credential-HTTP-1.13.0 (11 Feb 2012)
89 *Catalyst-Authentication-Credential-HTTP-1.12.0 (11 Feb 2012)