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.6.1_p3.ebuild bind-9.4.3_p5.ebuild bind-9.6.1_p3-r1.ebuild
Date: Mon, 10 May 2010 13:36:36
Message-Id: 20100510133632.127FE2C575@corvid.gentoo.org
1 idl0r 10/05/10 13:36:31
2
3 Modified: ChangeLog bind-9.6.1_p3.ebuild bind-9.4.3_p5.ebuild
4 bind-9.6.1_p3-r1.ebuild
5 Log:
6 Rename named.ca to named.cache since named.ca is no longer on the ftp mirror.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.266 net-dns/bind/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.266&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.266&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.265&r2=1.266
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
19 retrieving revision 1.265
20 retrieving revision 1.266
21 diff -u -r1.265 -r1.266
22 --- ChangeLog 28 Apr 2010 21:59:37 -0000 1.265
23 +++ ChangeLog 10 May 2010 13:36:31 -0000 1.266
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-dns/bind
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.265 2010/04/28 21:59:37 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.266 2010/05/10 13:36:31 idl0r Exp $
29 +
30 + 10 May 2010; Christian Ruppert <idl0r@g.o> bind-9.4.3_p5.ebuild,
31 + bind-9.6.1_p3.ebuild, bind-9.6.1_p3-r1.ebuild, -files/named.ca,
32 + +files/named.cache:
33 + Rename named.ca to named.cache since named.ca is no longer on the ftp
34 + mirror.
35
36 *bind-9.6.1_p3-r1 (28 Apr 2010)
37
38
39
40
41 1.2 net-dns/bind/bind-9.6.1_p3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.1_p3.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.1_p3.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.1_p3.ebuild?r1=1.1&r2=1.2
46
47 Index: bind-9.6.1_p3.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.1_p3.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- bind-9.6.1_p3.ebuild 26 Jan 2010 18:53:53 -0000 1.1
54 +++ bind-9.6.1_p3.ebuild 10 May 2010 13:36:31 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.1_p3.ebuild,v 1.1 2010/01/26 18:53:53 idl0r Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.1_p3.ebuild,v 1.2 2010/05/10 13:36:31 idl0r Exp $
60
61 EAPI="2"
62
63 @@ -187,9 +187,9 @@
64 insinto /etc/bind
65 newins "${FILESDIR}"/named.conf-r3 named.conf || die
66
67 - # ftp://ftp.rs.internic.net/domain/named.ca:
68 + # ftp://ftp.rs.internic.net/domain/named.cache:
69 insinto /var/bind
70 - doins "${FILESDIR}"/named.ca || die
71 + doins "${FILESDIR}"/named.cache || die
72
73 insinto /var/bind/pri
74 newins "${FILESDIR}"/127.zone-r1 127.zone || die
75 @@ -198,7 +198,7 @@
76 newinitd "${FILESDIR}"/named.init-r7 named || die
77 newconfd "${FILESDIR}"/named.confd-r3 named || die
78
79 - dosym /var/bind/named.ca /var/bind/root.cache
80 + dosym /var/bind/named.cache /var/bind/root.cache
81 dosym /var/bind/pri /etc/bind/pri
82 dosym /var/bind/sec /etc/bind/sec
83
84
85
86
87 1.8 net-dns/bind/bind-9.4.3_p5.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.4.3_p5.ebuild?rev=1.8&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.4.3_p5.ebuild?rev=1.8&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.4.3_p5.ebuild?r1=1.7&r2=1.8
92
93 Index: bind-9.4.3_p5.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.3_p5.ebuild,v
96 retrieving revision 1.7
97 retrieving revision 1.8
98 diff -u -r1.7 -r1.8
99 --- bind-9.4.3_p5.ebuild 23 Mar 2010 19:40:57 -0000 1.7
100 +++ bind-9.4.3_p5.ebuild 10 May 2010 13:36:31 -0000 1.8
101 @@ -1,6 +1,6 @@
102 # Copyright 1999-2010 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.3_p5.ebuild,v 1.7 2010/03/23 19:40:57 ranger Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.3_p5.ebuild,v 1.8 2010/05/10 13:36:31 idl0r Exp $
106
107 inherit eutils libtool autotools toolchain-funcs flag-o-matic
108
109 @@ -170,8 +170,8 @@
110
111 insinto /etc/bind ; newins "${FILESDIR}"/named.conf-r3 named.conf
112
113 - # ftp://ftp.rs.internic.net/domain/named.ca:
114 - insinto /var/bind ; doins "${FILESDIR}"/named.ca
115 + # ftp://ftp.rs.internic.net/domain/named.cache:
116 + insinto /var/bind ; doins "${FILESDIR}"/named.cache
117
118 insinto /var/bind/pri
119 newins "${FILESDIR}"/127.zone-r1 127.zone
120 @@ -180,7 +180,7 @@
121 newinitd "${FILESDIR}"/named.init-r5 named
122 newconfd "${FILESDIR}"/named.confd-r2 named
123
124 - dosym ../../var/bind/named.ca /var/bind/root.cache
125 + dosym ../../var/bind/named.cache /var/bind/root.cache
126 dosym ../../var/bind/pri /etc/bind/pri
127 dosym ../../var/bind/sec /etc/bind/sec
128
129
130
131
132 1.2 net-dns/bind/bind-9.6.1_p3-r1.ebuild
133
134 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.1_p3-r1.ebuild?rev=1.2&view=markup
135 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.1_p3-r1.ebuild?rev=1.2&content-type=text/plain
136 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.1_p3-r1.ebuild?r1=1.1&r2=1.2
137
138 Index: bind-9.6.1_p3-r1.ebuild
139 ===================================================================
140 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.1_p3-r1.ebuild,v
141 retrieving revision 1.1
142 retrieving revision 1.2
143 diff -u -r1.1 -r1.2
144 --- bind-9.6.1_p3-r1.ebuild 28 Apr 2010 21:59:38 -0000 1.1
145 +++ bind-9.6.1_p3-r1.ebuild 10 May 2010 13:36:31 -0000 1.2
146 @@ -1,6 +1,6 @@
147 # Copyright 1999-2010 Gentoo Foundation
148 # Distributed under the terms of the GNU General Public License v2
149 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.1_p3-r1.ebuild,v 1.1 2010/04/28 21:59:38 robbat2 Exp $
150 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.1_p3-r1.ebuild,v 1.2 2010/05/10 13:36:31 idl0r Exp $
151
152 EAPI="2"
153
154 @@ -198,9 +198,9 @@
155 insinto /etc/bind
156 newins "${FILESDIR}"/named.conf-r3 named.conf || die
157
158 - # ftp://ftp.rs.internic.net/domain/named.ca:
159 + # ftp://ftp.rs.internic.net/domain/named.cache:
160 insinto /var/bind
161 - doins "${FILESDIR}"/named.ca || die
162 + doins "${FILESDIR}"/named.cache || die
163
164 insinto /var/bind/pri
165 newins "${FILESDIR}"/127.zone-r1 127.zone || die
166 @@ -209,7 +209,7 @@
167 newinitd "${FILESDIR}"/named.init-r7 named || die
168 newconfd "${FILESDIR}"/named.confd-r3 named || die
169
170 - dosym /var/bind/named.ca /var/bind/root.cache
171 + dosym /var/bind/named.cache /var/bind/root.cache
172 dosym /var/bind/pri /etc/bind/pri
173 dosym /var/bind/sec /etc/bind/sec