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.20.ebuild ChangeLog
Date: Sat, 09 Oct 2010 08:03:22
Message-Id: 20101009074035.37D2A20054@flycatcher.gentoo.org
1 tove 10/10/09 07:40:35
2
3 Modified: ChangeLog
4 Added: MooseX-ClassAttribute-0.20.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2_rc89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 dev-perl/MooseX-ClassAttribute/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 15 Aug 2010 18:46:47 -0000 1.10
24 +++ ChangeLog 9 Oct 2010 07:40:35 -0000 1.11
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.10 2010/08/15 18:46:47 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v 1.11 2010/10/09 07:40:35 tove Exp $
30 +
31 +*MooseX-ClassAttribute-0.20 (09 Oct 2010)
32 +
33 + 09 Oct 2010; Torsten Veller <tove@g.o>
34 + +MooseX-ClassAttribute-0.20.ebuild:
35 + Version bump
36
37 15 Aug 2010; Torsten Veller <tove@g.o>
38 -MooseX-ClassAttribute-0.13.ebuild:
39
40
41
42 1.1 dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.20.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.20.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.20.ebuild?rev=1.1&content-type=text/plain
46
47 Index: MooseX-ClassAttribute-0.20.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.20.ebuild,v 1.1 2010/10/09 07:40:35 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-Requires-0.05 )"
71
72 SRC_TEST=do