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.8.1.ebuild
Date: Sun, 25 Sep 2011 18:26:23
Message-Id: 20110925182613.7F18320036@flycatcher.gentoo.org
1 idl0r 11/09/25 18:26:13
2
3 Modified: ChangeLog bind-9.8.1.ebuild
4 Log:
5 Remove obsolete warning.
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.355 net-dns/bind/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.355&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.355&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.354&r2=1.355
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
19 retrieving revision 1.354
20 retrieving revision 1.355
21 diff -u -r1.354 -r1.355
22 --- ChangeLog 14 Sep 2011 15:48:50 -0000 1.354
23 +++ ChangeLog 25 Sep 2011 18:26:13 -0000 1.355
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-dns/bind
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.354 2011/09/14 15:48:50 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.355 2011/09/25 18:26:13 idl0r Exp $
29 +
30 + 25 Sep 2011; Christian Ruppert <idl0r@g.o> bind-9.8.1.ebuild:
31 + Remove obsolete warning.
32
33 14 Sep 2011; Christian Ruppert <idl0r@g.o> files/named.init-r11:
34 Remove deprecated opts variable as well as --oknodo.
35
36
37
38 1.5 net-dns/bind/bind-9.8.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild?r1=1.4&r2=1.5
43
44 Index: bind-9.8.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- bind-9.8.1.ebuild 10 Sep 2011 12:38:06 -0000 1.4
51 +++ bind-9.8.1.ebuild 25 Sep 2011 18:26:13 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 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.1.ebuild,v 1.4 2011/09/10 12:38:06 idl0r Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild,v 1.5 2011/09/25 18:26:13 idl0r 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 @@ -72,13 +72,6 @@
61 S="${WORKDIR}/${MY_P}"
62
63 pkg_setup() {
64 - use threads && {
65 - ewarn
66 - ewarn "If you're in vserver enviroment, you're probably want to"
67 - ewarn "disable threads support because of linux capabilities dependency"
68 - ewarn
69 - }
70 -
71 ebegin "Creating named group and user"
72 enewgroup named 40
73 enewuser named 40 -1 /etc/bind named