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 DC571138346 for ; Mon, 6 Jan 2020 12:23:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10F0EE077D; Mon, 6 Jan 2020 12:23:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EB195E077D for ; Mon, 6 Jan 2020 12:23:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 852AA34DD9E for ; Mon, 6 Jan 2020 12:23:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B93C41E for ; Mon, 6 Jan 2020 12:23:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1578313411.0a2f7dda89a2ee2092cbcbf62a88976f409ab217.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/zig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/zig/zig-0.5.0.ebuild dev-lang/zig/zig-9999.ebuild X-VCS-Directories: dev-lang/zig/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0a2f7dda89a2ee2092cbcbf62a88976f409ab217 X-VCS-Branch: master Date: Mon, 6 Jan 2020 12:23:44 +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: 7cab66ff-4186-4797-8a62-037fe9076284 X-Archives-Hash: fff5ec6e9cf855a69e86b45311d3662c commit: 0a2f7dda89a2ee2092cbcbf62a88976f409ab217 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 6 10:53:05 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 6 12:23:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2f7dda dev-lang/zig: Switch to cmake.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-lang/zig/zig-0.5.0.ebuild | 8 ++++---- dev-lang/zig/zig-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-lang/zig/zig-0.5.0.ebuild b/dev-lang/zig/zig-0.5.0.ebuild index 7189e4ddc62..223f162cfd9 100644 --- a/dev-lang/zig/zig-0.5.0.ebuild +++ b/dev-lang/zig/zig-0.5.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils llvm +inherit cmake llvm DESCRIPTION="A robust, optimal, and maintainable programming language" HOMEPAGE="https://ziglang.org/" @@ -48,7 +48,7 @@ src_prepare() { sed -i 's/--prefix "${CMAKE_INSTALL_PREFIX}"/--prefix ".\/${CMAKE_INSTALL_PREFIX}"/' CMakeLists.txt || \ die "unable to fix install path" - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -57,5 +57,5 @@ src_configure() { -DCLANG_LIBDIRS="$(llvm-config --libdir)" ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/dev-lang/zig/zig-9999.ebuild b/dev-lang/zig/zig-9999.ebuild index 7189e4ddc62..223f162cfd9 100644 --- a/dev-lang/zig/zig-9999.ebuild +++ b/dev-lang/zig/zig-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils llvm +inherit cmake llvm DESCRIPTION="A robust, optimal, and maintainable programming language" HOMEPAGE="https://ziglang.org/" @@ -48,7 +48,7 @@ src_prepare() { sed -i 's/--prefix "${CMAKE_INSTALL_PREFIX}"/--prefix ".\/${CMAKE_INSTALL_PREFIX}"/' CMakeLists.txt || \ die "unable to fix install path" - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -57,5 +57,5 @@ src_configure() { -DCLANG_LIBDIRS="$(llvm-config --libdir)" ) - cmake-utils_src_configure + cmake_src_configure }