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: Sat, 28 Apr 2012 10:42:02
Message-Id: 1335609039.6835c29bd7118c1b857960031afaefd85810cf3b.kent@gentoo
1 commit: 6835c29bd7118c1b857960031afaefd85810cf3b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 10:27:23 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Apr 28 10:30:39 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6835c29b
7
8 [cpanclean] Mojolicious-2.850.0
9
10 (Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Mojolicious/ChangeLog | 4 +++
14 dev-perl/Mojolicious/Mojolicious-2.850.0.ebuild | 34 -----------------------
15 2 files changed, 4 insertions(+), 34 deletions(-)
16
17 diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
18 index 0d010de..01057f3 100644
19 --- a/dev-perl/Mojolicious/ChangeLog
20 +++ b/dev-perl/Mojolicious/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 28 Apr 2012; Kent Fredric <kentfredric@×××××.com>
26 + -Mojolicious-2.850.0.ebuild:
27 + Gone on CPAN
28 +
29 *Mojolicious-2.910.0 (28 Apr 2012)
30
31 28 Apr 2012; Kent Fredric <kentfredric@×××××.com>
32
33 diff --git a/dev-perl/Mojolicious/Mojolicious-2.850.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.850.0.ebuild
34 deleted file mode 100644
35 index 516df42..0000000
36 --- a/dev-perl/Mojolicious/Mojolicious-2.850.0.ebuild
37 +++ /dev/null
38 @@ -1,34 +0,0 @@
39 -# Copyright 1999-2012 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Header: $
42 -EAPI=4
43 -MODULE_AUTHOR=SRI
44 -MODULE_VERSION=2.85
45 -inherit perl-module
46 -
47 -DESCRIPTION='Real-time web framework'
48 -LICENSE=" Artistic-2"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -perl_meta_configure() {
53 - # ExtUtils::MakeMaker
54 - echo virtual/perl-ExtUtils-MakeMaker
55 -}
56 -perl_meta_build() {
57 - # ExtUtils::MakeMaker
58 - echo virtual/perl-ExtUtils-MakeMaker
59 -}
60 -perl_meta_runtime() {
61 - # perl 5.010001 ( 5.10.1 )
62 - echo \>=dev-lang/perl-5.10.1
63 -}
64 -DEPEND="
65 - $(perl_meta_configure)
66 - $(perl_meta_build)
67 - $(perl_meta_runtime)
68 -"
69 -RDEPEND="
70 - $(perl_meta_runtime)
71 -"
72 -SRC_TEST="do"