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: MooseX-ClassAttribute-0.12.ebuild ChangeLog
Date: Thu, 11 Feb 2010 11:42:24
Message-Id: E1NfXR6-0006X2-OF@stork.gentoo.org
1 tove 10/02/11 11:42:20
2
3 Modified: ChangeLog
4 Added: MooseX-ClassAttribute-0.12.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-perl/MooseX-ClassAttribute/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 7 Sep 2009 08:48:13 -0000 1.5
23 +++ ChangeLog 11 Feb 2010 11:42:20 -0000 1.6
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/MooseX-ClassAttribute
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v 1.5 2009/09/07 08:48:13 tove Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v 1.6 2010/02/11 11:42:20 tove Exp $
30 +
31 +*MooseX-ClassAttribute-0.12 (11 Feb 2010)
32 +
33 + 11 Feb 2010; Torsten Veller <tove@g.o>
34 + +MooseX-ClassAttribute-0.12.ebuild:
35 + Version bump
36
37 07 Sep 2009; Torsten Veller <tove@g.o>
38 -MooseX-ClassAttribute-0.08.ebuild, -MooseX-ClassAttribute-0.09.ebuild:
39
40
41
42 1.1 dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.12.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.12.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.12.ebuild?rev=1.1&content-type=text/plain
46
47 Index: MooseX-ClassAttribute-0.12.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.12.ebuild,v 1.1 2010/02/11 11:42:20 tove Exp $
52
53 EAPI=2
54
55 MODULE_AUTHOR=DROLSKY
56 inherit perl-module
57
58 DESCRIPTION="Declare class attributes Moose-style"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="test"
63
64 RDEPEND=">=dev-perl/Moose-0.98
65 dev-perl/namespace-autoclean"
66 DEPEND="${RDEPEND}
67 virtual/perl-Module-Build
68 test? ( >=virtual/perl-Test-Simple-0.88 )"
69
70 SRC_TEST=do