From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 32481138989 for ; Fri, 1 May 2015 12:28:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2669E0829; Fri, 1 May 2015 12:28:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4579FE0829 for ; Fri, 1 May 2015 12:28:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48AE5340C24 for ; Fri, 1 May 2015 12:28:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3E9498E for ; Fri, 1 May 2015 12:28:37 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1430483341.dd83f2cb3e892a3a03fe1ce35a2140304d5e4cfe.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-multilib.eclass eclass/mysql-v2.eclass eclass/mysql.eclass X-VCS-Directories: eclass/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: dd83f2cb3e892a3a03fe1ce35a2140304d5e4cfe X-VCS-Branch: master Date: Fri, 1 May 2015 12:28:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c7609cec-13e0-4b35-ae85-f20e89be5326 X-Archives-Hash: 3adb8c5b94b45531214e842ddcb5633c commit: dd83f2cb3e892a3a03fe1ce35a2140304d5e4cfe Author: layman localhost> AuthorDate: Fri May 1 12:29:01 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri May 1 12:29:01 2015 +0000 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=dd83f2cb Update git hostnames for extras eclass/mysql-multilib.eclass | 2 +- eclass/mysql-v2.eclass | 4 ++-- eclass/mysql.eclass | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass index 3875a54..c7c2696 100644 --- a/eclass/mysql-multilib.eclass +++ b/eclass/mysql-multilib.eclass @@ -51,7 +51,7 @@ S="${WORKDIR}/mysql" [[ ${MY_EXTRAS_VER} == "latest" ]] && MY_EXTRAS_VER="20090228-0714Z" if [[ ${MY_EXTRAS_VER} == "live" ]]; then - EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" + EGIT_REPO_URI="git://anongit.gentoo.org/proj/mysql-extras.git" EGIT_CHECKOUT_DIR=${WORKDIR}/mysql-extras EGIT_CLONE_TYPE=shallow fi diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index 04741ca..f613204 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.36 2015/02/16 14:37:50 grknight Exp $ @@ -70,7 +70,7 @@ S="${WORKDIR}/mysql" [[ ${MY_EXTRAS_VER} == "latest" ]] && MY_EXTRAS_VER="20090228-0714Z" if [[ ${MY_EXTRAS_VER} == "live" ]]; then - EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" + EGIT_REPO_URI="git://anongit.gentoo.org/proj/mysql-extras.git" EGIT_CHECKOUT_DIR=${WORKDIR}/mysql-extras EGIT_CLONE_TYPE=shallow fi diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index cfad07e..4271a6c 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.181 2014/07/29 20:24:00 robbat2 Exp $ @@ -27,7 +27,7 @@ S="${WORKDIR}/mysql" [[ "${MY_EXTRAS_VER}" == "latest" ]] && MY_EXTRAS_VER="20090228-0714Z" if [[ "${MY_EXTRAS_VER}" == "live" ]]; then - EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" + EGIT_REPO_URI="git://anongit.gentoo.org/proj/mysql-extras.git" EGIT_CHECKOUT_DIR=${WORKDIR}/mysql-extras EGIT_CLONE_TYPE=shallow inherit git-r3