swift 14/08/06 10:20:36 Modified: ChangeLog selinux-base-policy-9999.ebuild Log: Supporting the SELINUX_GIT_* variables (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Revision Changes Path 1.147 sec-policy/selinux-base-policy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?rev=1.147&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?rev=1.147&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?r1=1.146&r2=1.147 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v retrieving revision 1.146 retrieving revision 1.147 diff -u -r1.146 -r1.147 --- ChangeLog 5 Aug 2014 09:23:36 -0000 1.146 +++ ChangeLog 6 Aug 2014 10:20:35 -0000 1.147 @@ -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.146 2014/08/05 09:23:36 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.147 2014/08/06 10:20:35 swift Exp $ + + 06 Aug 2014; Sven Vermeulen <[email protected]> + selinux-base-policy-9999.ebuild: + Supporting the SELINUX_GIT_* variables 05 Aug 2014; Sven Vermeulen <[email protected]> -selinux-base-policy-2.20130424-r1.ebuild, 1.8 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.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild?rev=1.8&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.7&r2=1.8 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.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- selinux-base-policy-9999.ebuild 20 Jul 2013 21:30:37 -0000 1.7 +++ selinux-base-policy-9999.ebuild 6 Aug 2014 10:20:35 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.7 2013/07/20 21:30:37 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild,v 1.8 2014/08/06 10:20:35 swift Exp $ EAPI="4" inherit eutils git-2 @@ -14,7 +14,8 @@ RDEPEND="=sec-policy/selinux-base-9999" PDEPEND="unconfined? ( sec-policy/selinux-unconfined )" DEPEND="" -EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/hardened-refpolicy.git" +EGIT_REPO_URI="${SELINUX_GIT_REPO:-git://git.overlays.gentoo.org/proj/hardened-refpolicy.git https://git.overlays.gentoo.org/gitroot/proj/hardened-refpolicy.git}" +EGIT_BRANCH="${SELINUX_GIT_BRANCH:-master}" EGIT_SOURCEDIR="${WORKDIR}/refpolicy" KEYWORDS=""
