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 2D00A1382C5 for ; Tue, 23 Jun 2020 00:18:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E091E0896; Tue, 23 Jun 2020 00:18:17 +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 E1FB4E0896 for ; Tue, 23 Jun 2020 00:18:16 +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 280FC34F294 for ; Tue, 23 Jun 2020 00:18:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2C5F2AB for ; Tue, 23 Jun 2020 00:18:11 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1592871311.0a3c0acbea31e9d151f7817c9a166c8655cef043.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/kristall/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/kristall/kristall-0.3.ebuild X-VCS-Directories: net-misc/kristall/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 0a3c0acbea31e9d151f7817c9a166c8655cef043 X-VCS-Branch: dev Date: Tue, 23 Jun 2020 00:18:11 +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: 68dbc4c6-70eb-4f77-869f-1da7c2456e03 X-Archives-Hash: 012025445426e827477e3acbd010666f commit: 0a3c0acbea31e9d151f7817c9a166c8655cef043 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Tue Jun 23 00:15:11 2020 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Tue Jun 23 00:15:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a3c0acb net-misc/kristall: Remove src_prepare(). Not needed anymore because the Makefile generated by qmake is discarded. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> net-misc/kristall/kristall-0.3.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/net-misc/kristall/kristall-0.3.ebuild b/net-misc/kristall/kristall-0.3.ebuild index a575f1a..108347b 100644 --- a/net-misc/kristall/kristall-0.3.ebuild +++ b/net-misc/kristall/kristall-0.3.ebuild @@ -16,11 +16,6 @@ KEYWORDS="~amd64" RDEPEND="dev-qt/qtmultimedia:5[widgets]" DEPEND="${RDEPEND}" -src_prepare() { - xdg_src_prepare - sed -Ei 's|(target\.path) = .+|\1 = /usr/bin|' src/kristall.pro || die -} - src_configure() { # qmake overwrites Makefile but it is needed for installing. mv Makefile{,.tmp} || die