Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/specimen/
Date: Sun, 10 Mar 2019 16:42:17
Message-Id: 1552236109.25982b170ac62c28504a6ae9288cca35731776da.asturm@gentoo
1 commit: 25982b170ac62c28504a6ae9288cca35731776da
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 10 16:16:22 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 16:41:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25982b17
7
8 media-sound/specimen: EAPI-7 bump, drop versionator, missing desktop
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild | 26 +++++++++++++----------
14 1 file changed, 15 insertions(+), 11 deletions(-)
15
16 diff --git a/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild b/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild
17 index b664bba525c..b310ba24534 100644
18 --- a/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild
19 +++ b/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild
20 @@ -1,11 +1,10 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -inherit autotools versionator
29 -
30 -MY_PV="$(replace_version_separator 3 -)"
31 +MY_PV="${PV/_/-}"
32 +inherit autotools desktop
33
34 DESCRIPTION="A Midi Controllable Audio Sampler"
35 HOMEPAGE="http://zhevny.com/specimen"
36 @@ -16,22 +15,27 @@ SLOT="0"
37 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
38 IUSE="lash"
39
40 -RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2
41 +BDEPEND="
42 + virtual/pkgconfig
43 +"
44 +DEPEND="
45 + dev-libs/libxml2:2
46 + gnome-base/libgnomecanvas
47 >=media-libs/alsa-lib-0.9
48 media-libs/libsamplerate
49 media-libs/libsndfile
50 >=media-libs/phat-0.4
51 - dev-libs/libxml2:2
52 + >=media-sound/jack-audio-connection-kit-0.109.2
53 x11-libs/gtk+:2
54 - gnome-base/libgnomecanvas
55 - lash? ( media-sound/lash )"
56 -DEPEND="${RDEPEND}
57 - virtual/pkgconfig"
58 + lash? ( media-sound/lash )
59 +"
60 +RDEPEND="${DEPEND}"
61
62 PATCHES=(
63 "${FILESDIR}/${P}-jackmidi.patch"
64 "${FILESDIR}/${P}-underlinking.patch"
65 )
66 +
67 S="${WORKDIR}"/${PN}-${MY_PV}
68
69 src_prepare() {