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: metadata.xml bind-9.8.3_p1.ebuild bind-9.8.1_p1.ebuild bind-9.9.1_p1.ebuild ChangeLog
Date: Tue, 05 Jun 2012 15:02:40
Message-Id: 20120605150226.39F122004B@flycatcher.gentoo.org
1 idl0r 12/06/05 15:02:25
2
3 Modified: metadata.xml bind-9.8.3_p1.ebuild
4 bind-9.8.1_p1.ebuild bind-9.9.1_p1.ebuild ChangeLog
5 Log:
6 Inherit the new user eclass
7
8 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.15 net-dns/bind/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/metadata.xml?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/metadata.xml?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/metadata.xml?r1=1.14&r2=1.15
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/metadata.xml,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- metadata.xml 22 May 2012 00:02:01 -0000 1.14
24 +++ metadata.xml 5 Jun 2012 15:02:25 -0000 1.15
25 @@ -10,7 +10,6 @@
26 <flag name="dlz">Enables dynamic loaded zones, 3rd party extension</flag>
27 <flag name="gost">Enables gost OpenSSL engine support</flag>
28 <flag name="gssapi">Enable gssapi support</flag>
29 - <flag name="resolvconf">Enable support for <pkg>net-dns/openresolv</pkg></flag>
30 <flag name="rpz">Enable response policy rewriting (rpz)</flag>
31 <flag name="pkcs11">Enable PKCS#11 key support/tools for DNSSEC</flag>
32 <flag name="sdb-ldap">Enables ldap-sdb backend</flag>
33
34
35
36 1.3 net-dns/bind/bind-9.8.3_p1.ebuild
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild?rev=1.3&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild?rev=1.3&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild?r1=1.2&r2=1.3
41
42 Index: bind-9.8.3_p1.ebuild
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild,v
45 retrieving revision 1.2
46 retrieving revision 1.3
47 diff -u -r1.2 -r1.3
48 --- bind-9.8.3_p1.ebuild 5 Jun 2012 14:57:06 -0000 1.2
49 +++ bind-9.8.3_p1.ebuild 5 Jun 2012 15:02:25 -0000 1.3
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild,v 1.2 2012/06/05 14:57:06 idl0r Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild,v 1.3 2012/06/05 15:02:25 idl0r Exp $
55
56 # Re dlz/mysql and threads, needs to be verified..
57 # MySQL uses thread local storage in its C api. Thus MySQL
58 @@ -13,7 +13,7 @@
59
60 EAPI="4"
61
62 -inherit eutils autotools toolchain-funcs flag-o-matic multilib db-use
63 +inherit eutils autotools toolchain-funcs flag-o-matic multilib db-use user
64
65 MY_PV="${PV/_p/-P}"
66 MY_PV="${MY_PV/_rc/rc}"
67
68
69
70 1.17 net-dns/bind/bind-9.8.1_p1.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild?rev=1.17&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild?rev=1.17&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild?r1=1.16&r2=1.17
75
76 Index: bind-9.8.1_p1.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild,v
79 retrieving revision 1.16
80 retrieving revision 1.17
81 diff -u -r1.16 -r1.17
82 --- bind-9.8.1_p1.ebuild 17 May 2012 15:57:21 -0000 1.16
83 +++ bind-9.8.1_p1.ebuild 5 Jun 2012 15:02:25 -0000 1.17
84 @@ -1,6 +1,6 @@
85 # Copyright 1999-2012 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild,v 1.16 2012/05/17 15:57:21 idl0r Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild,v 1.17 2012/06/05 15:02:25 idl0r Exp $
89
90 # Re dlz/mysql and threads, needs to be verified..
91 # MySQL uses thread local storage in its C api. Thus MySQL
92 @@ -13,7 +13,7 @@
93
94 EAPI="4"
95
96 -inherit eutils autotools toolchain-funcs flag-o-matic multilib db-use
97 +inherit eutils autotools toolchain-funcs flag-o-matic multilib db-use user
98
99 MY_PV="${PV/_p/-P}"
100 MY_PV="${MY_PV/_rc/rc}"
101
102
103
104 1.3 net-dns/bind/bind-9.9.1_p1.ebuild
105
106 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p1.ebuild?rev=1.3&view=markup
107 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p1.ebuild?rev=1.3&content-type=text/plain
108 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p1.ebuild?r1=1.2&r2=1.3
109
110 Index: bind-9.9.1_p1.ebuild
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p1.ebuild,v
113 retrieving revision 1.2
114 retrieving revision 1.3
115 diff -u -r1.2 -r1.3
116 --- bind-9.9.1_p1.ebuild 5 Jun 2012 14:57:06 -0000 1.2
117 +++ bind-9.9.1_p1.ebuild 5 Jun 2012 15:02:25 -0000 1.3
118 @@ -1,6 +1,6 @@
119 # Copyright 1999-2012 Gentoo Foundation
120 # Distributed under the terms of the GNU General Public License v2
121 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p1.ebuild,v 1.2 2012/06/05 14:57:06 idl0r Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p1.ebuild,v 1.3 2012/06/05 15:02:25 idl0r Exp $
123
124 # Re dlz/mysql and threads, needs to be verified..
125 # MySQL uses thread local storage in its C api. Thus MySQL
126 @@ -13,7 +13,7 @@
127
128 EAPI="4"
129
130 -inherit eutils autotools toolchain-funcs flag-o-matic multilib db-use
131 +inherit eutils autotools toolchain-funcs flag-o-matic multilib db-use user
132
133 MY_PV="${PV/_p/-P}"
134 MY_PV="${MY_PV/_rc/rc}"
135
136
137
138 1.389 net-dns/bind/ChangeLog
139
140 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.389&view=markup
141 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.389&content-type=text/plain
142 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.388&r2=1.389
143
144 Index: ChangeLog
145 ===================================================================
146 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
147 retrieving revision 1.388
148 retrieving revision 1.389
149 diff -u -r1.388 -r1.389
150 --- ChangeLog 5 Jun 2012 14:57:06 -0000 1.388
151 +++ ChangeLog 5 Jun 2012 15:02:25 -0000 1.389
152 @@ -1,6 +1,10 @@
153 # ChangeLog for net-dns/bind
154 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
155 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.388 2012/06/05 14:57:06 idl0r Exp $
156 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.389 2012/06/05 15:02:25 idl0r Exp $
157 +
158 + 05 Jun 2012; Christian Ruppert <idl0r@g.o> bind-9.8.1_p1.ebuild,
159 + bind-9.8.3_p1.ebuild, bind-9.9.1_p1.ebuild, metadata.xml:
160 + Inherit the new user eclass
161
162 05 Jun 2012; Christian Ruppert <idl0r@g.o> bind-9.8.3_p1.ebuild,
163 bind-9.9.1_p1.ebuild: