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 B9C1A1382C5 for ; Sat, 3 Apr 2021 18:55:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF5D8E0827; Sat, 3 Apr 2021 18:55:46 +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 D1FF4E0827 for ; Sat, 3 Apr 2021 18:55:46 +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 C2FDB335D41 for ; Sat, 3 Apr 2021 18:55:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 635CB478 for ; Sat, 3 Apr 2021 18:55:44 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1617476142.de7a77b87be67fe83c5c29f084c97e6092158a4d.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/corehunt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/corehunt/corehunt-9999.ebuild X-VCS-Directories: gui-apps/corehunt/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: de7a77b87be67fe83c5c29f084c97e6092158a4d X-VCS-Branch: dev Date: Sat, 3 Apr 2021 18:55: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: b5c085bc-8a60-4967-aab5-3979d8cfbcff X-Archives-Hash: e3524707ca047248304dbdd90b9dd01d commit: de7a77b87be67fe83c5c29f084c97e6092158a4d Author: Maciej Barć riseup net> AuthorDate: Sat Apr 3 18:55:40 2021 +0000 Commit: Maciej Barć riseup net> CommitDate: Sat Apr 3 18:55:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de7a77b8 gui-apps/corehunt: move live to cmake Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Maciej Barć riseup.net> gui-apps/corehunt/corehunt-9999.ebuild | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/gui-apps/corehunt/corehunt-9999.ebuild b/gui-apps/corehunt/corehunt-9999.ebuild index e548618fc..c5b2257b4 100644 --- a/gui-apps/corehunt/corehunt-9999.ebuild +++ b/gui-apps/corehunt/corehunt-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A file finder utility for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corehunt" @@ -33,21 +33,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die }