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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35EA215813A for ; Fri, 10 Jan 2025 04:37:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2372E077C; Fri, 10 Jan 2025 04:37:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CCFE7E077C for ; Fri, 10 Jan 2025 04:37:05 +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 155E3340C15 for ; Fri, 10 Jan 2025 04:37:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C31E1DEC for ; Fri, 10 Jan 2025 04:37:03 +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: <1736483790.6d0e7a3ff15386fe4289ec6fb5de7f0d9e8dacc8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql/mysql-5.7.41.ebuild dev-db/mysql/mysql-8.0.37.ebuild dev-db/mysql/mysql-8.0.40.ebuild X-VCS-Directories: dev-db/mysql/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6d0e7a3ff15386fe4289ec6fb5de7f0d9e8dacc8 X-VCS-Branch: master Date: Fri, 10 Jan 2025 04:37:03 +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: 2db8c7a9-960d-4e06-b9ee-3513e5f11bde X-Archives-Hash: 68c1b0d6cb504bd977c85708beaec8b3 commit: 6d0e7a3ff15386fe4289ec6fb5de7f0d9e8dacc8 Author: Alfred Wingate protonmail com> AuthorDate: Fri Jan 10 04:19:51 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 10 04:36:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0e7a3f dev-db/mysql: remove non ascii characters from ebuilds https://github.com/pkgcore/pkgdev/issues/173 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40078 Signed-off-by: Sam James gentoo.org> dev-db/mysql/mysql-5.7.41.ebuild | 4 ++-- dev-db/mysql/mysql-8.0.37.ebuild | 2 +- dev-db/mysql/mysql-8.0.40.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-db/mysql/mysql-5.7.41.ebuild b/dev-db/mysql/mysql-5.7.41.ebuild index 1e3a9dce41a2..51a92cbfc9de 100644 --- a/dev-db/mysql/mysql-5.7.41.ebuild +++ b/dev-db/mysql/mysql-5.7.41.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -814,7 +814,7 @@ pkg_config() { local n_X let n_X=${#template}-${#template_wo_X} if [[ ${n_X} -lt 3 ]] ; then - echo "${FUNCNAME[0]}: too few X's in template ‘${template}’" >&2 + echo "${FUNCNAME[0]}: too few X's in template '${template}'" >&2 return fi diff --git a/dev-db/mysql/mysql-8.0.37.ebuild b/dev-db/mysql/mysql-8.0.37.ebuild index 17cfd6fbc697..8964ad335136 100644 --- a/dev-db/mysql/mysql-8.0.37.ebuild +++ b/dev-db/mysql/mysql-8.0.37.ebuild @@ -732,7 +732,7 @@ pkg_config() { local n_X let n_X=${#template}-${#template_wo_X} if [[ ${n_X} -lt 3 ]] ; then - echo "${FUNCNAME[0]}: too few X's in template ‘${template}’" >&2 + echo "${FUNCNAME[0]}: too few X's in template '${template}'" >&2 return fi diff --git a/dev-db/mysql/mysql-8.0.40.ebuild b/dev-db/mysql/mysql-8.0.40.ebuild index ff9a9c16a44a..eeffe2b39ec6 100644 --- a/dev-db/mysql/mysql-8.0.40.ebuild +++ b/dev-db/mysql/mysql-8.0.40.ebuild @@ -731,7 +731,7 @@ pkg_config() { local n_X let n_X=${#template}-${#template_wo_X} if [[ ${n_X} -lt 3 ]] ; then - echo "${FUNCNAME[0]}: too few X's in template ‘${template}’" >&2 + echo "${FUNCNAME[0]}: too few X's in template '${template}'" >&2 return fi