summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-05-31 20:45:49 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-05-31 20:45:49 +0000
commit8bfd244d422a4c981f98966174627cf8b2463e4f (patch)
tree277e6d8b1c60fc85a2452578f7a164583ba8c9c1 /eclass/mysql.eclass
parentVersion bumped. (diff)
downloadhistorical-8bfd244d422a4c981f98966174627cf8b2463e4f.tar.gz
historical-8bfd244d422a4c981f98966174627cf8b2463e4f.tar.bz2
historical-8bfd244d422a4c981f98966174627cf8b2463e4f.zip
Cosmetic fixes.
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r--eclass/mysql.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index 9f2b408fc43a..0f179924a185 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.31 2006/05/15 00:48:11 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.32 2006/05/31 20:45:49 chtekk Exp $
# Author: Francesco Riosa <vivo@gentoo.org>
# Maintainer: Luca Longinotti <chtekk@gentoo.org>
@@ -52,9 +52,9 @@ MY_FIXED_PV="${MY_FIXED_PV/_rc/}"
# Define correct SRC_URIs
SRC_URI="mirror://mysql/Downloads/MySQL-${PV%.*}/${P/_/-}.tar.gz"
-if [[ -n "${MYSQL_PATCHSET_REV}" ]]; then
+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.
+ # We add the Gentoo mirror here, as we only use primaryuri for the MySQL tarball
SRC_URI="${SRC_URI} mirror://gentoo/${MYSQL_PATCHSET_FILENAME} http://gentoo.longitekk.com/${MYSQL_PATCHSET_FILENAME}"
fi