From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 97C901381F3 for ; Sun, 28 Apr 2013 16:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93B0CE0AB9; Sun, 28 Apr 2013 16:20:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEDE8E0AB0 for ; Sun, 28 Apr 2013 16:20:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C89433DD83 for ; Sun, 28 Apr 2013 16:20:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 27A11E408C for ; Sun, 28 Apr 2013 16:20:30 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1367166008.4d4c2788193a796cb5a2d9a1e298ffe68b349cbd.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-cmake.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 4d4c2788193a796cb5a2d9a1e298ffe68b349cbd X-VCS-Branch: master Date: Sun, 28 Apr 2013 16:20: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 X-Archives-Salt: 13584815-81f2-41bc-93a4-745035aed78e X-Archives-Hash: ab4ded7fa71dfdc04be8a19000d693a3 commit: 4d4c2788193a796cb5a2d9a1e298ffe68b349cbd Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Sun Apr 28 10:56:21 2013 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Sun Apr 28 16:20:08 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=4d4c2788 [eclass] Create a mariadb_config symlink - bug 467430. --- eclass/mysql-cmake.eclass | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass index a739caf..65f0370 100644 --- a/eclass/mysql-cmake.eclass +++ b/eclass/mysql-cmake.eclass @@ -320,6 +320,9 @@ mysql-cmake_src_install() { dosym "/usr/bin/mysqlcheck" "/usr/bin/mysqlrepair" dosym "/usr/bin/mysqlcheck" "/usr/bin/mysqloptimize" + # Create a mariadb_config symlink + [[ "${PN}" == "mariadb" ]] && dosym "/usr/bin/mysql_config" "/usr/bin/mariadb_config" + # INSTALL_LAYOUT=STANDALONE causes cmake to create a /usr/data dir rm -Rf "${ED}/usr/data" @@ -397,7 +400,6 @@ mysql-cmake_src_install() { for script in "${S}"/scripts/mysql* ; do [[ -f "$script" ]] && [[ "${script%.sh}" == "${script}" ]] && dodoc "${script}" done - fi mysql_lib_symlinks "${ED}"