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 41E0613835A for ; Sat, 20 Jun 2020 16:34:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3489DE092B; Sat, 20 Jun 2020 16:34:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC201E092B for ; Sat, 20 Jun 2020 16:34:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD73734F396 for ; Sat, 20 Jun 2020 16:34:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 504EA2B9 for ; Sat, 20 Jun 2020 16:34:10 +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: <1592670767.f6ae235097966a376b1a52b77109400bed24b26d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1.9999.ebuild sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1_rc1.ebuild sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-11.0.0.9999.ebuild X-VCS-Directories: sys-libs/compiler-rt-sanitizers/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f6ae235097966a376b1a52b77109400bed24b26d X-VCS-Branch: master Date: Sat, 20 Jun 2020 16:34:10 +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: f007bb3a-4647-470b-8401-4b5f0e888a2b X-Archives-Hash: b22b2f6c5d1293dd1583ac4d84fdb3d8 commit: f6ae235097966a376b1a52b77109400bed24b26d Author: Michał Górny gentoo org> AuthorDate: Sat Jun 20 16:00:54 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 20 16:32:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ae2350 sys-libs/compiler-rt-sanitizers: Port to cmake.eclass Signed-off-by: Michał Górny gentoo.org> .../compiler-rt-sanitizers-10.0.1.9999.ebuild | 10 +++++----- .../compiler-rt-sanitizers-10.0.1_rc1.ebuild | 10 +++++----- .../compiler-rt-sanitizers-11.0.0.9999.ebuild | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1.9999.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1.9999.ebuild index 51f2e5c221e..cdfbfe15dfd 100644 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1.9999.ebuild +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1.9999.ebuild @@ -4,8 +4,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit check-reqs cmake-utils flag-o-matic llvm llvm.org \ - multiprocessing python-any-r1 +inherit check-reqs cmake flag-o-matic llvm llvm.org multiprocessing \ + python-any-r1 DESCRIPTION="Compiler runtime libraries for clang (sanitizers & xray)" HOMEPAGE="https://llvm.org/" @@ -64,7 +64,7 @@ src_prepare() { # cmake eclasses suck by forcing ${S} here CMAKE_USE_DIR=${S} \ S=${WORKDIR} \ - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -117,7 +117,7 @@ src_configure() { ) fi - cmake-utils_src_configure + cmake_src_configure if use test; then local sys_dir=( "${EPREFIX}"/usr/lib/clang/${SLOT}/lib/* ) @@ -149,5 +149,5 @@ src_test() { # wipe LD_PRELOAD to make ASAN happy local -x LD_PRELOAD= - cmake-utils_src_make check-all + cmake_build check-all } diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1_rc1.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1_rc1.ebuild index 51f2e5c221e..cdfbfe15dfd 100644 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1_rc1.ebuild +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1_rc1.ebuild @@ -4,8 +4,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit check-reqs cmake-utils flag-o-matic llvm llvm.org \ - multiprocessing python-any-r1 +inherit check-reqs cmake flag-o-matic llvm llvm.org multiprocessing \ + python-any-r1 DESCRIPTION="Compiler runtime libraries for clang (sanitizers & xray)" HOMEPAGE="https://llvm.org/" @@ -64,7 +64,7 @@ src_prepare() { # cmake eclasses suck by forcing ${S} here CMAKE_USE_DIR=${S} \ S=${WORKDIR} \ - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -117,7 +117,7 @@ src_configure() { ) fi - cmake-utils_src_configure + cmake_src_configure if use test; then local sys_dir=( "${EPREFIX}"/usr/lib/clang/${SLOT}/lib/* ) @@ -149,5 +149,5 @@ src_test() { # wipe LD_PRELOAD to make ASAN happy local -x LD_PRELOAD= - cmake-utils_src_make check-all + cmake_build check-all } diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-11.0.0.9999.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-11.0.0.9999.ebuild index 51f2e5c221e..cdfbfe15dfd 100644 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-11.0.0.9999.ebuild +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-11.0.0.9999.ebuild @@ -4,8 +4,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit check-reqs cmake-utils flag-o-matic llvm llvm.org \ - multiprocessing python-any-r1 +inherit check-reqs cmake flag-o-matic llvm llvm.org multiprocessing \ + python-any-r1 DESCRIPTION="Compiler runtime libraries for clang (sanitizers & xray)" HOMEPAGE="https://llvm.org/" @@ -64,7 +64,7 @@ src_prepare() { # cmake eclasses suck by forcing ${S} here CMAKE_USE_DIR=${S} \ S=${WORKDIR} \ - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -117,7 +117,7 @@ src_configure() { ) fi - cmake-utils_src_configure + cmake_src_configure if use test; then local sys_dir=( "${EPREFIX}"/usr/lib/clang/${SLOT}/lib/* ) @@ -149,5 +149,5 @@ src_test() { # wipe LD_PRELOAD to make ASAN happy local -x LD_PRELOAD= - cmake-utils_src_make check-all + cmake_build check-all }