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 4FF5C13835A for ; Mon, 14 Sep 2020 12:23:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62013E0C0C; Mon, 14 Sep 2020 12:23:36 +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 CC7F9E0C0B for ; Mon, 14 Sep 2020 12:23:35 +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 5BEA43404A5 for ; Mon, 14 Sep 2020 12:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6D2D2EE for ; Mon, 14 Sep 2020 12:23:32 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1600086210.956edd419e62945200693a1fa0425ce0b8295cf0.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/accel-ppp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/accel-ppp/accel-ppp-9999.ebuild X-VCS-Directories: net-dialup/accel-ppp/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 956edd419e62945200693a1fa0425ce0b8295cf0 X-VCS-Branch: master Date: Mon, 14 Sep 2020 12:23:32 +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: d62895ea-189c-4eae-a58d-64c4ed92cf8f X-Archives-Hash: 148d8713a2271f89caa0570fd6e0be1c commit: 956edd419e62945200693a1fa0425ce0b8295cf0 Author: Sergey Popov gentoo org> AuthorDate: Mon Sep 14 12:18:19 2020 +0000 Commit: Sergey Popov gentoo org> CommitDate: Mon Sep 14 12:23:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=956edd41 net-dialup/accel-ppp-9999: migrate from cmake-utils to cmake eclass Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sergey Popov gentoo.org> net-dialup/accel-ppp/accel-ppp-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net-dialup/accel-ppp/accel-ppp-9999.ebuild b/net-dialup/accel-ppp/accel-ppp-9999.ebuild index 08a014f0a2b..3f8aec7348a 100644 --- a/net-dialup/accel-ppp/accel-ppp-9999.ebuild +++ b/net-dialup/accel-ppp/accel-ppp-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 EGIT_REPO_URI="https://github.com/accel-ppp/accel-ppp.git" -inherit cmake-utils flag-o-matic git-r3 linux-info linux-mod +inherit cmake flag-o-matic git-r3 linux-info linux-mod DESCRIPTION="High performance PPTP, PPPoE and L2TP server" HOMEPAGE="https://sourceforge.net/projects/accel-ppp/" @@ -51,7 +51,7 @@ src_prepare() { # Bug #549918 append-ldflags -Wl,-z,lazy - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -71,11 +71,11 @@ src_configure() { -DSHAPER="$(usex shaper)" $(use debug && echo "-DVALGRIND=$(usex valgrind)") ) - cmake-utils_src_configure + cmake_src_configure } src_compile() { - cmake-utils_src_compile + cmake_src_compile } src_install() { @@ -84,7 +84,7 @@ src_install() { linux-mod_src_install fi - cmake-utils_src_install + cmake_src_install use doc && dodoc -r rfc