From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R9TCV-0003fd-Mk for garchives@archives.gentoo.org; Fri, 30 Sep 2011 02:51:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B946221C037; Fri, 30 Sep 2011 02:51:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7D04A21C037 for ; Fri, 30 Sep 2011 02:51:39 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F06881B4011 for ; Fri, 30 Sep 2011 02:51:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2BF8080042 for ; Fri, 30 Sep 2011 02:51:38 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <8c9b069c8f0c053c02f607084c8c1f692157068f.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-v2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 8c9b069c8f0c053c02f607084c8c1f692157068f Date: Fri, 30 Sep 2011 02:51:38 +0000 (UTC) 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: X-Archives-Hash: 562851eaea68057f9b6e90874b348a44 commit: 8c9b069c8f0c053c02f607084c8c1f692157068f Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Fri Sep 30 02:50:24 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Fri Sep 30 02:50:24 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3D8c9b069c [mysql-v2.eclass] Sync eclass from tree. --- eclass/mysql-v2.eclass | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index dadcba7..d50c9c2 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.8 2011/09/= 25 12:43:28 grobian Exp $ =20 # @ECLASS: mysql-v2.eclass # @MAINTAINER: @@ -19,8 +19,8 @@ # phase hooks. =20 # @ECLASS-VARIABLE: BUILD -# @DESCRIPTION: Build type of the mysql version -# The default value is autotools +# @DESCRIPTION: +# Build type of the mysql version : ${BUILD:=3Dautotools} =20 case ${BUILD} in @@ -41,7 +41,8 @@ esac MYSQL_EXTRAS=3D"" =20 # @ECLASS-VARIABLE: MYSQL_EXTRAS_VER -# @DESCRIPTION: The version of the MYSQL_EXTRAS repo to use to build mys= ql +# @DESCRIPTION: +# The version of the MYSQL_EXTRAS repo to use to build mysql [[ "${MY_EXTRAS_VER}" =3D=3D "live" ]] && MYSQL_EXTRAS=3D"git-2" =20 inherit eutils flag-o-matic gnuconfig ${MYSQL_EXTRAS} ${BUILD_INHERIT} m= ysql_fx versionator toolchain-funcs @@ -250,8 +251,9 @@ for i in "mysql" "mysql-community" "mysql-cluster" "m= ariadb" ; do DEPEND=3D"${DEPEND} !dev-db/${i}" done =20 +# prefix: first need to implement something for #196294 RDEPEND=3D"${DEPEND} - !minimal? ( dev-db/mysql-init-scripts ) + !minimal? ( !prefix? ( dev-db/mysql-init-scripts ) ) selinux? ( sec-policy/selinux-mysql ) " =20