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: Fri, 06 Apr 2012 20:46:08
Message-Id: 1333729826.28f8a811f424d3d9c916e573e41b165cccebe27b.kent@gentoo
1 commit: 28f8a811f424d3d9c916e573e41b165cccebe27b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 16:30:26 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 6 16:30:26 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=28f8a811
7
8 [newversion] Mojolicious-Plugin-Authentication-1.220.0
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 .../Mojolicious-Plugin-Authentication/ChangeLog | 6 ++
14 ...ojolicious-Plugin-Authentication-1.220.0.ebuild | 49 ++++++++++++++++++++
15 2 files changed, 55 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog b/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog
18 index 67ce15f..946365d 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.220.0 (06 Apr 2012)
26 +
27 + 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>
28 + +Mojolicious-Plugin-Authentication-1.220.0.ebuild:
29 + Version Bump
30 +
31 *Mojolicious-Plugin-Authentication-1.210.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.220.0.ebuild b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.220.0.ebuild
36 new file mode 100644
37 index 0000000..e763f21
38 --- /dev/null
39 +++ b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.220.0.ebuild
40 @@ -0,0 +1,49 @@
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.22
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.30 ( 6.300.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
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 + # strict
76 + echo dev-lang/perl
77 + # warnings
78 + echo dev-lang/perl
79 +}
80 +DEPEND="
81 + $(perl_meta_configure)
82 + $(perl_meta_build)
83 + $(perl_meta_runtime)
84 + test? ( $(perl_meta_test) )
85 +"
86 +RDEPEND="
87 + $(perl_meta_runtime)
88 +"
89 +SRC_TEST="do"