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