Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: selinux-policy-2.eclass
Date: Sun, 24 Aug 2014 07:54:40
Message-Id: 20140824075437.A63A03C88@oystercatcher.gentoo.org
1 swift 14/08/24 07:54:37
2
3 Modified: selinux-policy-2.eclass
4 Log:
5 Back to gogo infrastructure
6
7 Revision Changes Path
8 1.26 eclass/selinux-policy-2.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/selinux-policy-2.eclass?rev=1.26&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/selinux-policy-2.eclass?rev=1.26&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/selinux-policy-2.eclass?r1=1.25&r2=1.26
13
14 Index: selinux-policy-2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v
17 retrieving revision 1.25
18 retrieving revision 1.26
19 diff -u -r1.25 -r1.26
20 --- selinux-policy-2.eclass 23 Aug 2014 16:16:37 -0000 1.25
21 +++ selinux-policy-2.eclass 24 Aug 2014 07:54:37 -0000 1.26
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2014 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.25 2014/08/23 16:16:37 swift Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.26 2014/08/24 07:54:37 swift Exp $
27
28 # Eclass for installing SELinux policy, and optionally
29 # reloading the reference-policy based modules.
30 @@ -63,7 +63,7 @@
31 # using a single variable, rather than having to set the packagename_LIVE_REPO
32 # variable for each and every SELinux policy module package they want to install.
33 # The default value is Gentoo's hardened-refpolicy repository.
34 -: ${SELINUX_GIT_REPO:="https://github.com/sjvermeu/hardened-refpolicy.git git://git.overlays.gentoo.org/proj/hardened-refpolicy.git https://git.overlays.gentoo.org/gitroot/proj/hardened-refpolicy.git"};
35 +: ${SELINUX_GIT_REPO:="git://git.overlays.gentoo.org/proj/hardened-refpolicy.git https://git.overlays.gentoo.org/gitroot/proj/hardened-refpolicy.git"};
36
37 # @ECLASS-VARIABLE: SELINUX_GIT_BRANCH
38 # @DESCRIPTION: