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 25A64138334 for ; Thu, 2 Jan 2020 19:31:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B45EE0959; Thu, 2 Jan 2020 19:31:27 +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 2CD31E0959 for ; Thu, 2 Jan 2020 19:31:27 +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 7BD7334DE3A for ; Thu, 2 Jan 2020 19:31:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2964874 for ; Thu, 2 Jan 2020 19:31:23 +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: <1577992186.86dbe75068bbedbc3a9e591cb79fbf9b21e0992c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/spdlog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/spdlog/spdlog-1.3.0.ebuild dev-libs/spdlog/spdlog-1.3.1.ebuild dev-libs/spdlog/spdlog-9999.ebuild X-VCS-Directories: dev-libs/spdlog/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 86dbe75068bbedbc3a9e591cb79fbf9b21e0992c X-VCS-Branch: master Date: Thu, 2 Jan 2020 19:31:23 +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: 43cad2a8-57ab-4d4e-93a0-f914a9195077 X-Archives-Hash: ca566f39ea563b59152536539f73b473 commit: 86dbe75068bbedbc3a9e591cb79fbf9b21e0992c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 2 19:07:25 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 2 19:09:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86dbe750 dev-libs/spdlog: Switch to cmake.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/spdlog/spdlog-1.3.0.ebuild | 6 +++--- dev-libs/spdlog/spdlog-1.3.1.ebuild | 6 +++--- dev-libs/spdlog/spdlog-9999.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-libs/spdlog/spdlog-1.3.0.ebuild b/dev-libs/spdlog/spdlog-1.3.0.ebuild index d1e170a969e..f6cb54548b9 100644 --- a/dev-libs/spdlog/spdlog-1.3.0.ebuild +++ b/dev-libs/spdlog/spdlog-1.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Very fast, header only, C++ logging library" HOMEPAGE="https://github.com/gabime/spdlog" @@ -37,5 +37,5 @@ src_configure() { -DSPDLOG_BUILD_TESTS=$(usex test) ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/dev-libs/spdlog/spdlog-1.3.1.ebuild b/dev-libs/spdlog/spdlog-1.3.1.ebuild index ddf07aa21ca..69ab5a2e653 100644 --- a/dev-libs/spdlog/spdlog-1.3.1.ebuild +++ b/dev-libs/spdlog/spdlog-1.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Very fast, header only, C++ logging library" HOMEPAGE="https://github.com/gabime/spdlog" @@ -37,5 +37,5 @@ src_configure() { -DSPDLOG_BUILD_TESTS=$(usex test) ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/dev-libs/spdlog/spdlog-9999.ebuild b/dev-libs/spdlog/spdlog-9999.ebuild index 3381d35fd4b..f0b80109ac4 100644 --- a/dev-libs/spdlog/spdlog-9999.ebuild +++ b/dev-libs/spdlog/spdlog-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Very fast, header only, C++ logging library" HOMEPAGE="https://github.com/gabime/spdlog" @@ -37,5 +37,5 @@ src_configure() { -DSPDLOG_BUILD_TESTS=$(usex test) ) - cmake-utils_src_configure + cmake_src_configure }