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 8C4A9138350 for ; Mon, 20 Apr 2020 19:51:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84EEAE08F9; Mon, 20 Apr 2020 19:51:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 70112E08F9 for ; Mon, 20 Apr 2020 19:51:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2435834F1DE for ; Mon, 20 Apr 2020 19:51:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EF749C for ; Mon, 20 Apr 2020 19:51:41 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1587410313.d21e2b71d496d3686cf17f8e0cc29bed0f8405b0.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/transmission/transmission-9999.ebuild X-VCS-Directories: net-p2p/transmission/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d21e2b71d496d3686cf17f8e0cc29bed0f8405b0 X-VCS-Branch: master Date: Mon, 20 Apr 2020 19:51:41 +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: 3bb70adf-dfc4-4b5e-b01f-bb99a6ba72fc X-Archives-Hash: 78ce0f8ad28a7352bb117ee368302766 commit: d21e2b71d496d3686cf17f8e0cc29bed0f8405b0 Author: Mike Gilbert gentoo org> AuthorDate: Mon Apr 20 19:18:14 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Apr 20 19:18:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21e2b71 net-p2p/transmission: switch to cmake eclass Signed-off-by: Mike Gilbert gentoo.org> net-p2p/transmission/transmission-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-9999.ebuild index b15f594478b..f7f2735ac3c 100644 --- a/net-p2p/transmission/transmission-9999.ebuild +++ b/net-p2p/transmission/transmission-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2006-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils systemd xdg-utils +inherit cmake systemd xdg-utils if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -115,11 +115,11 @@ src_configure() { -DWITH_SYSTEMD=$(usex systemd ON OFF) ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install newinitd "${FILESDIR}"/transmission-daemon.initd.10 transmission-daemon newconfd "${FILESDIR}"/transmission-daemon.confd.4 transmission-daemon