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/Exception-Warning: ChangeLog Exception-Warning-0.40.100.ebuild
Date: Wed, 31 Aug 2011 10:36:37
Message-Id: 20110831103627.5873C2004C@flycatcher.gentoo.org
1 tove 11/08/31 10:36:27
2
3 Modified: ChangeLog
4 Added: Exception-Warning-0.40.100.ebuild
5 Log:
6 Change version scheme
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 dev-perl/Exception-Warning/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Warning/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Warning/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Warning/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 24 Dec 2009 20:10:46 -0000 1.6
24 +++ ChangeLog 31 Aug 2011 10:36:27 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Exception-Warning
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/ChangeLog,v 1.6 2009/12/24 20:10:46 tove Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/ChangeLog,v 1.7 2011/08/31 10:36:27 tove Exp $
31 +
32 +*Exception-Warning-0.40.100 (31 Aug 2011)
33 +
34 + 31 Aug 2011; Torsten Veller <tove@g.o>
35 + +Exception-Warning-0.40.100.ebuild:
36 + Change version scheme
37
38 24 Dec 2009; Torsten Veller <tove@g.o>
39 -Exception-Warning-0.03.ebuild, -Exception-Warning-0.04.ebuild:
40
41
42
43 1.1 dev-perl/Exception-Warning/Exception-Warning-0.40.100.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Warning/Exception-Warning-0.40.100.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Warning/Exception-Warning-0.40.100.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Exception-Warning-0.40.100.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/Exception-Warning-0.40.100.ebuild,v 1.1 2011/08/31 10:36:27 tove Exp $
53
54 EAPI=4
55
56 MODULE_AUTHOR=DEXTER
57 MODULE_VERSION=0.0401
58 inherit perl-module
59
60 DESCRIPTION="Convert simple warn into real exception object"
61
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="test"
65
66 RDEPEND=">=dev-perl/Exception-Base-0.22.01"
67 DEPEND="${RDEPEND}
68 virtual/perl-Module-Build
69 test? (
70 dev-perl/Test-Assert
71 >=dev-perl/Test-Unit-Lite-0.12
72 virtual/perl-parent
73 )"
74
75 SRC_TEST=do