Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/MooseX-ClassAttribute: ChangeLog MooseX-ClassAttribute-0.21.ebuild
Date: Sun, 31 Oct 2010 09:32:56
Message-Id: 20101031093251.B0BDD20051@flycatcher.gentoo.org
1 tove 10/10/31 09:32:51
2
3 Modified: ChangeLog
4 Added: MooseX-ClassAttribute-0.21.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.12 dev-perl/MooseX-ClassAttribute/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 9 Oct 2010 07:40:35 -0000 1.11
24 +++ ChangeLog 31 Oct 2010 09:32:51 -0000 1.12
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/MooseX-ClassAttribute
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v 1.11 2010/10/09 07:40:35 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v 1.12 2010/10/31 09:32:51 tove Exp $
30 +
31 +*MooseX-ClassAttribute-0.21 (31 Oct 2010)
32 +
33 + 31 Oct 2010; Torsten Veller <tove@g.o>
34 + +MooseX-ClassAttribute-0.21.ebuild:
35 + Version bump
36
37 *MooseX-ClassAttribute-0.20 (09 Oct 2010)
38
39
40
41
42 1.1 dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.21.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.21.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.21.ebuild?rev=1.1&content-type=text/plain
46
47 Index: MooseX-ClassAttribute-0.21.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.21.ebuild,v 1.1 2010/10/31 09:32:51 tove Exp $
52
53 EAPI=3
54
55 MODULE_AUTHOR=DROLSKY
56 inherit perl-module
57
58 DESCRIPTION="Declare class attributes Moose-style"
59
60 LICENSE="Artistic-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="test"
64
65 RDEPEND=">=dev-perl/Moose-1.15
66 dev-perl/namespace-autoclean"
67 DEPEND="${RDEPEND}
68 >=virtual/perl-ExtUtils-MakeMaker-6.31
69 test? ( >=virtual/perl-Test-Simple-0.88
70 dev-perl/Test-Fatal
71 >=dev-perl/Test-Requires-0.05 )"
72
73 SRC_TEST=do