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/
Date: Wed, 01 Oct 2014 09:45:11
Message-Id: 1412145897.bfd1e53d75745c76c7b4fefe8e36dd85605a58b1.kent@gentoo
1 commit: bfd1e53d75745c76c7b4fefe8e36dd85605a58b1
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 1 06:44:57 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Oct 1 06:44:57 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bfd1e53d
7
8 [bump] dev-perl/MooseX-App Bump to 1.300.0, Fixdeps
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/MooseX-App/ChangeLog | 6 +++
14 dev-perl/MooseX-App/MooseX-App-1.210.0.ebuild | 56 ---------------------------
15 dev-perl/MooseX-App/MooseX-App-1.300.0.ebuild | 33 ++++++++++++++++
16 3 files changed, 39 insertions(+), 56 deletions(-)
17
18 diff --git a/dev-perl/MooseX-App/ChangeLog b/dev-perl/MooseX-App/ChangeLog
19 index 2b5ba4d..91b6666 100644
20 --- a/dev-perl/MooseX-App/ChangeLog
21 +++ b/dev-perl/MooseX-App/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*MooseX-App-1.300.0 (01 Oct 2014)
27 +
28 + 01 Oct 2014; Kent Fredric <kentfredric@×××××.com> -MooseX-App-1.210.0.ebuild,
29 + +MooseX-App-1.300.0.ebuild:
30 + Bump to 1.300.0, Fixdeps
31 +
32 01 Oct 2014; Kent Fredric <kentfredric@×××××.com> -MooseX-App-1.150.0.ebuild,
33 -MooseX-App-1.160.0.ebuild:
34 remove old versions
35
36 diff --git a/dev-perl/MooseX-App/MooseX-App-1.210.0.ebuild b/dev-perl/MooseX-App/MooseX-App-1.210.0.ebuild
37 deleted file mode 100644
38 index c3b9f28..0000000
39 --- a/dev-perl/MooseX-App/MooseX-App-1.210.0.ebuild
40 +++ /dev/null
41 @@ -1,56 +0,0 @@
42 -# Copyright 1999-2013 Gentoo Foundation
43 -# Distributed under the terms of the GNU General Public License v2
44 -# $Header: $
45 -EAPI=5
46 -MODULE_AUTHOR=MAROS
47 -MODULE_VERSION=1.21
48 -inherit perl-module
49 -
50 -DESCRIPTION='Write user-friendly command line apps with even less suffering'
51 -LICENSE=" || ( Artistic GPL-2 )"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE=""
55 -perl_meta_configure() {
56 - # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
57 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
58 -}
59 -perl_meta_build() {
60 - # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
61 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
62 - # Test::Most
63 - echo dev-perl/Test-Most
64 - # Test::NoWarnings
65 - echo dev-perl/Test-NoWarnings
66 -}
67 -perl_meta_runtime() {
68 - # Config::Any
69 - echo dev-perl/Config-Any
70 - # IO::Interactive
71 - echo dev-perl/IO-Interactive
72 - # List::Util
73 - echo virtual/perl-Scalar-List-Utils
74 - # Module::Pluggable
75 - echo virtual/perl-Module-Pluggable
76 - # Moose 2.00 ( 2.0.0 )
77 - echo \>=dev-perl/Moose-2.0.0
78 - # MooseX::Types::Path::Class
79 - echo dev-perl/MooseX-Types-Path-Class
80 - # Path::Class
81 - echo dev-perl/Path-Class
82 - # Pod::Elemental
83 - echo dev-perl/Pod-Elemental
84 - # namespace::autoclean
85 - echo dev-perl/namespace-autoclean
86 - # perl v5.10.0 ( 5.10.0 )
87 - echo \>=dev-lang/perl-5.10.0
88 -}
89 -DEPEND="
90 - $(perl_meta_configure)
91 - $(perl_meta_build)
92 - $(perl_meta_runtime)
93 -"
94 -RDEPEND="
95 - $(perl_meta_runtime)
96 -"
97 -SRC_TEST="do"
98
99 diff --git a/dev-perl/MooseX-App/MooseX-App-1.300.0.ebuild b/dev-perl/MooseX-App/MooseX-App-1.300.0.ebuild
100 new file mode 100644
101 index 0000000..6ad2351
102 --- /dev/null
103 +++ b/dev-perl/MooseX-App/MooseX-App-1.300.0.ebuild
104 @@ -0,0 +1,33 @@
105 +# Copyright 1999-2014 Gentoo Foundation
106 +# Distributed under the terms of the GNU General Public License v2
107 +# $Header: $
108 +EAPI=5
109 +MODULE_AUTHOR=MAROS
110 +MODULE_VERSION=1.30
111 +inherit perl-module
112 +
113 +DESCRIPTION='Write user-friendly command line apps with even less suffering'
114 +LICENSE=" || ( Artistic GPL-2 )"
115 +SLOT="0"
116 +KEYWORDS="~amd64 ~x86"
117 +IUSE=""
118 +# List::Util -> perl-Scalar-List-Utils
119 +RDEPEND="
120 + dev-perl/Config-Any
121 + virtual/perl-Scalar-List-Utils
122 + virtual/perl-Module-Pluggable
123 + >=dev-perl/Moose-2.0.0
124 + dev-perl/MooseX-Types-Path-Class
125 + dev-perl/Path-Class
126 + dev-perl/Pod-Elemental
127 + dev-perl/namespace-autoclean
128 + >=dev-lang/perl-5.10.0
129 +
130 +"
131 +DEPEND="
132 + >=virtual/perl-ExtUtils-MakeMaker-6.590.0
133 + dev-perl/Test-Most
134 + dev-perl/Test-NoWarnings
135 + $RDEPEND
136 +"
137 +SRC_TEST="do parallel"