Gentoo Archives: gentoo-commits

From: "Andreas Huettel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/B-Hooks-OP-Check: B-Hooks-OP-Check-0.190.0-r1.ebuild ChangeLog
Date: Fri, 01 May 2015 11:45:45
Message-Id: 20150501114534.939EA9A7@oystercatcher.gentoo.org
1 dilfridge 15/05/01 11:45:33
2
3 Modified: B-Hooks-OP-Check-0.190.0-r1.ebuild ChangeLog
4 Log:
5 dev-perl/extutils-depends just became dev-perl/ExtUtils-Depends
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
8
9 Revision Changes Path
10 1.2 dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.190.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.190.0-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.190.0-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.190.0-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: B-Hooks-OP-Check-0.190.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.190.0-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- B-Hooks-OP-Check-0.190.0-r1.ebuild 26 Aug 2014 15:55:38 -0000 1.1
23 +++ B-Hooks-OP-Check-0.190.0-r1.ebuild 1 May 2015 11:45:33 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.190.0-r1.ebuild,v 1.1 2014/08/26 15:55:38 axs Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.190.0-r1.ebuild,v 1.2 2015/05/01 11:45:33 dilfridge Exp $
30
31 EAPI=5
32
33 @@ -15,7 +15,7 @@
34 IUSE=""
35
36 RDEPEND="virtual/perl-parent"
37 -DEPEND=">=dev-perl/extutils-depends-0.302
38 +DEPEND=">=dev-perl/ExtUtils-Depends-0.302
39 ${RDEPEND}"
40
41 SRC_TEST=do
42
43
44
45 1.11 dev-perl/B-Hooks-OP-Check/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-OP-Check/ChangeLog?rev=1.11&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-OP-Check/ChangeLog?rev=1.11&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-OP-Check/ChangeLog?r1=1.10&r2=1.11
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-OP-Check/ChangeLog,v
54 retrieving revision 1.10
55 retrieving revision 1.11
56 diff -u -r1.10 -r1.11
57 --- ChangeLog 26 Aug 2014 15:55:38 -0000 1.10
58 +++ ChangeLog 1 May 2015 11:45:33 -0000 1.11
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-perl/B-Hooks-OP-Check
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-OP-Check/ChangeLog,v 1.10 2014/08/26 15:55:38 axs Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-OP-Check/ChangeLog,v 1.11 2015/05/01 11:45:33 dilfridge Exp $
65 +
66 + 01 May 2015; Andreas K. Huettel <dilfridge@g.o>
67 + B-Hooks-OP-Check-0.190.0-r1.ebuild:
68 + dev-perl/extutils-depends just became dev-perl/ExtUtils-Depends
69
70 *B-Hooks-OP-Check-0.190.0-r1 (26 Aug 2014)