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/Mojolicious-Plugin-Authentication/
Date: Tue, 28 Feb 2012 10:03:54
Message-Id: 1330417786.837ddf1d99fbc62225f5cedddff416c0f33b198d.kent@gentoo
1 commit: 837ddf1d99fbc62225f5cedddff416c0f33b198d
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 28 08:29:46 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Feb 28 08:29:46 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=837ddf1d
7
8 [newversion] Mojolicious-Plugin-Authentication-1.210.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 .../Mojolicious-Plugin-Authentication/ChangeLog | 6 +++
14 ...ojolicious-Plugin-Authentication-1.210.0.ebuild | 45 ++++++++++++++++++++
15 2 files changed, 51 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog b/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog
18 index 6c4e47d..67ce15f 100644
19 --- a/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog
20 +++ b/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Mojolicious-Plugin-Authentication-1.210.0 (28 Feb 2012)
26 +
27 + 28 Feb 2012; Kent Fredric <kentfredric@×××××.com>
28 + +Mojolicious-Plugin-Authentication-1.210.0.ebuild:
29 + Version Bump
30 +
31 *Mojolicious-Plugin-Authentication-1.200.0 (28 Feb 2012)
32
33 28 Feb 2012; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.210.0.ebuild b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.210.0.ebuild
36 new file mode 100644
37 index 0000000..5508451
38 --- /dev/null
39 +++ b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.210.0.ebuild
40 @@ -0,0 +1,45 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=MADCAT
46 +MODULE_VERSION=1.21
47 +inherit perl-module
48 +
49 +DESCRIPTION='A plugin to make authentication a bit easier'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.31 ( 6.310.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.31
57 + # Module::Build 0.38 ( 0.380.0 )
58 + echo \>=virtual/perl-Module-Build-0.380.0
59 +}
60 +perl_meta_build() {
61 + # Module::Build 0.38 ( 0.380.0 )
62 + echo \>=virtual/perl-Module-Build-0.380.0
63 +}
64 +perl_meta_runtime() {
65 + # Mojo::Base
66 + echo dev-perl/Mojolicious
67 +}
68 +perl_meta_test() {
69 + # Mojolicious::Lite
70 + echo dev-perl/Mojolicious
71 + # Test::Mojo
72 + echo dev-perl/Mojolicious
73 + # Test::More
74 + echo virtual/perl-Test-Simple
75 +}
76 +DEPEND="
77 + $(perl_meta_configure)
78 + $(perl_meta_build)
79 + $(perl_meta_runtime)
80 + test? ( $(perl_meta_test) )
81 +"
82 +RDEPEND="
83 + $(perl_meta_runtime)
84 +"
85 +SRC_TEST="do"