Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfmt/
Date: Wed, 01 Jan 2020 19:15:36
Message-Id: 1577906123.6304c0dfc487b0dc2515aafec6444306f057438e.candrews@gentoo
1 commit: 6304c0dfc487b0dc2515aafec6444306f057438e
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 19:14:48 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 19:15:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6304c0df
7
8 dev-libs/libfmt: Switch to cmake.eclass
9
10 Bug: https://bugs.gentoo.org/704462
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
14
15 dev-libs/libfmt/libfmt-6.1.2.ebuild | 5 +++--
16 dev-libs/libfmt/libfmt-9999.ebuild | 5 +++--
17 2 files changed, 6 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-libs/libfmt/libfmt-6.1.2.ebuild b/dev-libs/libfmt/libfmt-6.1.2.ebuild
20 index fc0c0c0b8be..78c2d74959b 100644
21 --- a/dev-libs/libfmt/libfmt-6.1.2.ebuild
22 +++ b/dev-libs/libfmt/libfmt-6.1.2.ebuild
23 @@ -1,8 +1,9 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29
30 +CMAKE_ECLASS=cmake
31 inherit cmake-multilib
32
33 DESCRIPTION="Small, safe and fast formatting library"
34 @@ -31,5 +32,5 @@ multilib_src_configure() {
35 -DFMT_LIB_DIR="$(get_libdir)"
36 -DFMT_TEST=$(usex test)
37 )
38 - cmake-utils_src_configure
39 + cmake_src_configure
40 }
41
42 diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-9999.ebuild
43 index fc0c0c0b8be..78c2d74959b 100644
44 --- a/dev-libs/libfmt/libfmt-9999.ebuild
45 +++ b/dev-libs/libfmt/libfmt-9999.ebuild
46 @@ -1,8 +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 +CMAKE_ECLASS=cmake
54 inherit cmake-multilib
55
56 DESCRIPTION="Small, safe and fast formatting library"
57 @@ -31,5 +32,5 @@ multilib_src_configure() {
58 -DFMT_LIB_DIR="$(get_libdir)"
59 -DFMT_TEST=$(usex test)
60 )
61 - cmake-utils_src_configure
62 + cmake_src_configure
63 }