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: Fri, 02 Sep 2011 05:07:50
Message-Id: 9ec9b3533dc6ae541a24440aee3cb1d0149a81d3.kent@gentoo
1 commit: 9ec9b3533dc6ae541a24440aee3cb1d0149a81d3
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 2 02:04:18 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Sep 2 02:04:18 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9ec9b353
7
8 [newversion] MooseX-Types-Common-0.1.3
9
10 (Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/MooseX-Types-Common/ChangeLog | 6 +++
14 .../MooseX-Types-Common-0.1.3.ebuild | 35 ++++++++++++++++++++
15 2 files changed, 41 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/MooseX-Types-Common/ChangeLog b/dev-perl/MooseX-Types-Common/ChangeLog
18 index bb43b8e..2356cb8 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-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*MooseX-Types-Common-0.1.3 (02 Sep 2011)
26 +
27 + 02 Sep 2011; Kent Fredric <kentfredric@×××××.com>
28 + +MooseX-Types-Common-0.1.3.ebuild:
29 + Version Bump
30 +
31 *MooseX-Types-Common-0.1.2 (02 Sep 2011)
32
33 02 Sep 2011; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.3.ebuild b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.3.ebuild
36 new file mode 100644
37 index 0000000..08b6b87
38 --- /dev/null
39 +++ b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.3.ebuild
40 @@ -0,0 +1,35 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=ARCANEZ
46 +MODULE_VERSION=0.001003
47 +inherit perl-module
48 +
49 +DESCRIPTION="A set of commonly-used type constraints that do not ship with Moose by default"
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
54 +comment() { true;}
55 +COMMON_DEPEND="
56 + $(comment Moose 0.39)
57 + >=dev-perl/Moose-0.39 $(comment 0.390.0)
58 +
59 + $(comment MooseX::Types 0.04)
60 + >=dev-perl/MooseX-Types-0.40.0
61 +"
62 +DEPEND="
63 + ${COMMON_DEPEND}
64 + test? (
65 + $(comment Test::More 0.62)
66 + >=virtual/perl-Test-Simple-0.62
67 +
68 + $(comment Test::Exception)
69 + dev-perl/Test-Exception
70 + )
71 +"
72 +RDEPEND="
73 + ${COMMON_DEPEND}
74 +"
75 +SRC_TEST="do"