Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind: ChangeLog bind-9.4.2_p2.ebuild bind-9.4.2_p1.ebuild
Date: Sun, 03 Aug 2008 16:02:50
Message-Id: E1KPg2g-0003Du-Jh@stork.gentoo.org
1 dertobi123 08/08/03 16:02:46
2
3 Modified: ChangeLog bind-9.4.2_p2.ebuild
4 Removed: bind-9.4.2_p1.ebuild
5 Log:
6 ppc stable, bug #233675
7 (Portage version: 2.2_rc6/cvs/Linux 2.6.25-gentoo-r6 x86_64)
8
9 Revision Changes Path
10 1.211 net-dns/bind/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?rev=1.211&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?rev=1.211&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?r1=1.210&r2=1.211
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
19 retrieving revision 1.210
20 retrieving revision 1.211
21 diff -u -r1.210 -r1.211
22 --- ChangeLog 3 Aug 2008 15:59:48 -0000 1.210
23 +++ ChangeLog 3 Aug 2008 16:02:46 -0000 1.211
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-dns/bind
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.210 2008/08/03 15:59:48 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.211 2008/08/03 16:02:46 dertobi123 Exp $
29 +
30 + 03 Aug 2008; Tobias Scherbaum <dertobi123@g.o>
31 + -bind-9.4.2_p1.ebuild, bind-9.4.2_p2.ebuild:
32 + ppc stable, bug #233675
33
34 *bind-9.5.0_p2-r1 (03 Aug 2008)
35 *bind-9.4.2_p2-r1 (03 Aug 2008)
36
37
38
39 1.6 net-dns/bind/bind-9.4.2_p2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.2_p2.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.2_p2.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.2_p2.ebuild?r1=1.5&r2=1.6
44
45 Index: bind-9.4.2_p2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.2_p2.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- bind-9.4.2_p2.ebuild 2 Aug 2008 20:03:45 -0000 1.5
52 +++ bind-9.4.2_p2.ebuild 3 Aug 2008 16:02:46 -0000 1.6
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.2_p2.ebuild,v 1.5 2008/08/02 20:03:45 armin76 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.2_p2.ebuild,v 1.6 2008/08/03 16:02:46 dertobi123 Exp $
58
59 inherit eutils libtool autotools toolchain-funcs flag-o-matic
60
61 @@ -14,7 +14,7 @@
62
63 LICENSE="as-is"
64 SLOT="0"
65 -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86"
66 +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
67 IUSE="ssl ipv6 doc dlz postgres berkdb mysql odbc ldap selinux idn threads resolvconf urandom"
68
69 DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )