From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D1D1138334 for ; Fri, 2 Aug 2019 16:56:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C950E080E; Fri, 2 Aug 2019 16:56:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22E81E080E for ; Fri, 2 Aug 2019 16:56:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98F903492DF for ; Fri, 2 Aug 2019 16:56:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A7E2744 for ; Fri, 2 Aug 2019 16:56:31 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1564764980.e8a03f6f28dbc3607c4fce461675767e728fd100.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/percona-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/percona-server/percona-server-5.7.26.29.ebuild X-VCS-Directories: dev-db/percona-server/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: e8a03f6f28dbc3607c4fce461675767e728fd100 X-VCS-Branch: master Date: Fri, 2 Aug 2019 16:56:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 74519402-b405-4aca-9382-e11ff2ad4325 X-Archives-Hash: faf2e5fe1824c8c54fa48cfa80b6f434 commit: e8a03f6f28dbc3607c4fce461675767e728fd100 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 16:48:24 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 16:56:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a03f6f dev-db/percona-server: don't install man pages installed by mysql-connector-c Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/percona-server/percona-server-5.7.26.29.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-db/percona-server/percona-server-5.7.26.29.ebuild b/dev-db/percona-server/percona-server-5.7.26.29.ebuild index 61f7b02b6e2..b69fc97ed14 100644 --- a/dev-db/percona-server/percona-server-5.7.26.29.ebuild +++ b/dev-db/percona-server/percona-server-5.7.26.29.ebuild @@ -335,6 +335,13 @@ src_prepare() { "${S}"/zlib \ || die + # Don't clash with dev-db/mysql-connector-c + rm \ + man/my_print_defaults.1 \ + man/perror.1 \ + man/zlib_decompress.1 \ + || die + # Remove the centos and rhel selinux policies to support mysqld_safe under SELinux if [[ -d "${S}/support-files/SELinux" ]] ; then echo > "${S}/support-files/SELinux/CMakeLists.txt" || die