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-base-policy: selinux-base-policy-9999.ebuild ChangeLog
Date: Sat, 01 Nov 2014 16:14:59
Message-Id: 20141101161337.22F4893EB@oystercatcher.gentoo.org
1 swift 14/11/01 16:13:37
2
3 Modified: selinux-base-policy-9999.ebuild ChangeLog
4 Log:
5 Add KEYWORDS logic in -9999 ebuilds for ease of copying
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.15 sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild?r1=1.14&r2=1.15
15
16 Index: selinux-base-policy-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- selinux-base-policy-9999.ebuild 30 Aug 2014 20:20:47 -0000 1.14
23 +++ selinux-base-policy-9999.ebuild 1 Nov 2014 16:13:37 -0000 1.15
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-base-policy/selinux-base-policy-9999.ebuild,v 1.14 2014/08/30 20:20:47 swift Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild,v 1.15 2014/11/01 16:13:37 swift Exp $
29 EAPI="5"
30
31 inherit eutils
32 @@ -12,8 +12,12 @@
33
34 inherit git-2
35
36 + if [[ $PV == 9999* ]] ; then
37 KEYWORDS=""
38 else
39 + KEYWORDS="~amd64 ~x86"
40 +fi
41 +else
42 SRC_URI="http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2
43 http://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2"
44 KEYWORDS="~amd64 ~x86"
45 @@ -27,7 +31,11 @@
46 RDEPEND="=sec-policy/selinux-base-${PVR}"
47 PDEPEND="unconfined? ( sec-policy/selinux-unconfined )"
48 DEPEND=""
49 -KEYWORDS=""
50 +if [[ $PV == 9999* ]] ; then
51 + KEYWORDS=""
52 +else
53 + KEYWORDS="~amd64 ~x86"
54 +fi
55
56 MODS="application authlogin bootloader clock consoletype cron dmesg fstools getty hostname hotplug init iptables libraries locallogin logging lvm miscfiles modutils mount mta netutils nscd portage raid rsync selinuxutil setrans ssh staff storage su sysadm sysnetwork tmpfiles udev userdomain usermanage unprivuser xdg"
57 LICENSE="GPL-2"
58
59
60
61 1.155 sec-policy/selinux-base-policy/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?rev=1.155&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?rev=1.155&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?r1=1.154&r2=1.155
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v
70 retrieving revision 1.154
71 retrieving revision 1.155
72 diff -u -r1.154 -r1.155
73 --- ChangeLog 30 Aug 2014 20:20:47 -0000 1.154
74 +++ ChangeLog 1 Nov 2014 16:13:37 -0000 1.155
75 @@ -1,6 +1,10 @@
76 # ChangeLog for sec-policy/selinux-base-policy
77 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.154 2014/08/30 20:20:47 swift Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.155 2014/11/01 16:13:37 swift Exp $
80 +
81 + 01 Nov 2014; Sven Vermeulen <swift@g.o>
82 + selinux-base-policy-9999.ebuild:
83 + Add KEYWORDS logic in -9999 ebuilds for ease of copying
84
85 30 Aug 2014; Sven Vermeulen <swift@g.o>
86 selinux-base-policy-9999.ebuild: