Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-mozilla: selinux-mozilla-9999.ebuild ChangeLog
Date: Thu, 27 Nov 2014 09:59:09
Message-Id: 20141127095853.1DA8EB03F@oystercatcher.gentoo.org
1 swift 14/11/27 09:58:53
2
3 Modified: selinux-mozilla-9999.ebuild ChangeLog
4 Log:
5 Do not pull in DEPEND in RDEPEND unnecessary
6
7 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
8
9 Revision Changes Path
10 1.5 sec-policy/selinux-mozilla/selinux-mozilla-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-9999.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-9999.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-9999.ebuild?r1=1.4&r2=1.5
15
16 Index: selinux-mozilla-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-9999.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- selinux-mozilla-9999.ebuild 1 Nov 2014 16:13:35 -0000 1.4
23 +++ selinux-mozilla-9999.ebuild 27 Nov 2014 09:58:53 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-9999.ebuild,v 1.4 2014/11/01 16:13:35 swift Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-9999.ebuild,v 1.5 2014/11/27 09:58:53 swift Exp $
29 EAPI="5"
30
31 IUSE="alsa"
32 @@ -18,4 +18,6 @@
33 DEPEND="${DEPEND}
34 sec-policy/selinux-xserver
35 "
36 -RDEPEND="${DEPEND}"
37 +RDEPEND="${RDEPEND}
38 + sec-policy/selinux-xserver
39 +"
40
41
42
43 1.67 sec-policy/selinux-mozilla/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog?rev=1.67&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog?rev=1.67&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog?r1=1.66&r2=1.67
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v
52 retrieving revision 1.66
53 retrieving revision 1.67
54 diff -u -r1.66 -r1.67
55 --- ChangeLog 1 Nov 2014 17:38:31 -0000 1.66
56 +++ ChangeLog 27 Nov 2014 09:58:53 -0000 1.67
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sec-policy/selinux-mozilla
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.66 2014/11/01 17:38:31 swift Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.67 2014/11/27 09:58:53 swift Exp $
62 +
63 + 27 Nov 2014; Sven Vermeulen <swift@g.o> selinux-mozilla-9999.ebuild:
64 + Do not pull in DEPEND in RDEPEND unnecessary
65
66 01 Nov 2014; Sven Vermeulen <swift@g.o>
67 selinux-mozilla-2.20140311-r6.ebuild: