Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/websocketpp/
Date: Sun, 12 Jan 2020 13:04:01
Message-Id: 1578834226.6dcf7258b11117bd9eedda1d061e6b89e2483f17.johu@gentoo
1 commit: 6dcf7258b11117bd9eedda1d061e6b89e2483f17
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 13:03:25 2020 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 13:03:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcf7258
7
8 dev-cpp/websocketpp: Migrate to cmake eclass
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
12
13 dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild | 9 +++++----
14 1 file changed, 5 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild b/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild
17 index 4578afc07ba..16030b37783 100644
18 --- a/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild
19 +++ b/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit cmake-utils
28 +inherit cmake
29
30 DESCRIPTION="C++/Boost Asio based websocket client/server library"
31 HOMEPAGE="https://www.zaphoyd.com/websocketpp"
32 @@ -31,11 +31,12 @@ src_configure() {
33 -DENABLE_CPP11=ON
34 -DBUILD_TESTS="$(usex test)"
35 )
36 - cmake-utils_src_configure
37 +
38 + cmake_src_configure
39 }
40
41 src_install() {
42 - cmake-utils_src_install
43 + cmake_src_install
44
45 if use examples; then
46 dodoc -r examples