Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/spdlog/
Date: Thu, 02 Jan 2020 19:31:28
Message-Id: 1577992186.86dbe75068bbedbc3a9e591cb79fbf9b21e0992c.asturm@gentoo
1 commit: 86dbe75068bbedbc3a9e591cb79fbf9b21e0992c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 2 19:07:25 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 2 19:09:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86dbe750
7
8 dev-libs/spdlog: Switch to cmake.eclass
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/spdlog/spdlog-1.3.0.ebuild | 6 +++---
14 dev-libs/spdlog/spdlog-1.3.1.ebuild | 6 +++---
15 dev-libs/spdlog/spdlog-9999.ebuild | 6 +++---
16 3 files changed, 9 insertions(+), 9 deletions(-)
17
18 diff --git a/dev-libs/spdlog/spdlog-1.3.0.ebuild b/dev-libs/spdlog/spdlog-1.3.0.ebuild
19 index d1e170a969e..f6cb54548b9 100644
20 --- a/dev-libs/spdlog/spdlog-1.3.0.ebuild
21 +++ b/dev-libs/spdlog/spdlog-1.3.0.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -inherit cmake-utils
30 +inherit cmake
31
32 DESCRIPTION="Very fast, header only, C++ logging library"
33 HOMEPAGE="https://github.com/gabime/spdlog"
34 @@ -37,5 +37,5 @@ src_configure() {
35 -DSPDLOG_BUILD_TESTS=$(usex test)
36 )
37
38 - cmake-utils_src_configure
39 + cmake_src_configure
40 }
41
42 diff --git a/dev-libs/spdlog/spdlog-1.3.1.ebuild b/dev-libs/spdlog/spdlog-1.3.1.ebuild
43 index ddf07aa21ca..69ab5a2e653 100644
44 --- a/dev-libs/spdlog/spdlog-1.3.1.ebuild
45 +++ b/dev-libs/spdlog/spdlog-1.3.1.ebuild
46 @@ -1,9 +1,9 @@
47 -# Copyright 1999-2019 Gentoo Authors
48 +# Copyright 1999-2020 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=7
52
53 -inherit cmake-utils
54 +inherit cmake
55
56 DESCRIPTION="Very fast, header only, C++ logging library"
57 HOMEPAGE="https://github.com/gabime/spdlog"
58 @@ -37,5 +37,5 @@ src_configure() {
59 -DSPDLOG_BUILD_TESTS=$(usex test)
60 )
61
62 - cmake-utils_src_configure
63 + cmake_src_configure
64 }
65
66 diff --git a/dev-libs/spdlog/spdlog-9999.ebuild b/dev-libs/spdlog/spdlog-9999.ebuild
67 index 3381d35fd4b..f0b80109ac4 100644
68 --- a/dev-libs/spdlog/spdlog-9999.ebuild
69 +++ b/dev-libs/spdlog/spdlog-9999.ebuild
70 @@ -1,9 +1,9 @@
71 -# Copyright 1999-2019 Gentoo Authors
72 +# Copyright 1999-2020 Gentoo Authors
73 # Distributed under the terms of the GNU General Public License v2
74
75 EAPI=7
76
77 -inherit cmake-utils
78 +inherit cmake
79
80 DESCRIPTION="Very fast, header only, C++ logging library"
81 HOMEPAGE="https://github.com/gabime/spdlog"
82 @@ -37,5 +37,5 @@ src_configure() {
83 -DSPDLOG_BUILD_TESTS=$(usex test)
84 )
85
86 - cmake-utils_src_configure
87 + cmake_src_configure
88 }