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/MooseX-App-Cmd/
Date: Thu, 01 Mar 2012 11:37:42
Message-Id: 1330599603.c9d9474905bb3d52240a29b3b27442147a59ec34.kent@gentoo
1 commit: c9d9474905bb3d52240a29b3b27442147a59ec34
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 1 11:00:03 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Mar 1 11:00:03 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c9d94749
7
8 [newversion] MooseX-App-Cmd-0.70.0 ( Keymasked due to tests being broken, rt#75447 )
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/MooseX-App-Cmd/ChangeLog | 8 +++-
14 .../MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild | 43 ++++++++++++++++++++
15 2 files changed, 50 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/MooseX-App-Cmd/ChangeLog b/dev-perl/MooseX-App-Cmd/ChangeLog
18 index 968e4f3..da23ef6 100644
19 --- a/dev-perl/MooseX-App-Cmd/ChangeLog
20 +++ b/dev-perl/MooseX-App-Cmd/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/MooseX-App-Cmd
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*MooseX-App-Cmd-0.70.0 (01 Mar 2012)
28 +
29 + 01 Mar 2012; Kent Fredric <kentfredric@×××××.com>
30 + +MooseX-App-Cmd-0.70.0.ebuild:
31 + Version bump, but Keymasked due to tests being broken, rt#75447
32 +
33 *MooseX-App-Cmd-0.60.0 (18 Mar 2011)
34
35 18 Mar 2011; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild
38 new file mode 100644
39 index 0000000..fb324f1
40 --- /dev/null
41 +++ b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild
42 @@ -0,0 +1,43 @@
43 +# Copyright 1999-2012 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=4
47 +MODULE_AUTHOR=OFFERK
48 +MODULE_VERSION=0.07
49 +inherit perl-module
50 +
51 +DESCRIPTION='MooseX-App-Cmd'
52 +LICENSE="|| ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS=""
55 +#KEYWORDS="~amd64 ~x86"
56 +IUSE=""
57 +perl_meta_configure() {
58 + # ExtUtils::MakeMaker
59 + echo virtual/perl-ExtUtils-MakeMaker
60 +}
61 +perl_meta_build() {
62 + # ExtUtils::MakeMaker
63 + echo virtual/perl-ExtUtils-MakeMaker
64 +}
65 +perl_meta_runtime() {
66 + # App::Cmd 0.3 ( 0.300.0 )
67 + echo \>=dev-perl/App-Cmd-0.300.0
68 + # Getopt::Long::Descriptive
69 + echo dev-perl/Getopt-Long-Descriptive
70 + # Moose 0.86 ( 0.860.0 )
71 + echo \>=dev-perl/Moose-0.860
72 + # MooseX::Getopt 0.18 ( 0.180.0 )
73 + echo \>=dev-perl/MooseX-Getopt-0.180.0
74 + # Test::use::ok
75 + echo dev-perl/Test-use-ok
76 +}
77 +DEPEND="
78 + $(perl_meta_configure)
79 + $(perl_meta_build)
80 + $(perl_meta_runtime)
81 +"
82 +RDEPEND="
83 + $(perl_meta_runtime)
84 +"
85 +SRC_TEST="broken"