Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/screen: screen-4.0.3-r7.ebuild screen-4.2.1-r2.ebuild screen-4.0.3-r8.ebuild ChangeLog screen-4.0.3-r6.ebuild screen-9999.ebuild
Date: Sat, 01 Nov 2014 11:47:29
Message-Id: 20141101114725.8AC029349@oystercatcher.gentoo.org
1 swegener 14/11/01 11:47:25
2
3 Modified: screen-4.0.3-r7.ebuild screen-4.2.1-r2.ebuild
4 screen-4.0.3-r8.ebuild ChangeLog
5 screen-4.0.3-r6.ebuild screen-9999.ebuild
6 Log:
7 Move selinux policy to RDEPEND, bug #527730.
8
9 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
10
11 Revision Changes Path
12 1.6 app-misc/screen/screen-4.0.3-r7.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r7.ebuild?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r7.ebuild?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r7.ebuild?r1=1.5&r2=1.6
17
18 Index: screen-4.0.3-r7.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r7.ebuild,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- screen-4.0.3-r7.ebuild 10 Mar 2014 21:21:35 -0000 1.5
25 +++ screen-4.0.3-r7.ebuild 1 Nov 2014 11:47:25 -0000 1.6
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r7.ebuild,v 1.5 2014/03/10 21:21:35 swegener Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r7.ebuild,v 1.6 2014/11/01 11:47:25 swegener Exp $
31
32 EAPI=4
33
34 @@ -17,10 +17,10 @@
35 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
36 IUSE="debug nethack pam selinux multiuser"
37
38 -RDEPEND=">=sys-libs/ncurses-5.2
39 - pam? ( virtual/pam )
40 +DEPEND=">=sys-libs/ncurses-5.2
41 + pam? ( virtual/pam )"
42 +RDEPEND="${DEPEND}
43 selinux? ( sec-policy/selinux-screen )"
44 -DEPEND="${RDEPEND}"
45
46 pkg_setup() {
47 # Make sure utmp group exists, as it's used later on.
48
49
50
51 1.6 app-misc/screen/screen-4.2.1-r2.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.2.1-r2.ebuild?rev=1.6&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.2.1-r2.ebuild?rev=1.6&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.2.1-r2.ebuild?r1=1.5&r2=1.6
56
57 Index: screen-4.2.1-r2.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.2.1-r2.ebuild,v
60 retrieving revision 1.5
61 retrieving revision 1.6
62 diff -u -r1.5 -r1.6
63 --- screen-4.2.1-r2.ebuild 2 Oct 2014 18:41:59 -0000 1.5
64 +++ screen-4.2.1-r2.ebuild 1 Nov 2014 11:47:25 -0000 1.6
65 @@ -1,6 +1,6 @@
66 # Copyright 1999-2014 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.2.1-r2.ebuild,v 1.5 2014/10/02 18:41:59 grobian Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.2.1-r2.ebuild,v 1.6 2014/11/01 11:47:25 swegener Exp $
70
71 EAPI=5
72
73 @@ -15,12 +15,12 @@
74 KEYWORDS=" ~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
75 IUSE="debug nethack pam selinux multiuser"
76
77 -RDEPEND=">=sys-libs/ncurses-5.2
78 - pam? ( virtual/pam )
79 +CDEPEND=">=sys-libs/ncurses-5.2
80 + pam? ( virtual/pam )"
81 +RDEPEND="${CDEPEND}
82 selinux? ( sec-policy/selinux-screen )"
83 -DEPEND="${RDEPEND}
84 +DEPEND="${CDEPEND}
85 sys-apps/texinfo"
86 -RDEPEND="${RDEPEND}"
87
88 pkg_setup() {
89 # Make sure utmp group exists, as it's used later on.
90
91
92
93 1.8 app-misc/screen/screen-4.0.3-r8.ebuild
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r8.ebuild?rev=1.8&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r8.ebuild?rev=1.8&content-type=text/plain
97 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r8.ebuild?r1=1.7&r2=1.8
98
99 Index: screen-4.0.3-r8.ebuild
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r8.ebuild,v
102 retrieving revision 1.7
103 retrieving revision 1.8
104 diff -u -r1.7 -r1.8
105 --- screen-4.0.3-r8.ebuild 30 Aug 2014 10:32:59 -0000 1.7
106 +++ screen-4.0.3-r8.ebuild 1 Nov 2014 11:47:25 -0000 1.8
107 @@ -1,6 +1,6 @@
108 # Copyright 1999-2014 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 -# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r8.ebuild,v 1.7 2014/08/30 10:32:59 polynomial-c Exp $
111 +# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r8.ebuild,v 1.8 2014/11/01 11:47:25 swegener Exp $
112
113 EAPI=4
114
115 @@ -17,11 +17,10 @@
116 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
117 IUSE="debug nethack pam selinux multiuser"
118
119 -RDEPEND=">=sys-libs/ncurses-5.2
120 - pam? ( virtual/pam )
121 - selinux? ( sec-policy/selinux-screen )"
122 -DEPEND="${RDEPEND}"
123 -RDEPEND="${RDEPEND}
124 +DEPEND=">=sys-libs/ncurses-5.2
125 + pam? ( virtual/pam )"
126 +RDEPEND="${DEPEND}
127 + selinux? ( sec-policy/selinux-screen )
128 !<sys-apps/openrc-0.11.6"
129
130 pkg_setup() {
131
132
133
134 1.202 app-misc/screen/ChangeLog
135
136 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/ChangeLog?rev=1.202&view=markup
137 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/ChangeLog?rev=1.202&content-type=text/plain
138 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/ChangeLog?r1=1.201&r2=1.202
139
140 Index: ChangeLog
141 ===================================================================
142 RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v
143 retrieving revision 1.201
144 retrieving revision 1.202
145 diff -u -r1.201 -r1.202
146 --- ChangeLog 2 Oct 2014 18:41:59 -0000 1.201
147 +++ ChangeLog 1 Nov 2014 11:47:25 -0000 1.202
148 @@ -1,6 +1,11 @@
149 # ChangeLog for app-misc/screen
150 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
151 -# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.201 2014/10/02 18:41:59 grobian Exp $
152 +# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.202 2014/11/01 11:47:25 swegener Exp $
153 +
154 + 01 Nov 2014; Sven Wegener <swegener@g.o> screen-4.0.3-r6.ebuild,
155 + screen-4.0.3-r7.ebuild, screen-4.0.3-r8.ebuild, screen-4.2.1-r2.ebuild,
156 + screen-9999.ebuild:
157 + Move selinux policy to RDEPEND, bug #527730.
158
159 02 Oct 2014; Fabian Groffen <grobian@g.o> screen-4.2.1-r2.ebuild:
160 Extend Solaris fix to allow compilation
161
162
163
164 1.6 app-misc/screen/screen-4.0.3-r6.ebuild
165
166 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r6.ebuild?rev=1.6&view=markup
167 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r6.ebuild?rev=1.6&content-type=text/plain
168 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r6.ebuild?r1=1.5&r2=1.6
169
170 Index: screen-4.0.3-r6.ebuild
171 ===================================================================
172 RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r6.ebuild,v
173 retrieving revision 1.5
174 retrieving revision 1.6
175 diff -u -r1.5 -r1.6
176 --- screen-4.0.3-r6.ebuild 10 Mar 2014 21:21:35 -0000 1.5
177 +++ screen-4.0.3-r6.ebuild 1 Nov 2014 11:47:25 -0000 1.6
178 @@ -1,6 +1,6 @@
179 # Copyright 1999-2014 Gentoo Foundation
180 # Distributed under the terms of the GNU General Public License v2
181 -# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r6.ebuild,v 1.5 2014/03/10 21:21:35 swegener Exp $
182 +# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r6.ebuild,v 1.6 2014/11/01 11:47:25 swegener Exp $
183
184 EAPI=4
185
186 @@ -17,10 +17,10 @@
187 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
188 IUSE="debug nethack pam selinux multiuser"
189
190 -RDEPEND=">=sys-libs/ncurses-5.2
191 - pam? ( virtual/pam )
192 +DEPEND=">=sys-libs/ncurses-5.2
193 + pam? ( virtual/pam )"
194 +RDEPEND="${DEPEND}
195 selinux? ( sec-policy/selinux-screen )"
196 -DEPEND="${RDEPEND}"
197
198 pkg_setup() {
199 # Make sure utmp group exists, as it's used later on.
200
201
202
203 1.5 app-misc/screen/screen-9999.ebuild
204
205 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-9999.ebuild?rev=1.5&view=markup
206 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-9999.ebuild?rev=1.5&content-type=text/plain
207 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-9999.ebuild?r1=1.4&r2=1.5
208
209 Index: screen-9999.ebuild
210 ===================================================================
211 RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/screen-9999.ebuild,v
212 retrieving revision 1.4
213 retrieving revision 1.5
214 diff -u -r1.4 -r1.5
215 --- screen-9999.ebuild 30 Aug 2014 10:32:59 -0000 1.4
216 +++ screen-9999.ebuild 1 Nov 2014 11:47:25 -0000 1.5
217 @@ -1,6 +1,6 @@
218 # Copyright 1999-2014 Gentoo Foundation
219 # Distributed under the terms of the GNU General Public License v2
220 -# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-9999.ebuild,v 1.4 2014/08/30 10:32:59 polynomial-c Exp $
221 +# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-9999.ebuild,v 1.5 2014/11/01 11:47:25 swegener Exp $
222
223 EAPI=5
224
225 @@ -20,12 +20,12 @@
226 KEYWORDS=""
227 IUSE="debug nethack pam selinux multiuser"
228
229 -RDEPEND=">=sys-libs/ncurses-5.2
230 - pam? ( virtual/pam )
231 +CDEPEND=">=sys-libs/ncurses-5.2
232 + pam? ( virtual/pam )"
233 +RDEPEND="${CDEPEND}
234 selinux? ( sec-policy/selinux-screen )"
235 -DEPEND="${RDEPEND}
236 +DEPEND="${CDEPEND}
237 sys-apps/texinfo"
238 -RDEPEND="${RDEPEND}"
239
240 S="${WORKDIR}"/${P}/src