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: bind-9.7.0_p2-r1.ebuild ChangeLog bind-9.7.1.ebuild bind-9.6.2_p2.ebuild
Date: Tue, 29 Jun 2010 16:02:47
Message-Id: 20100629160233.2FDFA2C5F4@corvid.gentoo.org
1 idl0r 10/06/29 16:02:33
2
3 Modified: bind-9.7.0_p2-r1.ebuild ChangeLog bind-9.7.1.ebuild
4 bind-9.6.2_p2.ebuild
5 Log:
6 Add sys-process/psmisc RDEPEND, its used in the init script.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 net-dns/bind/bind-9.7.0_p2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild?r1=1.7&r2=1.8
15
16 Index: bind-9.7.0_p2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- bind-9.7.0_p2-r1.ebuild 28 Jun 2010 21:07:36 -0000 1.7
23 +++ bind-9.7.0_p2-r1.ebuild 29 Jun 2010 16:02:32 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild,v 1.7 2010/06/28 21:07:36 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild,v 1.8 2010/06/29 16:02:32 idl0r Exp $
29
30 EAPI="3"
31
32 @@ -42,7 +42,8 @@
33
34 RDEPEND="${DEPEND}
35 selinux? ( sec-policy/selinux-bind )
36 - resolvconf? ( net-dns/openresolv )"
37 + resolvconf? ( net-dns/openresolv )
38 + sys-process/psmisc"
39
40 S="${WORKDIR}/${MY_P}"
41
42
43
44
45 1.283 net-dns/bind/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.283&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.283&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.282&r2=1.283
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
54 retrieving revision 1.282
55 retrieving revision 1.283
56 diff -u -r1.282 -r1.283
57 --- ChangeLog 28 Jun 2010 21:00:55 -0000 1.282
58 +++ ChangeLog 29 Jun 2010 16:02:32 -0000 1.283
59 @@ -1,6 +1,10 @@
60 # ChangeLog for net-dns/bind
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.282 2010/06/28 21:00:55 idl0r Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.283 2010/06/29 16:02:32 idl0r Exp $
64 +
65 + 29 Jun 2010; Christian Ruppert <idl0r@g.o> bind-9.6.2_p2.ebuild,
66 + bind-9.7.0_p2-r1.ebuild, bind-9.7.1.ebuild:
67 + Add sys-process/psmisc RDEPEND, its used in the init script.
68
69 28 Jun 2010; Christian Ruppert <idl0r@g.o> bind-9.6.2_p2.ebuild,
70 bind-9.7.0_p2-r1.ebuild, bind-9.7.1.ebuild:
71
72
73
74 1.5 net-dns/bind/bind-9.7.1.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.1.ebuild?rev=1.5&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.1.ebuild?rev=1.5&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.1.ebuild?r1=1.4&r2=1.5
79
80 Index: bind-9.7.1.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.1.ebuild,v
83 retrieving revision 1.4
84 retrieving revision 1.5
85 diff -u -r1.4 -r1.5
86 --- bind-9.7.1.ebuild 28 Jun 2010 21:07:36 -0000 1.4
87 +++ bind-9.7.1.ebuild 29 Jun 2010 16:02:32 -0000 1.5
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2010 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.1.ebuild,v 1.4 2010/06/28 21:07:36 idl0r Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.1.ebuild,v 1.5 2010/06/29 16:02:32 idl0r Exp $
93
94 EAPI="3"
95
96 @@ -42,7 +42,8 @@
97
98 RDEPEND="${DEPEND}
99 selinux? ( sec-policy/selinux-bind )
100 - resolvconf? ( net-dns/openresolv )"
101 + resolvconf? ( net-dns/openresolv )
102 + sys-process/psmisc"
103
104 S="${WORKDIR}/${MY_P}"
105
106
107
108
109 1.8 net-dns/bind/bind-9.6.2_p2.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild?rev=1.8&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild?rev=1.8&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild?r1=1.7&r2=1.8
114
115 Index: bind-9.6.2_p2.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild,v
118 retrieving revision 1.7
119 retrieving revision 1.8
120 diff -u -r1.7 -r1.8
121 --- bind-9.6.2_p2.ebuild 28 Jun 2010 21:07:36 -0000 1.7
122 +++ bind-9.6.2_p2.ebuild 29 Jun 2010 16:02:32 -0000 1.8
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2010 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild,v 1.7 2010/06/28 21:07:36 idl0r Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild,v 1.8 2010/06/29 16:02:32 idl0r Exp $
128
129 EAPI="3"
130
131 @@ -42,7 +42,8 @@
132
133 RDEPEND="${DEPEND}
134 selinux? ( sec-policy/selinux-bind )
135 - resolvconf? ( net-dns/openresolv )"
136 + resolvconf? ( net-dns/openresolv )
137 + sys-process/psmisc"
138
139 S="${WORKDIR}/${MY_P}"