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 327D5138346 for ; Mon, 6 Jan 2020 12:23:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32EF1E0839; Mon, 6 Jan 2020 12:23:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 04999E0839 for ; Mon, 6 Jan 2020 12:23:50 +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 49E1E34DD00 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 CC6AD42 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.6283ff1c5eadf7708304f02c23eb719b8a5f0648.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libwebsockets/libwebsockets-3.2.0.ebuild net-libs/libwebsockets/libwebsockets-3.2.1.ebuild X-VCS-Directories: net-libs/libwebsockets/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6283ff1c5eadf7708304f02c23eb719b8a5f0648 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: f770c795-16ba-4a69-8699-16c86fda2382 X-Archives-Hash: 407a6da95752e3d246f022dd8aeb8512 commit: 6283ff1c5eadf7708304f02c23eb719b8a5f0648 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 6 10:54:35 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=6283ff1c net-libs/libwebsockets: Switch to cmake.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libwebsockets/libwebsockets-3.2.0.ebuild | 6 +++--- net-libs/libwebsockets/libwebsockets-3.2.1.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-libs/libwebsockets/libwebsockets-3.2.0.ebuild b/net-libs/libwebsockets/libwebsockets-3.2.0.ebuild index edff1fac3cb..587991e9177 100644 --- a/net-libs/libwebsockets/libwebsockets-3.2.0.ebuild +++ b/net-libs/libwebsockets/libwebsockets-3.2.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="A flexible pure-C library for implementing network protocols" HOMEPAGE="https://libwebsockets.org/" @@ -74,5 +74,5 @@ src_configure() { -DLWS_WITHOUT_TESTAPPS=ON ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/net-libs/libwebsockets/libwebsockets-3.2.1.ebuild b/net-libs/libwebsockets/libwebsockets-3.2.1.ebuild index a32a7abefca..f9284f98884 100644 --- a/net-libs/libwebsockets/libwebsockets-3.2.1.ebuild +++ b/net-libs/libwebsockets/libwebsockets-3.2.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="A flexible pure-C library for implementing network protocols" HOMEPAGE="https://libwebsockets.org/" @@ -73,5 +73,5 @@ src_configure() { -DLWS_WITHOUT_TESTAPPS=ON ) - cmake-utils_src_configure + cmake_src_configure }