Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.6.1_p1.ebuild ChangeLog
Date: Wed, 29 Jul 2009 20:20:19
Message-Id: E1MWFdI-0005c6-0N@stork.gentoo.org
1 idl0r 09/07/29 20:20:16
2
3 Modified: bind-9.6.1_p1.ebuild ChangeLog
4 Log:
5 Fix epatch.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-dns/bind/bind-9.6.1_p1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.6.1_p1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.6.1_p1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.6.1_p1.ebuild?r1=1.1&r2=1.2
14
15 Index: bind-9.6.1_p1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.1_p1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- bind-9.6.1_p1.ebuild 29 Jul 2009 19:40:47 -0000 1.1
22 +++ bind-9.6.1_p1.ebuild 29 Jul 2009 20:20:15 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.1_p1.ebuild,v 1.1 2009/07/29 19:40:47 idl0r Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.1_p1.ebuild,v 1.2 2009/07/29 20:20:15 idl0r Exp $
28
29 EAPI="2"
30
31 @@ -54,7 +54,7 @@
32
33 src_prepare() {
34 # bug 278364 (workaround)
35 - epatch "${FILESDIR}/${P}-parallel.patch"
36 + epatch "${FILESDIR}/${PN}-9.6.1-parallel.patch"
37
38 # Adjusting PATHs in manpages
39 for i in bin/{named/named.8,check/named-checkconf.8,rndc/rndc.8} ; do
40
41
42
43 1.239 net-dns/bind/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?rev=1.239&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?rev=1.239&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?r1=1.238&r2=1.239
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
52 retrieving revision 1.238
53 retrieving revision 1.239
54 diff -u -r1.238 -r1.239
55 --- ChangeLog 29 Jul 2009 19:40:47 -0000 1.238
56 +++ ChangeLog 29 Jul 2009 20:20:15 -0000 1.239
57 @@ -1,6 +1,9 @@
58 # ChangeLog for net-dns/bind
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.238 2009/07/29 19:40:47 idl0r Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.239 2009/07/29 20:20:15 idl0r Exp $
62 +
63 + 29 Jul 2009; Christian Ruppert <idl0r@g.o> bind-9.6.1_p1.ebuild:
64 + Fix epatch.
65
66 *bind-9.6.1_p1 (29 Jul 2009)