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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D76D715800F for ; Wed, 18 Jan 2023 22:44:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F716E0870; Wed, 18 Jan 2023 22:44:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69238E086E for ; Wed, 18 Jan 2023 22:44:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71B14340BF1 for ; Wed, 18 Jan 2023 22:44:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF517865 for ; Wed, 18 Jan 2023 22:44:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1674081778.1e9f117b243ed049788d23fa509faee46499e3c5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql-connector-c/mysql-connector-c-8.0.32-r1.ebuild dev-db/mysql-connector-c/mysql-connector-c-8.0.32.ebuild X-VCS-Directories: dev-db/mysql-connector-c/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1e9f117b243ed049788d23fa509faee46499e3c5 X-VCS-Branch: master Date: Wed, 18 Jan 2023 22:44:32 +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: bc614c94-ab8d-498e-8b19-62aed081c42e X-Archives-Hash: 43a3be4e641cc6f40a25c90e9e1fb684 commit: 1e9f117b243ed049788d23fa509faee46499e3c5 Author: Sam James gentoo org> AuthorDate: Wed Jan 18 22:42:58 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 18 22:42:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9f117b dev-db/mysql-connector-c: drop spurious 'info' page (README) Drop file which causes collision w/ mysql-connector-c++. It's only a tiny README, not a GNU info page. Signed-off-by: Sam James gentoo.org> ...ql-connector-c-8.0.32.ebuild => mysql-connector-c-8.0.32-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-db/mysql-connector-c/mysql-connector-c-8.0.32.ebuild b/dev-db/mysql-connector-c/mysql-connector-c-8.0.32-r1.ebuild similarity index 97% rename from dev-db/mysql-connector-c/mysql-connector-c-8.0.32.ebuild rename to dev-db/mysql-connector-c/mysql-connector-c-8.0.32-r1.ebuild index eefd98c0e9eb..272be1b71f35 100644 --- a/dev-db/mysql-connector-c/mysql-connector-c-8.0.32.ebuild +++ b/dev-db/mysql-connector-c/mysql-connector-c-8.0.32-r1.ebuild @@ -109,6 +109,9 @@ multilib_src_configure() { } multilib_src_install_all() { + # Not a GNU info file, more like a tiny README. + rm "${ED}"/usr/share/info/mysql.info || die + doman \ man/my_print_defaults.1 \ man/perror.1 \