Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Class-ISA: ChangeLog Class-ISA-0.35.ebuild Class-ISA-0.34.ebuild
Date: Sat, 26 Sep 2009 19:56:22
Message-Id: E1MrdNU-0004SG-Vi@stork.gentoo.org
1 tove 09/09/26 19:56:20
2
3 Modified: ChangeLog
4 Added: Class-ISA-0.35.ebuild
5 Removed: Class-ISA-0.34.ebuild
6 Log:
7 Version bump. Cleanup
8 (Portage version: 2.2_rc41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 perl-core/Class-ISA/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Class-ISA/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Class-ISA/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Class-ISA/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 24 Sep 2009 06:38:06 -0000 1.3
24 +++ ChangeLog 26 Sep 2009 19:56:20 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for perl-core/Class-ISA
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/ChangeLog,v 1.3 2009/09/24 06:38:06 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/ChangeLog,v 1.4 2009/09/26 19:56:20 tove Exp $
30 +
31 +*Class-ISA-0.35 (26 Sep 2009)
32 +
33 + 26 Sep 2009; Torsten Veller <tove@g.o> -Class-ISA-0.34.ebuild,
34 + +Class-ISA-0.35.ebuild:
35 + Version bump. Cleanup
36
37 24 Sep 2009; Torsten Veller <tove@g.o> Class-ISA-0.33.ebuild:
38 Fix typo: TET -> TEST
39
40
41
42 1.1 perl-core/Class-ISA/Class-ISA-0.35.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Class-ISA/Class-ISA-0.35.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Class-ISA/Class-ISA-0.35.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Class-ISA-0.35.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/Class-ISA-0.35.ebuild,v 1.1 2009/09/26 19:56:20 tove Exp $
52
53 EAPI=2
54
55 MODULE_AUTHOR=SMUELLER
56 inherit perl-module
57
58 DESCRIPTION="Report the search path thru an ISA tree"
59
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE=""
63
64 SRC_TEST="do"