Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/B-Hooks-Parser: B-Hooks-Parser-0.130.0.ebuild ChangeLog
Date: Wed, 01 Jul 2015 13:04:38
Message-Id: 20150701130430.5CBE074C@oystercatcher.gentoo.org
1 zlogene 15/07/01 13:04:30
2
3 Modified: ChangeLog
4 Added: B-Hooks-Parser-0.130.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
9
10 Revision Changes Path
11 1.15 dev-perl/B-Hooks-Parser/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 1 May 2015 11:47:00 -0000 1.14
24 +++ ChangeLog 1 Jul 2015 13:04:30 -0000 1.15
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/B-Hooks-Parser
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.14 2015/05/01 11:47:00 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.15 2015/07/01 13:04:30 zlogene Exp $
30 +
31 +*B-Hooks-Parser-0.130.0 (01 Jul 2015)
32 +
33 + 01 Jul 2015; Mikle Kolyada <zlogene@g.o>
34 + +B-Hooks-Parser-0.130.0.ebuild:
35 + Version bump
36
37 01 May 2015; Andreas K. Huettel <dilfridge@g.o>
38 B-Hooks-Parser-0.120.0-r1.ebuild:
39
40
41
42 1.1 dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.130.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.130.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.130.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: B-Hooks-Parser-0.130.0.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.130.0.ebuild,v 1.1 2015/07/01 13:04:30 zlogene Exp $
52
53 EAPI=5
54
55 MODULE_AUTHOR=ETHER
56 MODULE_VERSION=0.13
57 inherit perl-module
58
59 DESCRIPTION="Interface to perls parser variables"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="test"
64
65 RDEPEND="dev-perl/B-Hooks-OP-Check"
66 DEPEND="${RDEPEND}
67 >=dev-perl/ExtUtils-Depends-0.302
68 test? ( dev-perl/Test-Exception
69 dev-perl/B-Hooks-EndOfScope )"
70 SRC_TEST=do