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/
Date: Mon, 29 Oct 2012 10:04:45
Message-Id: 1351502434.c5af13b634d27c83f96307c1a12ae34855f93c16.kent@gentoo
1 commit: c5af13b634d27c83f96307c1a12ae34855f93c16
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 29 09:20:34 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 29 09:20:34 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c5af13b6
7
8 [newversion] Mojolicious-3.52
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 dev-perl/Mojolicious/ChangeLog | 6 ++++
15 dev-perl/Mojolicious/Mojolicious-3.520.0.ebuild | 34 +++++++++++++++++++++++
16 2 files changed, 40 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
19 index 3fa6c09..4e6d934 100644
20 --- a/dev-perl/Mojolicious/ChangeLog
21 +++ b/dev-perl/Mojolicious/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*Mojolicious-3.520.0 (29 Oct 2012)
27 +
28 + 29 Oct 2012; Kent Fredric <kentfredric@×××××.com>
29 + +Mojolicious-3.520.0.ebuild:
30 + Version Bump
31 +
32 28 Oct 2012; Kent Fredric <kentfredric@×××××.com>
33 -Mojolicious-3.420.0.ebuild:
34 Gone on CPAN
35
36 diff --git a/dev-perl/Mojolicious/Mojolicious-3.520.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.520.0.ebuild
37 new file mode 100644
38 index 0000000..1af5e69
39 --- /dev/null
40 +++ b/dev-perl/Mojolicious/Mojolicious-3.520.0.ebuild
41 @@ -0,0 +1,34 @@
42 +# Copyright 1999-2012 Gentoo Foundation
43 +# Distributed under the terms of the GNU General Public License v2
44 +# $Header: $
45 +EAPI=5
46 +MODULE_AUTHOR=SRI
47 +MODULE_VERSION=3.52
48 +inherit perl-module
49 +
50 +DESCRIPTION='Real-time web framework'
51 +LICENSE=" Artistic-2"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +perl_meta_configure() {
56 + # ExtUtils::MakeMaker
57 + echo virtual/perl-ExtUtils-MakeMaker
58 +}
59 +perl_meta_build() {
60 + # ExtUtils::MakeMaker
61 + echo virtual/perl-ExtUtils-MakeMaker
62 +}
63 +perl_meta_runtime() {
64 + # perl 5.010001 ( 5.10.1 )
65 + echo \>=dev-lang/perl-5.10.1
66 +}
67 +DEPEND="
68 + $(perl_meta_configure)
69 + $(perl_meta_build)
70 + $(perl_meta_runtime)
71 +"
72 +RDEPEND="
73 + $(perl_meta_runtime)
74 +"
75 +SRC_TEST="do"