Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: eclass/
Date: Fri, 01 May 2015 12:28:44
Message-Id: 1430483341.dd83f2cb3e892a3a03fe1ce35a2140304d5e4cfe.grknight@gentoo
1 commit: dd83f2cb3e892a3a03fe1ce35a2140304d5e4cfe
2 Author: layman <layman <AT> localhost>
3 AuthorDate: Fri May 1 12:29:01 2015 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 12:29:01 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=dd83f2cb
7
8 Update git hostnames for extras
9
10 eclass/mysql-multilib.eclass | 2 +-
11 eclass/mysql-v2.eclass | 4 ++--
12 eclass/mysql.eclass | 4 ++--
13 3 files changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass
16 index 3875a54..c7c2696 100644
17 --- a/eclass/mysql-multilib.eclass
18 +++ b/eclass/mysql-multilib.eclass
19 @@ -51,7 +51,7 @@ S="${WORKDIR}/mysql"
20
21 [[ ${MY_EXTRAS_VER} == "latest" ]] && MY_EXTRAS_VER="20090228-0714Z"
22 if [[ ${MY_EXTRAS_VER} == "live" ]]; then
23 - EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git"
24 + EGIT_REPO_URI="git://anongit.gentoo.org/proj/mysql-extras.git"
25 EGIT_CHECKOUT_DIR=${WORKDIR}/mysql-extras
26 EGIT_CLONE_TYPE=shallow
27 fi
28
29 diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
30 index 04741ca..f613204 100644
31 --- a/eclass/mysql-v2.eclass
32 +++ b/eclass/mysql-v2.eclass
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 +# Copyright 1999-2015 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.36 2015/02/16 14:37:50 grknight Exp $
38
39 @@ -70,7 +70,7 @@ S="${WORKDIR}/mysql"
40
41 [[ ${MY_EXTRAS_VER} == "latest" ]] && MY_EXTRAS_VER="20090228-0714Z"
42 if [[ ${MY_EXTRAS_VER} == "live" ]]; then
43 - EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git"
44 + EGIT_REPO_URI="git://anongit.gentoo.org/proj/mysql-extras.git"
45 EGIT_CHECKOUT_DIR=${WORKDIR}/mysql-extras
46 EGIT_CLONE_TYPE=shallow
47 fi
48
49 diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
50 index cfad07e..4271a6c 100644
51 --- a/eclass/mysql.eclass
52 +++ b/eclass/mysql.eclass
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.181 2014/07/29 20:24:00 robbat2 Exp $
58
59 @@ -27,7 +27,7 @@ S="${WORKDIR}/mysql"
60
61 [[ "${MY_EXTRAS_VER}" == "latest" ]] && MY_EXTRAS_VER="20090228-0714Z"
62 if [[ "${MY_EXTRAS_VER}" == "live" ]]; then
63 - EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git"
64 + EGIT_REPO_URI="git://anongit.gentoo.org/proj/mysql-extras.git"
65 EGIT_CHECKOUT_DIR=${WORKDIR}/mysql-extras
66 EGIT_CLONE_TYPE=shallow
67 inherit git-r3