perfinion    15/04/21 11:19:10

  Modified:             ChangeLog selinux-policy-2.eclass
  Log:
  update git urls and migrate git-2 -> git-r3

Revision  Changes    Path
1.1591               eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1591&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1591&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1590&r2=1.1591

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1590
retrieving revision 1.1591
diff -u -r1.1590 -r1.1591
--- ChangeLog   19 Apr 2015 18:22:15 -0000      1.1590
+++ ChangeLog   21 Apr 2015 11:19:10 -0000      1.1591
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1590 2015/04/19 
18:22:15 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1591 2015/04/21 
11:19:10 perfinion Exp $
+
+  21 Apr 2015; Jason Zaman <[email protected]> selinux-policy-2.eclass:
+  update git urls and migrate git-2 -> git-r3
 
   19 Apr 2015; Michael Palimaka <[email protected]> qt5-build.eclass:
   Sync with qt overlay - export AR and OBJDUMP too, use new configure option
@@ -35,7 +38,7 @@
   accidentally enabled in a previous revision). Fixes bug #545174 by Toralf
   Förster.
 
-  04 Apr 2015; <[email protected]> selinux-policy-2.eclass:
+  04 Apr 2015; Jason Zaman <[email protected]> selinux-policy-2.eclass:
   Drop EAPI<5 from selinux-policy-2.eclass
 
   01 Apr 2015; Davide Pesavento <[email protected]> qt4-build.eclass,



1.32                 eclass/selinux-policy-2.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/selinux-policy-2.eclass?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/selinux-policy-2.eclass?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/selinux-policy-2.eclass?r1=1.31&r2=1.32

Index: selinux-policy-2.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- selinux-policy-2.eclass     4 Apr 2015 17:11:35 -0000       1.31
+++ selinux-policy-2.eclass     21 Apr 2015 11:19:10 -0000      1.32
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.31 
2015/04/04 17:11:35 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.32 
2015/04/21 11:19:10 perfinion Exp $
 
 # Eclass for installing SELinux policy, and optionally
 # reloading the reference-policy based modules.
@@ -63,7 +63,7 @@
 # using a single variable, rather than having to set the packagename_LIVE_REPO
 # variable for each and every SELinux policy module package they want to 
install.
 # The default value is Gentoo's hardened-refpolicy repository.
-: 
${SELINUX_GIT_REPO:="git://git.overlays.gentoo.org/proj/hardened-refpolicy.git 
https://git.overlays.gentoo.org/gitroot/proj/hardened-refpolicy.git"};
+: ${SELINUX_GIT_REPO:="git://anongit.gentoo.org/proj/hardened-refpolicy.git 
https://anongit.gentoo.org/git/proj/hardened-refpolicy.git"};
 
 # @ECLASS-VARIABLE: SELINUX_GIT_BRANCH
 # @DESCRIPTION:
@@ -76,10 +76,10 @@
 
 extra_eclass=""
 case ${BASEPOL} in
-       9999)   extra_eclass="git-2";
+       9999)   extra_eclass="git-r3";
                        EGIT_REPO_URI="${SELINUX_GIT_REPO}";
                        EGIT_BRANCH="${SELINUX_GIT_BRANCH}";
-                       EGIT_SOURCEDIR="${WORKDIR}/refpolicy";;
+                       EGIT_CHECKOUT_DIR="${WORKDIR}/refpolicy";;
 esac
 
 inherit eutils ${extra_eclass}
@@ -132,7 +132,7 @@
        then
                unpack ${A}
        else
-               git-2_src_unpack
+               git-r3_src_unpack
        fi
 }
 




Reply via email to