Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mysql.eclass
Date: Mon, 12 Jan 2009 23:08:19
Message-Id: E1LMVtJ-0002kv-7L@stork.gentoo.org
1 maekke 09/01/12 23:08:17
2
3 Modified: mysql.eclass
4 Log:
5 whitespace
6
7 Revision Changes Path
8 1.103 eclass/mysql.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.103&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.103&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?r1=1.102&r2=1.103
13
14 Index: mysql.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v
17 retrieving revision 1.102
18 retrieving revision 1.103
19 diff -u -r1.102 -r1.103
20 --- mysql.eclass 29 Nov 2008 02:30:43 -0000 1.102
21 +++ mysql.eclass 12 Jan 2009 23:08:17 -0000 1.103
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.102 2008/11/29 02:30:43 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.103 2009/01/12 23:08:17 maekke Exp $
27
28 # Author: Francesco Riosa (Retired) <vivo@g.o>
29 # Maintainer: MySQL Team <mysql-bugs@g.o>
30 @@ -358,7 +358,7 @@
31 else
32 myconf="${myconf} $(use_with ssl openssl)"
33 fi
34 -
35 +
36 if mysql_version_is_at_least "5.0.60" ; then
37 if use berkdb ; then
38 elog "Berkeley DB support was disabled due to build failures"
39 @@ -513,7 +513,7 @@
40 eerror "USE flags 'cluster' and 'extraengine' conflict with 'minimal' USE flag!"
41 die "USE flags 'cluster' and 'extraengine' conflict with 'minimal' USE flag!"
42 fi
43 -
44 +
45 # This should come after all of the die statements
46 enewgroup mysql 60 || die "problem adding 'mysql' group"
47 enewuser mysql 60 -1 /dev/null mysql || die "problem adding 'mysql' user"