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: Tue, 31 Jul 2012 03:04:22
Message-Id: 1343700775.0a4da2fd2dcde7c1ca196cc1776c1294d2760fcf.kent@gentoo
1 commit: 0a4da2fd2dcde7c1ca196cc1776c1294d2760fcf
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 31 02:12:55 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Jul 31 02:12:55 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0a4da2fd
7
8 [cpanclean] Mojolicious-3.130.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 | 4 +++
14 dev-perl/Mojolicious/Mojolicious-3.130.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 5771700..69c1330 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 + 31 Jul 2012; Kent Fredric <kentfredric@×××××.com>
26 + -Mojolicious-3.130.0.ebuild:
27 + Gone on CPAN
28 +
29 29 Jul 2012; Kent Fredric <kentfredric@×××××.com>
30 -Mojolicious-2.960.0.ebuild:
31 Gone on CPAN
32
33 diff --git a/dev-perl/Mojolicious/Mojolicious-3.130.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.130.0.ebuild
34 deleted file mode 100644
35 index dd03b07..0000000
36 --- a/dev-perl/Mojolicious/Mojolicious-3.130.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=3.13
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"