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 A7B25158013 for ; Sat, 25 Sep 2021 22:57:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB760E096F; Sat, 25 Sep 2021 22:57:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D06BDE096F for ; Sat, 25 Sep 2021 22:57:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8D3E342EBA for ; Sat, 25 Sep 2021 22:57:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D016111 for ; Sat, 25 Sep 2021 22:57:16 +0000 (UTC) From: "Vadim Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim Misbakh-Soloviov" Message-ID: <1632610604.0b234b03472b19154e4a2893909cc85c02c557a2.mva@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 X-VCS-Directories: dev-libs/libutf8proc/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim Misbakh-Soloviov X-VCS-Revision: 0b234b03472b19154e4a2893909cc85c02c557a2 X-VCS-Branch: master Date: Sat, 25 Sep 2021 22:57:16 +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: 502a409a-9764-43a0-ab8d-5588437161db X-Archives-Hash: 23d13cfb476b4a8ae5fb6c349a2c630c commit: 0b234b03472b19154e4a2893909cc85c02c557a2 Author: Vadim Misbakh-Soloviov gentoo org> AuthorDate: Sat Sep 25 22:19:08 2021 +0000 Commit: Vadim Misbakh-Soloviov gentoo org> CommitDate: Sat Sep 25 22:56:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b234b03 dev-libs/libutf8proc: reflect new data path of app-i18n/unicode-data Package-Manager: Portage-3.0.23, Repoman-3.0.1 Signed-off-by: Vadim Misbakh-Soloviov gentoo.org> dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild | 11 ++++++++++- dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild index 5a659f96fa5..0e8e2c250e3 100644 --- a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild @@ -46,7 +46,16 @@ src_install() { } src_test() { - cp "${EPREFIX}"/usr/share/unicode-data/{Normalization,auxiliary/GraphemeBreak}Test.txt data || die + local unicodedir="${EPREFIX}"/usr/share/unicode + local ucddir + + if has_verson '