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: Sat, 23 Aug 2014 16:16:41
Message-Id: 20140823161637.3A4543ACB@oystercatcher.gentoo.org
1 swift 14/08/23 16:16:37
2
3 Modified: selinux-policy-2.eclass
4 Log:
5 Temporarily switch to github for live ebuilds until gogo is working again
6
7 Revision Changes Path
8 1.25 eclass/selinux-policy-2.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/selinux-policy-2.eclass?rev=1.25&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/selinux-policy-2.eclass?rev=1.25&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/selinux-policy-2.eclass?r1=1.24&r2=1.25
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.24
18 retrieving revision 1.25
19 diff -u -r1.24 -r1.25
20 --- selinux-policy-2.eclass 23 Aug 2014 10:37:18 -0000 1.24
21 +++ selinux-policy-2.eclass 23 Aug 2014 16:16:37 -0000 1.25
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.24 2014/08/23 10:37:18 swift Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.25 2014/08/23 16:16: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:="git://git.overlays.gentoo.org/proj/hardened-refpolicy.git https://git.overlays.gentoo.org/gitroot/proj/hardened-refpolicy.git"};
35 +: ${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"};
36
37 # @ECLASS-VARIABLE: SELINUX_GIT_BRANCH
38 # @DESCRIPTION: