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 A72CD138359 for ; Wed, 14 Oct 2020 15:38:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF65AE082F; Wed, 14 Oct 2020 15:38:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C5658E082F for ; Wed, 14 Oct 2020 15:38:50 +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 C3AE8340DF6 for ; Wed, 14 Oct 2020 15:38:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A3153A4 for ; Wed, 14 Oct 2020 15:38:48 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1602689928.601b68e253c4243b388c73c9e5330e9e85968502.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/shiboken2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/shiboken2/shiboken2-5.15.1.ebuild X-VCS-Directories: dev-python/shiboken2/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 601b68e253c4243b388c73c9e5330e9e85968502 X-VCS-Branch: master Date: Wed, 14 Oct 2020 15:38:48 +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: c9aa7cde-76ba-4d25-be1d-0c4d998a6a7d X-Archives-Hash: 14a809108ef8b3c9fd71e9b1ce40d1a4 commit: 601b68e253c4243b388c73c9e5330e9e85968502 Author: Rick Farina gentoo org> AuthorDate: Wed Oct 14 15:38:20 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Wed Oct 14 15:38:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601b68e2 dev-python/shiboken2: migrate to cmake.eclass Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Rick Farina gentoo.org> dev-python/shiboken2/shiboken2-5.15.1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/shiboken2/shiboken2-5.15.1.ebuild b/dev-python/shiboken2/shiboken2-5.15.1.ebuild index aa293aaad1e..9877a168f1f 100644 --- a/dev-python/shiboken2/shiboken2-5.15.1.ebuild +++ b/dev-python/shiboken2/shiboken2-5.15.1.ebuild @@ -14,7 +14,7 @@ EAPI=7 # https://bugreports.qt.io/browse/PYSIDE-535 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit cmake-utils llvm python-r1 toolchain-funcs +inherit cmake llvm python-r1 toolchain-funcs MY_P=pyside-setup-opensource-src-${PV} @@ -103,7 +103,7 @@ src_prepare() { ApiExtractor/clangparser/compilersupport.cpp || die CPP="${_CPP_old}" - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -120,22 +120,22 @@ src_configure() { -DUSE_PYTHON_VERSION="${EPYTHON#python}" ) # CMakeLists.txt expects LLVM_INSTALL_DIR as an environment variable. - LLVM_INSTALL_DIR="$(get_llvm_prefix)" cmake-utils_src_configure + LLVM_INSTALL_DIR="$(get_llvm_prefix)" cmake_src_configure } python_foreach_impl shiboken2_configure } src_compile() { - python_foreach_impl cmake-utils_src_compile + python_foreach_impl cmake_src_compile } src_test() { - python_foreach_impl cmake-utils_src_test + python_foreach_impl cmake_src_test } src_install() { shiboken2_install() { - cmake-utils_src_install + cmake_src_install python_optimize # Uniquify the "shiboken2" executable for the current Python target,