From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7518E158093 for ; Sun, 3 Jul 2022 19:18:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43408E0ABD; Sun, 3 Jul 2022 19:18:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3AC0E0AA6 for ; Sun, 3 Jul 2022 19:18:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE3EA341569 for ; Sun, 3 Jul 2022 19:18:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 332B5525 for ; Sun, 3 Jul 2022 19:18:09 +0000 (UTC) From: "Kenton Groombridge" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" Message-ID: <1656875869.fa68db7ce4af57654fa8b7de1bb9b64d5e6b0bd0.concord@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/murmur/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/murmur/murmur-9999.ebuild X-VCS-Directories: net-voip/murmur/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: fa68db7ce4af57654fa8b7de1bb9b64d5e6b0bd0 X-VCS-Branch: master Date: Sun, 3 Jul 2022 19:18:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 90984afd-82ca-4e8d-be50-0cd0a26a51b2 X-Archives-Hash: 0110b97fa1152821a3964dc9d77668de commit: fa68db7ce4af57654fa8b7de1bb9b64d5e6b0bd0 Author: Kenton Groombridge gentoo org> AuthorDate: Sun Jul 3 19:03:23 2022 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Sun Jul 3 19:17:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa68db7c net-voip/murmur: sync live ebuild Closes: https://bugs.gentoo.org/814785 Signed-off-by: Kenton Groombridge gentoo.org> net-voip/murmur/murmur-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-voip/murmur/murmur-9999.ebuild b/net-voip/murmur/murmur-9999.ebuild index 00fd25ef4af5..13d53c0b08f9 100644 --- a/net-voip/murmur/murmur-9999.ebuild +++ b/net-voip/murmur/murmur-9999.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.mumble.info" if [[ "${PV}" == 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/mumble-voip/mumble.git" - EGIT_SUBMODULES=( '-*' ) + EGIT_SUBMODULES=( '-*' 3rdparty/FindPythonInterpreter 3rdparty/gsl 3rdparty/tracy ) else MY_PN="mumble" if [[ "${PV}" == *_pre* ]] ; then @@ -130,7 +130,7 @@ src_configure() { src_install() { cmake_src_install - dodoc README.md CHANGES + dodoc README.md docinto scripts dodoc -r scripts/server @@ -164,7 +164,7 @@ src_install() { fowners root:murmur ${etcdir}/murmur.ini fperms 640 ${etcdir}/murmur.ini - doman man/murmurd.1 + newman man/mumble-server.1 murmurd.1 readme.gentoo_create_doc }