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 AE6241382C5 for ; Mon, 8 Jun 2020 08:56:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9924E0878; Mon, 8 Jun 2020 08:56:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C1066E0878 for ; Mon, 8 Jun 2020 08:56:23 +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 B451434F39A for ; Mon, 8 Jun 2020 08:56:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 424A1291 for ; Mon, 8 Jun 2020 08:56:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1591606565.c0806e2aaf895e3c07ffffadeae6207d431d293c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/gcdemu/gcdemu-3.2.4.ebuild X-VCS-Directories: app-cdr/gcdemu/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c0806e2aaf895e3c07ffffadeae6207d431d293c X-VCS-Branch: master Date: Mon, 8 Jun 2020 08:56:21 +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: ce7aa0c2-95c5-4f8c-a10c-06016196ff9d X-Archives-Hash: a7589eefce4487b2c03f3cfcc794d12e commit: c0806e2aaf895e3c07ffffadeae6207d431d293c Author: Michał Górny gentoo org> AuthorDate: Mon Jun 8 08:31:35 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 8 08:56:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0806e2a app-cdr/gcdemu: Port to cmake.eclass Signed-off-by: Michał Górny gentoo.org> app-cdr/gcdemu/gcdemu-3.2.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-cdr/gcdemu/gcdemu-3.2.4.ebuild b/app-cdr/gcdemu/gcdemu-3.2.4.ebuild index 650abe4c268..6fb6905ac22 100644 --- a/app-cdr/gcdemu/gcdemu-3.2.4.ebuild +++ b/app-cdr/gcdemu/gcdemu-3.2.4.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit cmake-utils gnome2-utils python-single-r1 xdg-utils +inherit cmake gnome2-utils python-single-r1 xdg-utils DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon" HOMEPAGE="https://cdemu.sourceforge.io" @@ -36,13 +36,13 @@ BDEPEND="${PYTHON_DEPS} DOCS=( AUTHORS README ) src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare python_fix_shebang src/gcdemu } src_configure() { local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() {