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-dkim: selinux-dkim-9999.ebuild ChangeLog
Date: Thu, 27 Nov 2014 09:59:13
Message-Id: 20141127095853.B4622B04E@oystercatcher.gentoo.org
1 swift 14/11/27 09:58:53
2
3 Modified: selinux-dkim-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-dkim/selinux-dkim-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-dkim/selinux-dkim-9999.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-dkim/selinux-dkim-9999.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-dkim/selinux-dkim-9999.ebuild?r1=1.4&r2=1.5
15
16 Index: selinux-dkim-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-dkim/selinux-dkim-9999.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- selinux-dkim-9999.ebuild 27 Nov 2014 09:12:56 -0000 1.4
23 +++ selinux-dkim-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-dkim/selinux-dkim-9999.ebuild,v 1.4 2014/11/27 09:12:56 swift Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dkim/selinux-dkim-9999.ebuild,v 1.5 2014/11/27 09:58:53 swift Exp $
29 EAPI="5"
30
31 IUSE=""
32 @@ -19,4 +19,6 @@
33 DEPEND="${DEPEND}
34 sec-policy/selinux-milter
35 "
36 -RDEPEND="${DEPEND}"
37 +RDEPEND="${RDEPEND}
38 + sec-policy/selinux-milter
39 +"
40
41
42
43 1.50 sec-policy/selinux-dkim/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-dkim/ChangeLog?rev=1.50&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-dkim/ChangeLog?rev=1.50&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-dkim/ChangeLog?r1=1.49&r2=1.50
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-dkim/ChangeLog,v
52 retrieving revision 1.49
53 retrieving revision 1.50
54 diff -u -r1.49 -r1.50
55 --- ChangeLog 27 Nov 2014 09:12:56 -0000 1.49
56 +++ ChangeLog 27 Nov 2014 09:58:53 -0000 1.50
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sec-policy/selinux-dkim
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dkim/ChangeLog,v 1.49 2014/11/27 09:12:56 swift Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dkim/ChangeLog,v 1.50 2014/11/27 09:58:53 swift Exp $
62 +
63 + 27 Nov 2014; Sven Vermeulen <swift@g.o> selinux-dkim-9999.ebuild:
64 + Do not pull in DEPEND in RDEPEND unnecessary
65
66 27 Nov 2014; Sven Vermeulen <swift@g.o> selinux-dkim-9999.ebuild:
67 SELinux dkim policy depends on milter types, so add in dep to selinux-milter