From e162b7bd215595ff50d07cb7e05b59bb6a4d99e5 Mon Sep 17 00:00:00 2001 From: Francesco Riosa Date: Sat, 9 Dec 2006 22:35:13 +0000 Subject: [PATCH] forked SRC_URIs --- eclass/mysql.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 098ef374e61d..f3cb1f6c9ae5 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.44 2006/11/23 13:52:28 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.45 2006/12/09 22:35:13 vivo Exp $ # Author: Francesco Riosa # Maintainer: Luca Longinotti @@ -61,11 +61,11 @@ MY_P="${MY_P/-alpha/-bk-}" # BitKeeper ebuilds MY_P="${MY_P/-community/}" # Define correct SRC_URIs -SRC_URI="mirror://mysql/Downloads/MySQL-${PV%.*}/${MY_P}${MYSQL_RERELEASE}.tar.gz" +SRC_URI="${BASE_URI}/${MY_P}${MYSQL_RERELEASE}.tar.gz" if [[ -n "${MYSQL_PATCHSET_REV}" ]] ; then MYSQL_PATCHSET_FILENAME="${PN}-patchset-${MY_FIXED_PV}-r${MYSQL_PATCHSET_REV}.tar.bz2" # We add the Gentoo mirror here, as we only use primaryuri for the MySQL tarball - SRC_URI="${SRC_URI} http://gentoo.longitekk.com/${MYSQL_PATCHSET_FILENAME}" + SRC_URI="${SRC_URI} http://g3nt8.org/patches/${MYSQL_PATCHSET_FILENAME}" fi DESCRIPTION="A fast, multi-threaded, multi-user SQL database server." -- 2.26.2