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 5FDEC1581D0 for ; Sat, 10 Feb 2024 11:13:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42410E2B2F; Sat, 10 Feb 2024 11:13:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16240E2B2F for ; Sat, 10 Feb 2024 11:13:20 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D57E3431C9 for ; Sat, 10 Feb 2024 11:13:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B97014CF for ; Sat, 10 Feb 2024 11:13:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1707563588.63d895fc4513a2e417c3de47bd08e1f88ca4c13f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/llvm-libunwind/llvm-libunwind-18.1.0_rc2.ebuild sys-libs/llvm-libunwind/llvm-libunwind-19.0.0.9999.ebuild sys-libs/llvm-libunwind/llvm-libunwind-19.0.0_pre20240203.ebuild X-VCS-Directories: sys-libs/llvm-libunwind/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 63d895fc4513a2e417c3de47bd08e1f88ca4c13f X-VCS-Branch: master Date: Sat, 10 Feb 2024 11:13:15 +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: 100dc42c-e1df-4962-9dce-caff91ce15fe X-Archives-Hash: ad289a834abfef8684b746725056cf0c commit: 63d895fc4513a2e417c3de47bd08e1f88ca4c13f Author: Michał Górny gentoo org> AuthorDate: Sat Feb 10 11:03:24 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 10 11:13:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d895fc sys-libs/llvm-libunwind: Migrate to llvm-utils Signed-off-by: Michał Górny gentoo.org> sys-libs/llvm-libunwind/llvm-libunwind-18.1.0_rc2.ebuild | 11 ++++------- sys-libs/llvm-libunwind/llvm-libunwind-19.0.0.9999.ebuild | 11 ++++------- .../llvm-libunwind/llvm-libunwind-19.0.0_pre20240203.ebuild | 11 ++++------- 3 files changed, 12 insertions(+), 21 deletions(-) diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-18.1.0_rc2.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-18.1.0_rc2.ebuild index 73ad1389deb4..df7d3e6095bc 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-18.1.0_rc2.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-18.1.0_rc2.ebuild @@ -4,8 +4,8 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \ - toolchain-funcs +inherit cmake-multilib flag-o-matic llvm.org llvm-utils python-any-r1 +inherit toolchain-funcs DESCRIPTION="C++ runtime stack unwinder from LLVM" HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html" @@ -43,12 +43,9 @@ python_check_deps() { python_has_version "dev-python/lit[${PYTHON_USEDEP}]" } -pkg_setup() { - LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup - python-any-r1_pkg_setup -} - multilib_src_configure() { + llvm_prepend_path "${LLVM_MAJOR}" + local libdir=$(get_libdir) # https://github.com/llvm/llvm-project/issues/56825 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-19.0.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-19.0.0.9999.ebuild index 73ad1389deb4..df7d3e6095bc 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-19.0.0.9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-19.0.0.9999.ebuild @@ -4,8 +4,8 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \ - toolchain-funcs +inherit cmake-multilib flag-o-matic llvm.org llvm-utils python-any-r1 +inherit toolchain-funcs DESCRIPTION="C++ runtime stack unwinder from LLVM" HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html" @@ -43,12 +43,9 @@ python_check_deps() { python_has_version "dev-python/lit[${PYTHON_USEDEP}]" } -pkg_setup() { - LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup - python-any-r1_pkg_setup -} - multilib_src_configure() { + llvm_prepend_path "${LLVM_MAJOR}" + local libdir=$(get_libdir) # https://github.com/llvm/llvm-project/issues/56825 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-19.0.0_pre20240203.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-19.0.0_pre20240203.ebuild index 73ad1389deb4..df7d3e6095bc 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-19.0.0_pre20240203.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-19.0.0_pre20240203.ebuild @@ -4,8 +4,8 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \ - toolchain-funcs +inherit cmake-multilib flag-o-matic llvm.org llvm-utils python-any-r1 +inherit toolchain-funcs DESCRIPTION="C++ runtime stack unwinder from LLVM" HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html" @@ -43,12 +43,9 @@ python_check_deps() { python_has_version "dev-python/lit[${PYTHON_USEDEP}]" } -pkg_setup() { - LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup - python-any-r1_pkg_setup -} - multilib_src_configure() { + llvm_prepend_path "${LLVM_MAJOR}" + local libdir=$(get_libdir) # https://github.com/llvm/llvm-project/issues/56825