Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libutf8proc/
Date: Sat, 06 Aug 2022 00:57:40
Message-Id: 1659747408.aa5c6f8951223cd30bd716c1ddd2b0f471deb475.hattya@gentoo
1 commit: aa5c6f8951223cd30bd716c1ddd2b0f471deb475
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 6 00:56:48 2022 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 6 00:56:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5c6f89
7
8 dev-libs/libutf8proc: set QA_PKGCONFIG_VERSION
9
10 Closes: https://bugs.gentoo.org/861908
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
13
14 dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild | 4 +++-
15 dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild | 4 +++-
16 dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild | 2 ++
17 3 files changed, 8 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild
20 index 5a659f96fa5b..6b0bd1b34e6c 100644
21 --- a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild
22 +++ b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="7"
29 @@ -21,6 +21,8 @@ S="${WORKDIR}/${P#lib}"
30
31 PATCHES=( "${FILESDIR}"/${PN}-grapheme-test.patch )
32
33 +QA_PKGCONFIG_VERSION="$(ver_cut 1).3.2"
34 +
35 src_prepare() {
36 if use cjk; then
37 einfo "Modifying East Asian Ambiguous (A) as wide ..."
38
39 diff --git a/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild b/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild
40 index 4790df370ef2..b0d09b3227d8 100644
41 --- a/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild
42 +++ b/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2021 Gentoo Authors
45 +# Copyright 1999-2022 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI="7"
49 @@ -23,6 +23,8 @@ BDEPEND="test? (
50 )"
51 S="${WORKDIR}/${P#lib}"
52
53 +QA_PKGCONFIG_VERSION="$(ver_cut 1).4.1"
54 +
55 src_prepare() {
56 if use cjk; then
57 einfo "Modifying East Asian Ambiguous (A) as wide ..."
58
59 diff --git a/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild b/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild
60 index 7e8a223a3271..12c67b2eadd8 100644
61 --- a/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild
62 +++ b/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild
63 @@ -23,6 +23,8 @@ BDEPEND="test? (
64 )"
65 S="${WORKDIR}/${P#lib}"
66
67 +QA_PKGCONFIG_VERSION="$(ver_cut 1).5.0"
68 +
69 src_prepare() {
70 if use cjk; then
71 einfo "Modifying East Asian Ambiguous (A) as wide ..."