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 3B6BE13835B for ; Thu, 25 Jun 2020 07:30:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F552E088F; Thu, 25 Jun 2020 07:30:00 +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 2DA8CE088B for ; Thu, 25 Jun 2020 07:30:00 +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 29BC634EE84 for ; Thu, 25 Jun 2020 07:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8FAF2B2 for ; Thu, 25 Jun 2020 07:29:57 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1592871311.0a3c0acbea31e9d151f7817c9a166c8655cef043.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0a3c0acbea31e9d151f7817c9a166c8655cef043 X-VCS-Branch: master Date: Thu, 25 Jun 2020 07:29:57 +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: 850c2149-03c6-4339-88ed-6eae5493b7c6 X-Archives-Hash: f5048725c4ef410788f053e301529a27 commit: 0a3c0acbea31e9d151f7817c9a166c8655cef043 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Tue Jun 23 00:15:11 2020 +0000 Commit: Andrew Ammerlaan riseup net> 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