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 1LXDFR-0005BU-Va for garchives@archives.gentoo.org; Wed, 11 Feb 2009 11:27:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 691E4E00D1; Wed, 11 Feb 2009 11:27:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4973BE00D1 for ; Wed, 11 Feb 2009 11:27:21 +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 EF5D665866 for ; Wed, 11 Feb 2009 11:27:20 +0000 (UTC) Received: from robbat2 by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LXDFJ-0007eS-GL for gentoo-commits@lists.gentoo.org; Wed, 11 Feb 2009 11:27:17 +0000 From: "Robin H. Johnson (robbat2)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, robbat2@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: robbat2 X-VCS-Committer-Name: Robin H. Johnson Content-Type: text/plain; charset=utf8 Message-Id: Sender: "Robin H. Johnson" Date: Wed, 11 Feb 2009 11:27:13 +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: 1af06c43-8dee-4ead-abbc-1a0ab86aad03 X-Archives-Hash: 8fffd626a6826ecf011fd3abd4a86912 robbat2 09/02/11 11:27:13 Modified: mysql.eclass Log: Fix PDEPEND for build order. Revision Changes Path 1.104 eclass/mysql.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclas= s?rev=3D1.104&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclas= s?rev=3D1.104&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclas= s?r1=3D1.103&r2=3D1.104 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.103 retrieving revision 1.104 diff -p -w -b -B -u -u -r1.103 -r1.104 --- mysql.eclass 12 Jan 2009 23:08:17 -0000 1.103 +++ mysql.eclass 11 Feb 2009 11:27:13 -0000 1.104 @@ -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.103 2009/01/1= 2 23:08:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.104 2009/02/1= 1 11:27:13 robbat2 Exp $ =20 # Author: Francesco Riosa (Retired) # Maintainer: MySQL Team @@ -10,7 +10,7 @@ WANT_AUTOCONF=3D"latest" WANT_AUTOMAKE=3D"latest" =20 -inherit eutils flag-o-matic gnuconfig autotools mysql_fx +inherit eutils flag-o-matic gnuconfig autotools mysql_fx versionator =20 # Shorten the path because the socket path length must be shorter than 1= 07 chars # and we will run a mysql server during test phase @@ -83,6 +83,9 @@ mysql_version_is_at_least "5.1.12" \ # dev-perl/DBD-mysql is needed by some scripts installed by MySQL PDEPEND=3D"perl? ( >=3Ddev-perl/DBD-mysql-2.9004 )" =20 +# For other stuff to bring us in +PDEPEND=3D"${PDEPEND} =3Dvirtual/mysql-$(get_version_component_range 1-2= ${PV})" + # Work out the default SERVER_URI correctly if [ -z "${SERVER_URI}" ]; then # The community build is on the mirrors