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/tqsl/
Date: Fri, 23 Mar 2018 17:30:45
Message-Id: 1521826224.37ad00c415647176034540c49556f969820f3957.rich0@gentoo
1 commit: 37ad00c415647176034540c49556f969820f3957
2 Author: Richard Freeman <rich0 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 23 17:30:24 2018 +0000
4 Commit: Richard Freeman <rich0 <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 23 17:30:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ad00c4
7
8 media-radio/tqsl: use cmake-utils src_prepare
9
10 Closes: https://bugs.gentoo.org/651258
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 media-radio/tqsl/tqsl-2.3.1.ebuild | 10 +++-------
14 1 file changed, 3 insertions(+), 7 deletions(-)
15
16 diff --git a/media-radio/tqsl/tqsl-2.3.1.ebuild b/media-radio/tqsl/tqsl-2.3.1.ebuild
17 index 8321f32ece3..7562cb9ff58 100644
18 --- a/media-radio/tqsl/tqsl-2.3.1.ebuild
19 +++ b/media-radio/tqsl/tqsl-2.3.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -27,12 +27,8 @@ HTML_DOCS=( html )
27
28 WX_GTK_VER=3.0
29
30 +PATCHES="${FILESDIR}/${PV}-suffix.patch"
31 +
32 pkg_setup() {
33 setup-wxwidgets
34 }
35 -
36 -src_prepare() {
37 -# Fix syntax file in makefile
38 - eapply_user
39 - epatch "${FILESDIR}/${PV}-suffix.patch"
40 -}