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-Types-Common/
Date: Tue, 28 Feb 2012 10:04:14
Message-Id: 1330422315.0a5411783320da93b28ac7762aa59eb27cffb450.kent@gentoo
1 commit: 0a5411783320da93b28ac7762aa59eb27cffb450
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 28 09:45:15 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Feb 28 09:45:15 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0a541178
7
8 [newversion] MooseX-Types-Common-0.1.7
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/MooseX-Types-Common/ChangeLog | 8 +++-
14 .../MooseX-Types-Common-0.1.7.ebuild | 40 ++++++++++++++++++++
15 2 files changed, 47 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/MooseX-Types-Common/ChangeLog b/dev-perl/MooseX-Types-Common/ChangeLog
18 index 2356cb8..fbee4c0 100644
19 --- a/dev-perl/MooseX-Types-Common/ChangeLog
20 +++ b/dev-perl/MooseX-Types-Common/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/MooseX-Types-Common
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-Types-Common-0.1.7 (28 Feb 2012)
28 +
29 + 28 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +MooseX-Types-Common-0.1.7.ebuild:
31 + Version Bump
32 +
33 *MooseX-Types-Common-0.1.3 (02 Sep 2011)
34
35 02 Sep 2011; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.7.ebuild b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.7.ebuild
38 new file mode 100644
39 index 0000000..493f6e3
40 --- /dev/null
41 +++ b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.7.ebuild
42 @@ -0,0 +1,40 @@
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=ARCANEZ
48 +MODULE_VERSION=0.001007
49 +inherit perl-module
50 +
51 +DESCRIPTION='A library of commonly used type constraints'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
58 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
59 +}
60 +perl_meta_build() {
61 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
62 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
63 + # Test::Fatal
64 + echo dev-perl/Test-Fatal
65 + # Test::More 0.62 ( 0.620.0 )
66 + echo \>=virtual/perl-Test-Simple-0.62
67 +}
68 +perl_meta_runtime() {
69 + # Moose 0.39 ( 0.390.0 )
70 + echo \>=dev-perl/Moose-0.390.0
71 + # MooseX::Types 0.04 ( 0.40.0 )
72 + echo \>=dev-perl/MooseX-Types-0.40.0
73 +}
74 +DEPEND="
75 + $(perl_meta_configure)
76 + $(perl_meta_build)
77 + $(perl_meta_runtime)
78 +"
79 +RDEPEND="
80 + $(perl_meta_runtime)
81 +"
82 +SRC_TEST="do"