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-Inspector: ChangeLog Class-Inspector-1.24.ebuild
Date: Tue, 21 Apr 2009 16:33:09
Message-Id: E1LwIuB-0003DG-J8@stork.gentoo.org
1 tove 09/04/21 16:33:07
2
3 Modified: ChangeLog
4 Added: Class-Inspector-1.24.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc31/cvs/Linux i686)
8
9 Revision Changes Path
10 1.55 dev-perl/Class-Inspector/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Class-Inspector/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Class-Inspector/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Class-Inspector/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 5 Sep 2008 17:24:55 -0000 1.54
23 +++ ChangeLog 21 Apr 2009 16:33:07 -0000 1.55
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Class-Inspector
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v 1.54 2008/09/05 17:24:55 armin76 Exp $
28 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v 1.55 2009/04/21 16:33:07 tove Exp $
30 +
31 +*Class-Inspector-1.24 (21 Apr 2009)
32 +
33 + 21 Apr 2009; Torsten Veller <tove@g.o>
34 + +Class-Inspector-1.24.ebuild:
35 + Version bump
36
37 05 Sep 2008; Raúl Porcel <armin76@g.o>
38 Class-Inspector-1.23.ebuild:
39
40
41
42 1.1 dev-perl/Class-Inspector/Class-Inspector-1.24.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.24.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.24.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Class-Inspector-1.24.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/dev-perl/Class-Inspector/Class-Inspector-1.24.ebuild,v 1.1 2009/04/21 16:33:07 tove Exp $
52
53 EAPI=2
54
55 MODULE_AUTHOR=ADAMK
56 inherit perl-module
57
58 DESCRIPTION="Provides information about Classes"
59
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
62 IUSE="test"
63
64 RDEPEND=""
65 DEPEND="${RDEPEND}
66 test? ( virtual/perl-Test-Simple )"
67
68 SRC_TEST="do"