Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/MooseX-Aliases/
Date: Thu, 05 May 2011 18:24:46
Message-Id: 057e1134b3957cffe0c49ddb5a69e6129ccc1ec6.kent@gentoo
1 commit: 057e1134b3957cffe0c49ddb5a69e6129ccc1ec6
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu May 5 18:08:39 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu May 5 18:08:39 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=057e1134
7
8 [newversion] MooseX-Aliases-0.100.0
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/MooseX-Aliases/ChangeLog | 6 ++++
14 .../MooseX-Aliases/MooseX-Aliases-0.100.0.ebuild | 32 ++++++++++++++++++++
15 2 files changed, 38 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/MooseX-Aliases/ChangeLog b/dev-perl/MooseX-Aliases/ChangeLog
18 index 12eb1fe..0ac23b3 100644
19 --- a/dev-perl/MooseX-Aliases/ChangeLog
20 +++ b/dev-perl/MooseX-Aliases/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*MooseX-Aliases-0.100.0 (05 May 2011)
26 +
27 + 05 May 2011; Kent Fredric <kentfredric@×××××.com>
28 + +MooseX-Aliases-0.100.0.ebuild:
29 + Bump
30 +
31 *MooseX-Aliases-0.90.0 (05 May 2011)
32 *MooseX-Aliases-0.80.0 (05 May 2011)
33 *MooseX-Aliases-0.70.0 (05 May 2011)
34
35 diff --git a/dev-perl/MooseX-Aliases/MooseX-Aliases-0.100.0.ebuild b/dev-perl/MooseX-Aliases/MooseX-Aliases-0.100.0.ebuild
36 new file mode 100644
37 index 0000000..ffdd80a
38 --- /dev/null
39 +++ b/dev-perl/MooseX-Aliases/MooseX-Aliases-0.100.0.ebuild
40 @@ -0,0 +1,32 @@
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=DOY
48 +MODULE_VERSION=0.10
49 +inherit perl-module
50 +
51 +DESCRIPTION="easy aliasing of methods and attributes in Moose"
52 +
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE="test"
56 +comment() { echo ''; }
57 +COMMON_DEPEND="
58 +>=dev-perl/Moose-1.09 $(comment 1.90.0)
59 +"
60 +DEPEND="
61 + >=virtual/perl-ExtUtils-MakeMaker-6.56
62 + ${COMMON_DEPEND}
63 + test? (
64 + >=dev-perl/Test-Fatal-0.003 $(comment 0.3.0)
65 + >=virtual/perl-Test-Simple-0.88 $(comment 0.880.0 Test::More)
66 + dev-perl/Test-Requires
67 + )
68 +"
69 +RDEPEND="
70 + ${COMMON_DEPEND}
71 +"
72 +SRC_TEST="do"