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: Sun, 04 Mar 2012 01:48:39
Message-Id: 1330824814.b914a9e744e094797cec27eb56db709f0dc43ec0.kent@gentoo
1 commit: b914a9e744e094797cec27eb56db709f0dc43ec0
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 4 01:33:34 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Mar 4 01:33:34 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b914a9e7
7
8 [newversion] Mojolicious-2.570.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Mojolicious/ChangeLog | 6 +++++
14 dev-perl/Mojolicious/Mojolicious-2.570.0.ebuild | 24 +++++++++++++++++++++++
15 2 files changed, 30 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
18 index 977e63e..94cc73c 100644
19 --- a/dev-perl/Mojolicious/ChangeLog
20 +++ b/dev-perl/Mojolicious/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Mojolicious-2.570.0 (04 Mar 2012)
26 +
27 + 04 Mar 2012; Kent Fredric <kentfredric@×××××.com>
28 + +Mojolicious-2.570.0.ebuild:
29 + Version Bump
30 +
31 *Mojolicious-2.560.0 (01 Mar 2012)
32
33 01 Mar 2012; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Mojolicious/Mojolicious-2.570.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.570.0.ebuild
36 new file mode 100644
37 index 0000000..b1cdba7
38 --- /dev/null
39 +++ b/dev-perl/Mojolicious/Mojolicious-2.570.0.ebuild
40 @@ -0,0 +1,24 @@
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=SRI
46 +MODULE_VERSION=2.57
47 +inherit perl-module
48 +
49 +DESCRIPTION='Real-time web framework'
50 +LICENSE=" Artistic-2"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_runtime() {
55 + # perl 5.010001 ( 5.10.1 )
56 + echo \>=dev-lang/perl-5.10.1
57 +}
58 +DEPEND="
59 + $(perl_meta_runtime)
60 +"
61 +RDEPEND="
62 + $(perl_meta_runtime)
63 +"
64 +SRC_TEST="do"