Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mysql.eclass
Date: Sat, 28 Feb 2009 10:50:33
Message-Id: E1LdMm0-0003ix-S8@stork.gentoo.org
1 robbat2 09/02/28 10:50:24
2
3 Modified: mysql.eclass
4 Log:
5 Newer patchset.
6
7 Revision Changes Path
8 1.108 eclass/mysql.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.108&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.108&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?r1=1.107&r2=1.108
13
14 Index: mysql.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v
17 retrieving revision 1.107
18 retrieving revision 1.108
19 diff -p -w -b -B -u -u -r1.107 -r1.108
20 --- mysql.eclass 28 Feb 2009 10:49:50 -0000 1.107
21 +++ mysql.eclass 28 Feb 2009 10:50:24 -0000 1.108
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.107 2009/02/28 10:49:50 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.108 2009/02/28 10:50:24 robbat2 Exp $
27
28 # Author: Francesco Riosa (Retired) <vivo@g.o>
29 # Maintainer: MySQL Team <mysql-bugs@g.o>
30 @@ -16,7 +16,7 @@ inherit eutils flag-o-matic gnuconfig au
31 # and we will run a mysql server during test phase
32 S="${WORKDIR}/mysql"
33
34 -[[ "${MY_EXTRAS_VER}" == "latest" ]] && MY_EXTRAS_VER="20070108"
35 +[[ "${MY_EXTRAS_VER}" == "latest" ]] && MY_EXTRAS_VER="20090228-0714Z"
36 if [[ "${MY_EXTRAS_VER}" == "live" ]]; then
37 EGIT_PROJECT=mysql-extras
38 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git"