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-MethodAttributes/
Date: Sat, 16 Jul 2011 07:13:18
Message-Id: d5634c58eb92b85c2ba30d03dc53f43d8776820a.kent@gentoo
1 commit: d5634c58eb92b85c2ba30d03dc53f43d8776820a
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 16 07:08:08 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jul 16 07:08:08 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d5634c58
7
8 [newversion] MooseX-MethodAttributes-0.250.0
9
10 (Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/MooseX-MethodAttributes/ChangeLog | 6 ++++
14 .../MooseX-MethodAttributes-0.250.0.ebuild | 31 ++++++++++++++++++++
15 2 files changed, 37 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/MooseX-MethodAttributes/ChangeLog b/dev-perl/MooseX-MethodAttributes/ChangeLog
18 index ae9e53f..c41894d 100644
19 --- a/dev-perl/MooseX-MethodAttributes/ChangeLog
20 +++ b/dev-perl/MooseX-MethodAttributes/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*MooseX-MethodAttributes-0.250.0 (16 Jul 2011)
26 +
27 + 16 Jul 2011; Kent Fredric <kentfredric@×××××.com>
28 + +MooseX-MethodAttributes-0.250.0.ebuild:
29 + Version Bump
30 +
31 *MooseX-MethodAttributes-0.240.0 (16 Jul 2011)
32 *MooseX-MethodAttributes-0.220.0 (16 Jul 2011)
33 *MooseX-MethodAttributes-0.200.0 (16 Jul 2011)
34
35 diff --git a/dev-perl/MooseX-MethodAttributes/MooseX-MethodAttributes-0.250.0.ebuild b/dev-perl/MooseX-MethodAttributes/MooseX-MethodAttributes-0.250.0.ebuild
36 new file mode 100644
37 index 0000000..7432d09
38 --- /dev/null
39 +++ b/dev-perl/MooseX-MethodAttributes/MooseX-MethodAttributes-0.250.0.ebuild
40 @@ -0,0 +1,31 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +
45 +EAPI=4
46 +
47 +#MODULE_AUTHOR=FLORA
48 +MODULE_AUTHOR=BOBTFISH
49 +MODULE_VERSION=0.25
50 +inherit perl-module
51 +
52 +DESCRIPTION="Code atttribute introspection"
53 +
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~x86"
56 +IUSE="test"
57 +comment() { echo ''; }
58 +RDEPEND="
59 + >=dev-perl/Moose-0.98 $(comment 0.980.0)
60 + >=dev-perl/MooseX-Types-0.210.0 $(comment MooseX::Types::Moose)
61 + >=dev-perl/namespace-clean-0.100.0
62 +"
63 +DEPEND="${RDEPEND}
64 + >=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
65 + test? (
66 + dev-perl/Test-Exception
67 + dev-perl/namespace-autoclean
68 + >=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0)
69 + )
70 +"
71 +SRC_TEST=do