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 4374E158094 for ; Sat, 6 Aug 2022 00:57:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2650FE0FC6; Sat, 6 Aug 2022 00:57:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id EF515E0FC6 for ; Sat, 6 Aug 2022 00:57:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8BB20340F05 for ; Sat, 6 Aug 2022 00:57:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11A92543 for ; Sat, 6 Aug 2022 00:57:36 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1659747408.aa5c6f8951223cd30bd716c1ddd2b0f471deb475.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libutf8proc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild X-VCS-Directories: dev-libs/libutf8proc/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: aa5c6f8951223cd30bd716c1ddd2b0f471deb475 X-VCS-Branch: master Date: Sat, 6 Aug 2022 00:57:36 +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: 72d370ad-63d3-4e41-a4a6-2a9e88e35f4e X-Archives-Hash: 053c40a2bd282b1886dff645a8e3b521 commit: aa5c6f8951223cd30bd716c1ddd2b0f471deb475 Author: Akinori Hattori gentoo org> AuthorDate: Sat Aug 6 00:56:48 2022 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Aug 6 00:56:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5c6f89 dev-libs/libutf8proc: set QA_PKGCONFIG_VERSION Closes: https://bugs.gentoo.org/861908 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild | 4 +++- dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild | 4 +++- dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild index 5a659f96fa5b..6b0bd1b34e6c 100644 --- a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -21,6 +21,8 @@ S="${WORKDIR}/${P#lib}" PATCHES=( "${FILESDIR}"/${PN}-grapheme-test.patch ) +QA_PKGCONFIG_VERSION="$(ver_cut 1).3.2" + src_prepare() { if use cjk; then einfo "Modifying East Asian Ambiguous (A) as wide ..." diff --git a/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild b/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild index 4790df370ef2..b0d09b3227d8 100644 --- a/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -23,6 +23,8 @@ BDEPEND="test? ( )" S="${WORKDIR}/${P#lib}" +QA_PKGCONFIG_VERSION="$(ver_cut 1).4.1" + src_prepare() { if use cjk; then einfo "Modifying East Asian Ambiguous (A) as wide ..." diff --git a/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild b/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild index 7e8a223a3271..12c67b2eadd8 100644 --- a/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild @@ -23,6 +23,8 @@ BDEPEND="test? ( )" S="${WORKDIR}/${P#lib}" +QA_PKGCONFIG_VERSION="$(ver_cut 1).5.0" + src_prepare() { if use cjk; then einfo "Modifying East Asian Ambiguous (A) as wide ..."