From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LMVtK-0006rW-Os for garchives@archives.gentoo.org; Mon, 12 Jan 2009 23:08:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E74EE0517; Mon, 12 Jan 2009 23:08:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DED13E0517 for ; Mon, 12 Jan 2009 23:08:17 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7F35B649F4 for ; Mon, 12 Jan 2009 23:08:17 +0000 (UTC) Received: from maekke by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LMVtJ-0002kv-7L for gentoo-commits@lists.gentoo.org; Mon, 12 Jan 2009 23:08:17 +0000 From: "Markus Meier (maekke)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maekke@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: mysql.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: mysql.eclass X-VCS-Directories: eclass X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Message-Id: Sender: Markus Meier Date: Mon, 12 Jan 2009 23:08:17 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: dd0ecebb-5bb9-4c40-8d86-2c73163d4d11 X-Archives-Hash: 77982d2eb63ce49650e5450939c6bb21 maekke 09/01/12 23:08:17 Modified: mysql.eclass Log: whitespace Revision Changes Path 1.103 eclass/mysql.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclas= s?rev=3D1.103&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclas= s?rev=3D1.103&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclas= s?r1=3D1.102&r2=3D1.103 Index: mysql.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- mysql.eclass 29 Nov 2008 02:30:43 -0000 1.102 +++ mysql.eclass 12 Jan 2009 23:08:17 -0000 1.103 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.102 2008/11/2= 9 02:30:43 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.103 2009/01/1= 2 23:08:17 maekke Exp $ =20 # Author: Francesco Riosa (Retired) # Maintainer: MySQL Team @@ -358,7 +358,7 @@ else myconf=3D"${myconf} $(use_with ssl openssl)" fi -=09 + if mysql_version_is_at_least "5.0.60" ; then if use berkdb ; then elog "Berkeley DB support was disabled due to build failures" @@ -513,7 +513,7 @@ eerror "USE flags 'cluster' and 'extraengine' conflict with 'minimal' = USE flag!" die "USE flags 'cluster' and 'extraengine' conflict with 'minimal' USE= flag!" fi -=09 + # This should come after all of the die statements enewgroup mysql 60 || die "problem adding 'mysql' group" enewuser mysql 60 -1 /dev/null mysql || die "problem adding 'mysql' use= r"