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: Sat, 23 Jun 2012 16:40:31
Message-Id: 1340463002.f8dd4e207f04a1991e3eef94194a529dc9849236.kent@gentoo
1 commit: f8dd4e207f04a1991e3eef94194a529dc9849236
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 23 14:50:02 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jun 23 14:50:02 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f8dd4e20
7
8 [newversion] MooseX-Types-Common-0.1.8
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/MooseX-Types-Common/ChangeLog | 6 +++
14 .../MooseX-Types-Common-0.1.8.ebuild | 40 ++++++++++++++++++++
15 2 files changed, 46 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/MooseX-Types-Common/ChangeLog b/dev-perl/MooseX-Types-Common/ChangeLog
18 index fbee4c0..a65e4ca 100644
19 --- a/dev-perl/MooseX-Types-Common/ChangeLog
20 +++ b/dev-perl/MooseX-Types-Common/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*MooseX-Types-Common-0.1.8 (23 Jun 2012)
26 +
27 + 23 Jun 2012; Kent Fredric <kentfredric@×××××.com>
28 + +MooseX-Types-Common-0.1.8.ebuild:
29 + Version Bump
30 +
31 *MooseX-Types-Common-0.1.7 (28 Feb 2012)
32
33 28 Feb 2012; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.8.ebuild b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.8.ebuild
36 new file mode 100644
37 index 0000000..784797d
38 --- /dev/null
39 +++ b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.8.ebuild
40 @@ -0,0 +1,40 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=ETHER
46 +MODULE_VERSION=0.001008
47 +inherit perl-module
48 +
49 +DESCRIPTION='A library of commonly used type constraints'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
57 +}
58 +perl_meta_build() {
59 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
60 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
61 + # Test::Fatal
62 + echo dev-perl/Test-Fatal
63 + # Test::More 0.62 ( 0.620.0 )
64 + echo \>=virtual/perl-Test-Simple-0.62
65 +}
66 +perl_meta_runtime() {
67 + # Moose 0.39 ( 0.390.0 )
68 + echo \>=dev-perl/Moose-0.390.0
69 + # MooseX::Types 0.04 ( 0.40.0 )
70 + echo \>=dev-perl/MooseX-Types-0.40.0
71 +}
72 +DEPEND="
73 + $(perl_meta_configure)
74 + $(perl_meta_build)
75 + $(perl_meta_runtime)
76 +"
77 +RDEPEND="
78 + $(perl_meta_runtime)
79 +"
80 +SRC_TEST="do"