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: Thu, 10 Dec 2009 01:28:00
Message-Id: E1NIXp1-0000da-Ay@stork.gentoo.org
1 robbat2 09/12/10 01:27:59
2
3 Modified: mysql.eclass
4 Log:
5 Fix paste typo.
6
7 Revision Changes Path
8 1.123 eclass/mysql.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.123&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.123&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?r1=1.122&r2=1.123
13
14 Index: mysql.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v
17 retrieving revision 1.122
18 retrieving revision 1.123
19 diff -p -w -b -B -u -u -r1.122 -r1.123
20 --- mysql.eclass 9 Dec 2009 19:17:49 -0000 1.122
21 +++ mysql.eclass 10 Dec 2009 01:27:59 -0000 1.123
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.122 2009/12/09 19:17:49 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.123 2009/12/10 01:27:59 robbat2 Exp $
27
28 # @ECLASS: mysql.eclass
29 # @MAINTAINER:
30 @@ -159,7 +159,7 @@ mysql_version_is_at_least "5.1.12" \
31 && [[ -n "${PBXT_VERSION}" ]] \
32 && PBXT_P="pbxt-${PBXT_VERSION}" \
33 && PBXT_SRC_URI="mirror://sourceforge/pbxt/${PBXT_P}.tar.gz" \
34 -&& SRC_URI="${SRC_URI} pbxt? ( ${PBXT_SRC_URIPBXT_SRC_URI} )"
35 +&& SRC_URI="${SRC_URI} pbxt? ( ${PBXT_SRC_URI} )"
36
37 # Get the percona tarball if XTRADB_VER and PERCONA_VER are both set
38 mysql_version_is_at_least "5.1.26" \