Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mysql.eclass
Date: Thu, 19 Nov 2009 20:59:41
Message-Id: E1NBE6M-0007Em-OC@stork.gentoo.org
1 hanno 09/11/19 20:59:38
2
3 Modified: mysql.eclass
4 Log:
5 adjust mysql eclass for mysql 5.4
6
7 Revision Changes Path
8 1.118 eclass/mysql.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.118&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.118&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?r1=1.117&r2=1.118
13
14 Index: mysql.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v
17 retrieving revision 1.117
18 retrieving revision 1.118
19 diff -u -r1.117 -r1.118
20 --- mysql.eclass 19 Nov 2009 18:22:44 -0000 1.117
21 +++ mysql.eclass 19 Nov 2009 20:59:38 -0000 1.118
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.117 2009/11/19 18:22:44 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.118 2009/11/19 20:59:38 hanno Exp $
27
28 # Author: Francesco Riosa (Retired) <vivo@g.o>
29 # Maintainer: MySQL Team <mysql-bugs@g.o>
30 @@ -69,6 +69,8 @@
31 MYSQL_COMMUNITY_FEATURES=1
32 elif [ "${PV#5.1}" != "${PV}" ] && mysql_version_is_at_least "5.1.28"; then
33 MYSQL_COMMUNITY_FEATURES=1
34 +elif [ "${PV#5.4}" != "${PV}" ]; then
35 + MYSQL_COMMUNITY_FEATURES=1
36 else
37 MYSQL_COMMUNITY_FEATURES=0
38 fi