Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind: ChangeLog bind-9.8.3_p1.ebuild
Date: Wed, 06 Jun 2012 06:03:09
Message-Id: 20120606043715.E91B62004B@flycatcher.gentoo.org
1 jer 12/06/06 04:37:15
2
3 Modified: ChangeLog bind-9.8.3_p1.ebuild
4 Log:
5 Stable for HPPA (bug #419637).
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.390 net-dns/bind/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.390&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.390&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.389&r2=1.390
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
19 retrieving revision 1.389
20 retrieving revision 1.390
21 diff -u -r1.389 -r1.390
22 --- ChangeLog 5 Jun 2012 15:02:25 -0000 1.389
23 +++ ChangeLog 6 Jun 2012 04:37:15 -0000 1.390
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-dns/bind
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.389 2012/06/05 15:02:25 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.390 2012/06/06 04:37:15 jer Exp $
29 +
30 + 06 Jun 2012; Jeroen Roovers <jer@g.o> bind-9.8.3_p1.ebuild:
31 + Stable for HPPA (bug #419637).
32
33 05 Jun 2012; Christian Ruppert <idl0r@g.o> bind-9.8.1_p1.ebuild,
34 bind-9.8.3_p1.ebuild, bind-9.9.1_p1.ebuild, metadata.xml:
35
36
37
38 1.4 net-dns/bind/bind-9.8.3_p1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild?r1=1.3&r2=1.4
43
44 Index: bind-9.8.3_p1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- bind-9.8.3_p1.ebuild 5 Jun 2012 15:02:25 -0000 1.3
51 +++ bind-9.8.3_p1.ebuild 6 Jun 2012 04:37:15 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 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.8.3_p1.ebuild,v 1.3 2012/06/05 15:02:25 idl0r Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild,v 1.4 2012/06/06 04:37:15 jer Exp $
57
58 # Re dlz/mysql and threads, needs to be verified..
59 # MySQL uses thread local storage in its C api. Thus MySQL
60 @@ -40,7 +40,7 @@
61
62 LICENSE="as-is"
63 SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
65 +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
66 IUSE="berkdb caps dlz doc geoip gost gssapi idn ipv6 ldap mysql odbc postgres rpz sdb-ldap
67 selinux ssl static-libs threads urandom xml"
68 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687