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/Class-Data-Inheritable: ChangeLog Class-Data-Inheritable-0.08.ebuild Class-Data-Inheritable-0.05.ebuild Class-Data-Inheritable-0.04.ebuild
Date: Tue, 30 Sep 2008 11:05:30
Message-Id: E1Kkd2k-0000VR-PN@stork.gentoo.org
1 tove 08/09/30 11:05:26
2
3 Modified: ChangeLog Class-Data-Inheritable-0.08.ebuild
4 Removed: Class-Data-Inheritable-0.05.ebuild
5 Class-Data-Inheritable-0.04.ebuild
6 Log:
7 Cleanup
8 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
9
10 Revision Changes Path
11 1.33 dev-perl/Class-Data-Inheritable/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog?rev=1.33&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog?rev=1.33&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog?r1=1.32&r2=1.33
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog,v
20 retrieving revision 1.32
21 retrieving revision 1.33
22 diff -u -r1.32 -r1.33
23 --- ChangeLog 13 Jun 2008 16:41:46 -0000 1.32
24 +++ ChangeLog 30 Sep 2008 11:05:26 -0000 1.33
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Class-Data-Inheritable
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog,v 1.32 2008/06/13 16:41:46 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog,v 1.33 2008/09/30 11:05:26 tove Exp $
30 +
31 + 30 Sep 2008; Torsten Veller <tove@g.o>
32 + -Class-Data-Inheritable-0.04.ebuild, -Class-Data-Inheritable-0.05.ebuild,
33 + Class-Data-Inheritable-0.08.ebuild:
34 + Cleanup
35
36 13 Jun 2008; Raúl Porcel <armin76@g.o>
37 Class-Data-Inheritable-0.08.ebuild:
38
39
40
41 1.3 dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.08.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.08.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.08.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.08.ebuild?r1=1.2&r2=1.3
46
47 Index: Class-Data-Inheritable-0.08.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.08.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- Class-Data-Inheritable-0.08.ebuild 13 Jun 2008 16:41:46 -0000 1.2
54 +++ Class-Data-Inheritable-0.08.ebuild 30 Sep 2008 11:05:26 -0000 1.3
55 @@ -1,12 +1,11 @@
56 # Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.08.ebuild,v 1.2 2008/06/13 16:41:46 armin76 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.08.ebuild,v 1.3 2008/09/30 11:05:26 tove Exp $
60
61 +MODULE_AUTHOR=TMTM
62 inherit perl-module
63
64 DESCRIPTION="Exception::Class module for perl"
65 -SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz"
66 -HOMEPAGE="http://search.cpan.org/~tmtm/${P}"
67
68 SLOT="0"
69 LICENSE="|| ( Artistic GPL-2 )"