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/B-Hooks-EndOfScope: ChangeLog B-Hooks-EndOfScope-0.09.ebuild
Date: Sat, 08 May 2010 07:18:38
Message-Id: 20100508071833.5B5ED2950A@corvid.gentoo.org
1 tove 10/05/08 07:18:33
2
3 Modified: ChangeLog
4 Added: B-Hooks-EndOfScope-0.09.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-perl/B-Hooks-EndOfScope/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 2 May 2009 12:03:42 -0000 1.6
23 +++ ChangeLog 8 May 2010 07:18:33 -0000 1.7
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/B-Hooks-EndOfScope
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 1.6 2009/05/02 12:03:42 tove Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 1.7 2010/05/08 07:18:33 tove Exp $
30 +
31 +*B-Hooks-EndOfScope-0.09 (08 May 2010)
32 +
33 + 08 May 2010; Torsten Veller <tove@g.o>
34 + +B-Hooks-EndOfScope-0.09.ebuild:
35 + Version bump
36
37 02 May 2009; Torsten Veller <tove@g.o>
38 -B-Hooks-EndOfScope-0.07.ebuild:
39
40
41
42 1.1 dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.09.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.09.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.09.ebuild?rev=1.1&content-type=text/plain
46
47 Index: B-Hooks-EndOfScope-0.09.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.09.ebuild,v 1.1 2010/05/08 07:18:33 tove Exp $
52
53 EAPI=2
54
55 MODULE_AUTHOR=FLORA
56 inherit perl-module
57
58 DESCRIPTION="Execute code after a scope finished compilation"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND=">=dev-perl/Variable-Magic-0.34
65 dev-perl/Sub-Exporter"
66 RDEPEND="${DEPEND}
67 >=virtual/perl-ExtUtils-MakeMaker-6.31"
68
69 SRC_TEST=do