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 B4E39138334 for ; Sat, 20 Oct 2018 16:58:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE507E08A0; Sat, 20 Oct 2018 16:58:50 +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 883FBE08A0 for ; Sat, 20 Oct 2018 16:58:49 +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 2F7FE335CCF for ; Sat, 20 Oct 2018 16:58:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 394B0391 for ; Sat, 20 Oct 2018 16:58:46 +0000 (UTC) From: "Richard Freeman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Freeman" Message-ID: <1540054716.755efa392221432000920e5cd57c6e15ef5ea4e8.rich0@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/js8call/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/js8call/js8call-0.7.5.ebuild X-VCS-Directories: media-radio/js8call/ X-VCS-Committer: rich0 X-VCS-Committer-Name: Richard Freeman X-VCS-Revision: 755efa392221432000920e5cd57c6e15ef5ea4e8 X-VCS-Branch: master Date: Sat, 20 Oct 2018 16:58:46 +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-Archives-Salt: 0c104ea3-16a9-4040-ad4a-181dfd61a826 X-Archives-Hash: a0c6323df311d8bbe49c3a32aa2be285 commit: 755efa392221432000920e5cd57c6e15ef5ea4e8 Author: Richard Freeman gentoo org> AuthorDate: Sat Oct 20 16:58:20 2018 +0000 Commit: Richard Freeman gentoo org> CommitDate: Sat Oct 20 16:58:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755efa39 media-radio/js8call: use PATCHES and fix (remove) src_prepare Signed-off-by: Richard Freeman gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 media-radio/js8call/js8call-0.7.5.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-radio/js8call/js8call-0.7.5.ebuild b/media-radio/js8call/js8call-0.7.5.ebuild index a5e90d10cf0..f08e13622fc 100644 --- a/media-radio/js8call/js8call-0.7.5.ebuild +++ b/media-radio/js8call/js8call-0.7.5.ebuild @@ -15,6 +15,8 @@ SLOT="0" KEYWORDS="~amd64" IUSE="doc" +PATCHES="${FILESDIR}/${PV}-makefile-removesymlink.patch" + RDEPEND="dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 @@ -32,11 +34,6 @@ RDEPEND="dev-qt/qtcore:5 doc? ( dev-ruby/asciidoctor )" DEPEND="${RDEPEND}" -src_prepare() { - eapply "${FILESDIR}/${PV}-makefile-removesymlink.patch" - eapply_user -} - src_configure() { local mycmakeargs=( -DWSJT_GENERATE_DOCS="$(usex doc)"