Gentoo Archives: gentoo-commits

From: Richard Freeman <rich0@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/js8call/
Date: Sat, 20 Oct 2018 16:58:53
Message-Id: 1540054716.755efa392221432000920e5cd57c6e15ef5ea4e8.rich0@gentoo
1 commit: 755efa392221432000920e5cd57c6e15ef5ea4e8
2 Author: Richard Freeman <rich0 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 20 16:58:20 2018 +0000
4 Commit: Richard Freeman <rich0 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 20 16:58:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755efa39
7
8 media-radio/js8call: use PATCHES and fix (remove) src_prepare
9
10 Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 media-radio/js8call/js8call-0.7.5.ebuild | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/media-radio/js8call/js8call-0.7.5.ebuild b/media-radio/js8call/js8call-0.7.5.ebuild
17 index a5e90d10cf0..f08e13622fc 100644
18 --- a/media-radio/js8call/js8call-0.7.5.ebuild
19 +++ b/media-radio/js8call/js8call-0.7.5.ebuild
20 @@ -15,6 +15,8 @@ SLOT="0"
21 KEYWORDS="~amd64"
22 IUSE="doc"
23
24 +PATCHES="${FILESDIR}/${PV}-makefile-removesymlink.patch"
25 +
26 RDEPEND="dev-qt/qtcore:5
27 dev-qt/qtgui:5
28 dev-qt/qtmultimedia:5
29 @@ -32,11 +34,6 @@ RDEPEND="dev-qt/qtcore:5
30 doc? ( dev-ruby/asciidoctor )"
31 DEPEND="${RDEPEND}"
32
33 -src_prepare() {
34 - eapply "${FILESDIR}/${PV}-makefile-removesymlink.patch"
35 - eapply_user
36 -}
37 -
38 src_configure() {
39 local mycmakeargs=(
40 -DWSJT_GENERATE_DOCS="$(usex doc)"