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-Class: ChangeLog Exception-Class-1.24.ebuild
Date: Sat, 23 Aug 2008 18:07:01
Message-Id: E1KWxVq-0006Xu-Jg@stork.gentoo.org
1 tove 08/08/23 18:06:58
2
3 Modified: ChangeLog
4 Added: Exception-Class-1.24.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.44 dev-perl/Exception-Class/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Exception-Class/ChangeLog?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Exception-Class/ChangeLog?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Exception-Class/ChangeLog?r1=1.43&r2=1.44
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- ChangeLog 5 Aug 2006 03:25:57 -0000 1.43
23 +++ ChangeLog 23 Aug 2008 18:06:58 -0000 1.44
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Exception-Class
26 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.43 2006/08/05 03:25:57 mcummings Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.44 2008/08/23 18:06:58 tove Exp $
30 +
31 +*Exception-Class-1.24 (23 Aug 2008)
32 +
33 + 23 Aug 2008; Torsten Veller <tove@g.o>
34 + +Exception-Class-1.24.ebuild:
35 + Version bump
36
37 05 Aug 2006; Michael Cummings <mcummings@g.o>
38 Exception-Class-1.23.ebuild:
39
40
41
42 1.1 dev-perl/Exception-Class/Exception-Class-1.24.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.24.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.24.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Exception-Class-1.24.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.24.ebuild,v 1.1 2008/08/23 18:06:58 tove Exp $
52
53 MODULE_AUTHOR=DROLSKY
54 inherit perl-module
55
56 DESCRIPTION="Exception::Class module for perl"
57
58 SLOT="0"
59 LICENSE="|| ( Artistic GPL-2 )"
60 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
61 IUSE="test"
62
63 SRC_TEST="do"
64
65 RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02
66 >=dev-perl/Devel-StackTrace-1.12
67 dev-lang/perl"
68
69 DEPEND="${RDEPEND}
70 >=dev-perl/module-build-0.28
71 test? ( dev-perl/Test-Pod )"
72
73 export OPTIMIZE="$CFLAGS"