diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-12-09 22:35:13 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-12-09 22:35:13 +0000 |
commit | 24e13ddbdf5e3ba28e8f99ad135490002a67f1af (patch) | |
tree | e693e668c6d2e306c23e2e5f445313e44481aa50 /eclass | |
parent | version bump (diff) | |
download | gentoo-2-24e13ddbdf5e3ba28e8f99ad135490002a67f1af.tar.gz gentoo-2-24e13ddbdf5e3ba28e8f99ad135490002a67f1af.tar.bz2 gentoo-2-24e13ddbdf5e3ba28e8f99ad135490002a67f1af.zip |
forked SRC_URIs
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql.eclass | 6 |
1 files 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 <vivo@gentoo.org> # Maintainer: Luca Longinotti <chtekk@gentoo.org> @@ -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." |