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 1QVpJ2-0001fs-Ox for garchives@archives.gentoo.org; Sun, 12 Jun 2011 18:22:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A44A1C037; Sun, 12 Jun 2011 18:22:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 19B001C037 for ; Sun, 12 Jun 2011 18:22:32 +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 95CAA1B4010 for ; Sun, 12 Jun 2011 18:22:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B02478003C for ; Sun, 12 Jun 2011 18:22:30 +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: <610bf9554658abf4d6402687f6d902811454808e.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-cmake.eclass eclass/mysql-v2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 610bf9554658abf4d6402687f6d902811454808e Date: Sun, 12 Jun 2011 18:22:30 +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: 144afa7b2376e23da4c35809e97b4703 commit: 610bf9554658abf4d6402687f6d902811454808e Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Sun Jun 12 18:13:29 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Sun Jun 12 18:13:29 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3D610bf955 Use @DEFAULT_UNSET. Whitespace. --- eclass/mysql-cmake.eclass | 2 ++ eclass/mysql-v2.eclass | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass index 97a9a74..438e44e 100644 --- a/eclass/mysql-cmake.eclass +++ b/eclass/mysql-cmake.eclass @@ -49,6 +49,7 @@ mysql-cmake_disable_test() { # ${S}/mysql-tests/suite/ndb_team/t/disabled.def # ${S}/mysql-tests/suite/binlog/t/disabled.def # ${S}/mysql-tests/suite/innodb/t/disabled.def + if [ -n "${testsuite}" ]; then for mysql_disable_file in \ ${S}/mysql-test/suite/${testsuite}/disabled.def \ @@ -361,6 +362,7 @@ mysql-cmake_src_install() { =20 # Various junk (my-*.cnf moved elsewhere) einfo "Removing duplicate /usr/share/mysql files" + # rm -Rf "${D}/usr/share/info" # for removeme in "mysql-log-rotate" mysql.server* \ # binary-configure* my-*.cnf mi_test_all* diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index 0ba74a7..3d86a0c 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -126,14 +126,14 @@ fi =20 =20 # @ECLASS-VARIABLE: XTRADB_VER +# @DEFAULT_UNSET # @DESCRIPTION: # Version of the XTRADB storage engine -: ${XTRADB_VER:=3D} =20 # @ECLASS-VARIABLE: PERCONA_VER +# @DEFAULT_UNSET # @DESCRIPTION: # Designation by PERCONA for a MySQL version to apply an XTRADB release -: ${PERCONA_VER:=3D} =20 # Work out the default SERVER_URI correctly if [ -z "${SERVER_URI}" ]; then