swift       14/11/01 16:13:37

  Modified:             selinux-base-policy-9999.ebuild ChangeLog
  Log:
  Add KEYWORDS logic in -9999 ebuilds for ease of copying
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  Changes    Path
1.15                 
sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild?rev=1.15&view=markup
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
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

Index: selinux-base-policy-9999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- selinux-base-policy-9999.ebuild     30 Aug 2014 20:20:47 -0000      1.14
+++ selinux-base-policy-9999.ebuild     1 Nov 2014 16:13:37 -0000       1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 EAPI="5"
 
 inherit eutils
@@ -12,8 +12,12 @@
 
        inherit git-2
 
+       if [[ $PV == 9999* ]] ; then
        KEYWORDS=""
 else
+       KEYWORDS="~amd64 ~x86"
+fi
+else
        SRC_URI="http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2
                        
http://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2";
        KEYWORDS="~amd64 ~x86"
@@ -27,7 +31,11 @@
 RDEPEND="=sec-policy/selinux-base-${PVR}"
 PDEPEND="unconfined? ( sec-policy/selinux-unconfined )"
 DEPEND=""
-KEYWORDS=""
+if [[ $PV == 9999* ]] ; then
+       KEYWORDS=""
+else
+       KEYWORDS="~amd64 ~x86"
+fi
 
 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"
 LICENSE="GPL-2"



1.155                sec-policy/selinux-base-policy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?rev=1.155&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?rev=1.155&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog   30 Aug 2014 20:20:47 -0000      1.154
+++ ChangeLog   1 Nov 2014 16:13:37 -0000       1.155
@@ -1,6 +1,10 @@
 # ChangeLog for sec-policy/selinux-base-policy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 
1.154 2014/08/30 20:20:47 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 
1.155 2014/11/01 16:13:37 swift Exp $
+
+  01 Nov 2014; Sven Vermeulen <[email protected]>
+  selinux-base-policy-9999.ebuild:
+  Add KEYWORDS logic in -9999 ebuilds for ease of copying
 
   30 Aug 2014; Sven Vermeulen <[email protected]>
   selinux-base-policy-9999.ebuild:




Reply via email to