diff options
Diffstat (limited to 'dev-db/mysql/mysql-4.0.25-r2.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.0.25-r2.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-db/mysql/mysql-4.0.25-r2.ebuild b/dev-db/mysql/mysql-4.0.25-r2.ebuild index fb76da8e5434..49b713b59164 100644 --- a/dev-db/mysql/mysql-4.0.25-r2.ebuild +++ b/dev-db/mysql/mysql-4.0.25-r2.ebuild @@ -1,13 +1,10 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.25-r2.ebuild,v 1.31 2006/12/09 22:33:45 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.25-r2.ebuild,v 1.32 2007/01/03 15:18:12 vivo Exp $ # Leave this empty MYSQL_VERSION_ID="" -MYSQL_RERELEASE="" -# Set the patchset revision to use, must be either empty or a decimal number -MYSQL_PATCHSET_REV="1" -BASE_URI="mirror://mysql/Downloads/MySQL-${PV%.*}" +SERVER_URI="mirror://mysql/Downloads/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz" inherit mysql |