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: Sun, 31 Jan 2010 03:06:06
Message-Id: E1NbQ8J-0000Lt-CB@stork.gentoo.org
1 robbat2 10/01/31 03:05:55
2
3 Modified: mysql.eclass
4 Log:
5 Add an extra backup location for the mysql-extras tarballs.
6
7 Revision Changes Path
8 1.124 eclass/mysql.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.124&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.124&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?r1=1.123&r2=1.124
13
14 Index: mysql.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v
17 retrieving revision 1.123
18 retrieving revision 1.124
19 diff -p -w -b -B -u -u -r1.123 -r1.124
20 --- mysql.eclass 10 Dec 2009 01:27:59 -0000 1.123
21 +++ mysql.eclass 31 Jan 2010 03:05:54 -0000 1.124
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 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.123 2009/12/10 01:27:59 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.124 2010/01/31 03:05:54 robbat2 Exp $
27
28 # @ECLASS: mysql.eclass
29 # @MAINTAINER:
30 @@ -152,7 +152,8 @@ SRC_URI="${SERVER_URI}"
31 [[ ${MY_EXTRAS_VER} != live ]] \
32 && SRC_URI="${SRC_URI}
33 mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
34 - http://g3nt8.org/patches/mysql-extras-${MY_EXTRAS_VER}.tar.bz2"
35 + http://g3nt8.org/patches/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
36 + http://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2"
37
38 # PBXT engine
39 mysql_version_is_at_least "5.1.12" \