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: ChangeLog bind-9.7.3_p1.ebuild
Date: Fri, 27 May 2011 21:57:48
Message-Id: 20110527215736.1FECA20054@flycatcher.gentoo.org
1 idl0r 11/05/27 21:57:36
2
3 Modified: ChangeLog bind-9.7.3_p1.ebuild
4 Log:
5 Fix epatch source, bug 368863#c3.
6
7 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.334 net-dns/bind/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.334&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.334&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.333&r2=1.334
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
19 retrieving revision 1.333
20 retrieving revision 1.334
21 diff -u -r1.333 -r1.334
22 --- ChangeLog 27 May 2011 19:02:31 -0000 1.333
23 +++ ChangeLog 27 May 2011 21:57:36 -0000 1.334
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-dns/bind
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.333 2011/05/27 19:02:31 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.334 2011/05/27 21:57:36 idl0r Exp $
29 +
30 + 27 May 2011; Christian Ruppert <idl0r@g.o> bind-9.7.3_p1.ebuild:
31 + Fix epatch source, bug 368863#c3.
32
33 27 May 2011; Christian Ruppert <idl0r@g.o> -bind-9.6.2_p3-r1.ebuild,
34 -bind-9.6.3-r1.ebuild, -files/bind-9.4.0-dlzbdb-close_cursor.patch,
35
36
37
38 1.2 net-dns/bind/bind-9.7.3_p1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.3_p1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.3_p1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.3_p1.ebuild?r1=1.1&r2=1.2
43
44 Index: bind-9.7.3_p1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.3_p1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- bind-9.7.3_p1.ebuild 27 May 2011 18:53:03 -0000 1.1
51 +++ bind-9.7.3_p1.ebuild 27 May 2011 21:57:36 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.3_p1.ebuild,v 1.1 2011/05/27 18:53:03 idl0r Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.3_p1.ebuild,v 1.2 2011/05/27 21:57:36 idl0r Exp $
57
58 EAPI="3"
59
60 @@ -84,7 +84,7 @@
61 fi
62
63 if use odbc; then
64 - epatch "${FILESDIR}/${P}-odbc-dlz-detect.patch"
65 + epatch "${FILESDIR}/bind-9.7.3-odbc-dlz-detect.patch"
66 fi
67 fi