swift 14/08/06 10:20:02 Modified: selinux-base-9999.ebuild ChangeLog 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.8 sec-policy/selinux-base/selinux-base-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base/selinux-base-9999.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base/selinux-base-9999.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base/selinux-base-9999.ebuild?r1=1.7&r2=1.8 Index: selinux-base-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base/selinux-base-9999.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- selinux-base-9999.ebuild 15 Aug 2013 09:39:28 -0000 1.7 +++ selinux-base-9999.ebuild 6 Aug 2014 10:20:02 -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/selinux-base-9999.ebuild,v 1.7 2013/08/15 09:39:28 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base/selinux-base-9999.ebuild,v 1.8 2014/08/06 10:20:02 swift Exp $ EAPI="4" inherit eutils git-2 @@ -9,7 +9,8 @@ DESCRIPTION="Gentoo base policy for SELinux" HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/" -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" LICENSE="GPL-2" SLOT="0" 1.47 sec-policy/selinux-base/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base/ChangeLog?rev=1.47&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base/ChangeLog?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base/ChangeLog?r1=1.46&r2=1.47 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- ChangeLog 5 Aug 2014 09:23:36 -0000 1.46 +++ ChangeLog 6 Aug 2014 10:20:02 -0000 1.47 @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-base # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base/ChangeLog,v 1.46 2014/08/05 09:23:36 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base/ChangeLog,v 1.47 2014/08/06 10:20:02 swift Exp $ + + 06 Aug 2014; Sven Vermeulen <[email protected]> selinux-base-9999.ebuild: + Supporting the SELINUX_GIT_* variables 05 Aug 2014; Sven Vermeulen <[email protected]> -selinux-base-2.20130424-r1.ebuild, -selinux-base-2.20130424-r2.ebuild,
