Gentoo Archives: gentoo-commits

From: Kenton Groombridge <concord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/murmur/
Date: Sun, 03 Jul 2022 19:18:13
Message-Id: 1656875869.fa68db7ce4af57654fa8b7de1bb9b64d5e6b0bd0.concord@gentoo
1 commit: fa68db7ce4af57654fa8b7de1bb9b64d5e6b0bd0
2 Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 19:03:23 2022 +0000
4 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 19:17:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa68db7c
7
8 net-voip/murmur: sync live ebuild
9
10 Closes: https://bugs.gentoo.org/814785
11 Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
12
13 net-voip/murmur/murmur-9999.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-voip/murmur/murmur-9999.ebuild b/net-voip/murmur/murmur-9999.ebuild
17 index 00fd25ef4af5..13d53c0b08f9 100644
18 --- a/net-voip/murmur/murmur-9999.ebuild
19 +++ b/net-voip/murmur/murmur-9999.ebuild
20 @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.mumble.info"
21 if [[ "${PV}" == 9999 ]] ; then
22 inherit git-r3
23 EGIT_REPO_URI="https://github.com/mumble-voip/mumble.git"
24 - EGIT_SUBMODULES=( '-*' )
25 + EGIT_SUBMODULES=( '-*' 3rdparty/FindPythonInterpreter 3rdparty/gsl 3rdparty/tracy )
26 else
27 MY_PN="mumble"
28 if [[ "${PV}" == *_pre* ]] ; then
29 @@ -130,7 +130,7 @@ src_configure() {
30 src_install() {
31 cmake_src_install
32
33 - dodoc README.md CHANGES
34 + dodoc README.md
35
36 docinto scripts
37 dodoc -r scripts/server
38 @@ -164,7 +164,7 @@ src_install() {
39 fowners root:murmur ${etcdir}/murmur.ini
40 fperms 640 ${etcdir}/murmur.ini
41
42 - doman man/murmurd.1
43 + newman man/mumble-server.1 murmurd.1
44
45 readme.gentoo_create_doc
46 }