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.2_p3.ebuild ChangeLog bind-9.7.2_p3.ebuild
Date: Thu, 02 Dec 2010 17:56:16
Message-Id: 20101202175606.6EDCD20054@flycatcher.gentoo.org
1 idl0r 10/12/02 17:56:06
2
3 Modified: bind-9.6.2_p3.ebuild ChangeLog bind-9.7.2_p3.ebuild
4 Log:
5 Fix geoip patch, bug 347525.
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-dns/bind/bind-9.6.2_p3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.2_p3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.2_p3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.2_p3.ebuild?r1=1.1&r2=1.2
15
16 Index: bind-9.6.2_p3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- bind-9.6.2_p3.ebuild 1 Dec 2010 18:16:32 -0000 1.1
23 +++ bind-9.6.2_p3.ebuild 2 Dec 2010 17:56:06 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p3.ebuild,v 1.1 2010/12/01 18:16:32 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p3.ebuild,v 1.2 2010/12/02 17:56:06 idl0r Exp $
29
30 EAPI="3"
31
32 @@ -101,8 +101,8 @@
33
34 if use geoip; then
35 cp "${DISTDIR}"/${GEOIP_P}.patch "${S}" || die
36 - sed -i -e 's/-RELEASEVER=3/-RELEASEVER=2/' \
37 - -e 's/+RELEASEVER=3-geoip-1.3/+RELEASEVER=2-geoip-1.3/' \
38 + sed -i -e 's/-RELEASEVER=2/-RELEASEVER=3/' \
39 + -e 's/+RELEASEVER=2-geoip-1.3/+RELEASEVER=3-geoip-1.3/' \
40 ${GEOIP_P}.patch || die
41 epatch ${GEOIP_P}.patch
42 fi
43
44
45
46 1.298 net-dns/bind/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.298&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.298&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.297&r2=1.298
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
55 retrieving revision 1.297
56 retrieving revision 1.298
57 diff -u -r1.297 -r1.298
58 --- ChangeLog 1 Dec 2010 18:16:32 -0000 1.297
59 +++ ChangeLog 2 Dec 2010 17:56:06 -0000 1.298
60 @@ -1,6 +1,10 @@
61 # ChangeLog for net-dns/bind
62 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.297 2010/12/01 18:16:32 idl0r Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.298 2010/12/02 17:56:06 idl0r Exp $
65 +
66 + 02 Dec 2010; Christian Ruppert <idl0r@g.o> bind-9.6.2_p3.ebuild,
67 + bind-9.7.2_p3.ebuild:
68 + Fix geoip patch, bug 347525.
69
70 *bind-9.7.2_p3 (01 Dec 2010)
71 *bind-9.6.2_p3 (01 Dec 2010)
72
73
74
75 1.2 net-dns/bind/bind-9.7.2_p3.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.2_p3.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.2_p3.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.2_p3.ebuild?r1=1.1&r2=1.2
80
81 Index: bind-9.7.2_p3.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.2_p3.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- bind-9.7.2_p3.ebuild 1 Dec 2010 18:16:32 -0000 1.1
88 +++ bind-9.7.2_p3.ebuild 2 Dec 2010 17:56:06 -0000 1.2
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2010 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.2_p3.ebuild,v 1.1 2010/12/01 18:16:32 idl0r Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.2_p3.ebuild,v 1.2 2010/12/02 17:56:06 idl0r Exp $
94
95 EAPI="3"
96
97 @@ -90,8 +90,8 @@
98
99 if use geoip; then
100 cp "${DISTDIR}"/${GEOIP_P}.patch "${S}" || die
101 - sed -i -e 's/-RELEASEVER=3/-RELEASEVER=2/' \
102 - -e 's/+RELEASEVER=3-geoip-1.3/+RELEASEVER=2-geoip-1.3/' \
103 + sed -i -e 's/-RELEASEVER=2/-RELEASEVER=3/' \
104 + -e 's/+RELEASEVER=2-geoip-1.3/+RELEASEVER=3-geoip-1.3/' \
105 ${GEOIP_P}.patch || die
106 epatch ${GEOIP_P}.patch
107 fi