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, 23 Aug 2012 12:38:31
Message-Id: 1345718851.d335cb09f918247687df13b7ba76805b64cc8362.kent@gentoo
1 commit: d335cb09f918247687df13b7ba76805b64cc8362
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 23 10:47:31 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 23 10:47:31 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d335cb09
7
8 [newversion] Mojolicious-3.320.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
11
12 ---
13 dev-perl/Mojolicious/ChangeLog | 6 ++++
14 dev-perl/Mojolicious/Mojolicious-3.320.0.ebuild | 34 +++++++++++++++++++++++
15 2 files changed, 40 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
18 index ba7eeb1..6e48f85 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-3.320.0 (23 Aug 2012)
26 +
27 + 23 Aug 2012; Kent Fredric <kentfredric@×××××.com>
28 + +Mojolicious-3.320.0.ebuild:
29 + Version Bump
30 +
31 12 Aug 2012; Kent Fredric <kentfredric@×××××.com>
32 -Mojolicious-3.250.0.ebuild, -Mojolicious-3.260.0.ebuild:
33 Gone on CPAN
34
35 diff --git a/dev-perl/Mojolicious/Mojolicious-3.320.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.320.0.ebuild
36 new file mode 100644
37 index 0000000..589a506
38 --- /dev/null
39 +++ b/dev-perl/Mojolicious/Mojolicious-3.320.0.ebuild
40 @@ -0,0 +1,34 @@
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=AMS
46 +MODULE_VERSION=3.32
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_configure() {
55 + # ExtUtils::MakeMaker
56 + echo virtual/perl-ExtUtils-MakeMaker
57 +}
58 +perl_meta_build() {
59 + # ExtUtils::MakeMaker
60 + echo virtual/perl-ExtUtils-MakeMaker
61 +}
62 +perl_meta_runtime() {
63 + # perl 5.010001 ( 5.10.1 )
64 + echo \>=dev-lang/perl-5.10.1
65 +}
66 +DEPEND="
67 + $(perl_meta_configure)
68 + $(perl_meta_build)
69 + $(perl_meta_runtime)
70 +"
71 +RDEPEND="
72 + $(perl_meta_runtime)
73 +"
74 +SRC_TEST="do"