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: Thu, 22 Nov 2012 02:20:10
Message-Id: 1353457298.07b72a210d97649e62712054bd7395e99d2d69a4.kent@gentoo
1 commit: 07b72a210d97649e62712054bd7395e99d2d69a4
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Nov 21 00:21:38 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Nov 21 00:21:38 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=07b72a21
7
8 [newversion] Mojolicious-3.590.0
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.590.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 d8e177b..44937c4 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.590.0 (21 Nov 2012)
27 +
28 + 21 Nov 2012; Kent Fredric <kentfredric@×××××.com>
29 + +Mojolicious-3.590.0.ebuild:
30 + Version Bump
31 +
32 20 Nov 2012; Kent Fredric <kentfredric@×××××.com>
33 -Mojolicious-3.540.0.ebuild, -Mojolicious-3.560.0.ebuild:
34 Gone on CPAN
35
36 diff --git a/dev-perl/Mojolicious/Mojolicious-3.590.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.590.0.ebuild
37 new file mode 100644
38 index 0000000..a62bf43
39 --- /dev/null
40 +++ b/dev-perl/Mojolicious/Mojolicious-3.590.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.59
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"