Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/murmur/
Date: Wed, 13 Mar 2019 15:33:04
Message-Id: 1552491173.afb7a2ee7121d7b4ef5132acaa423aea0139a4a0.polynomial-c@gentoo
1 commit: afb7a2ee7121d7b4ef5132acaa423aea0139a4a0
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 13 15:27:28 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 15:32:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb7a2ee
7
8 media-sound/murmur: Bumped live ebuild to EAPI-7
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 media-sound/murmur/murmur-9999.ebuild | 18 +++++++++++++-----
14 1 file changed, 13 insertions(+), 5 deletions(-)
15
16 diff --git a/media-sound/murmur/murmur-9999.ebuild b/media-sound/murmur/murmur-9999.ebuild
17 index fa867bd6703..9795d40d383 100644
18 --- a/media-sound/murmur/murmur-9999.ebuild
19 +++ b/media-sound/murmur/murmur-9999.ebuild
20 @@ -1,19 +1,25 @@
21 -# Copyright 1999-2018 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 qmake-utils systemd user readme.gentoo-r1
29
30 DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat software"
31 HOMEPAGE="https://wiki.mumble.info"
32 -if [[ "${PV}" = 9999 ]] ; then
33 +if [[ "${PV}" == 9999 ]] ; then
34 inherit git-r3
35 EGIT_REPO_URI="https://github.com/mumble-voip/mumble.git"
36 EGIT_SUBMODULES=( '-*' )
37 else
38 - MY_P="mumble-${PV/_/~}"
39 - SRC_URI="https://mumble.info/snapshot/${MY_P}.tar.gz"
40 + MY_PN="mumble"
41 + if [[ "${PV}" == *_pre* ]] ; then
42 + MY_P="${MY_PN}-${PV}"
43 + SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${MY_P}.tar.xz"
44 + else
45 + MY_P="${MY_PN}-${PV/_/~}"
46 + SRC_URI="https://mumble.info/snapshot/${MY_P}.tar.gz"
47 + fi
48 KEYWORDS="~amd64 ~arm ~x86"
49 S="${WORKDIR}/${MY_P}"
50 fi
51 @@ -41,6 +47,8 @@ RDEPEND="
52
53 DEPEND="${RDEPEND}
54 >=dev-libs/boost-1.41.0
55 +"
56 +BDEPEND="
57 virtual/pkgconfig"
58
59 DOC_CONTENTS="