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 24231158087 for ; Mon, 31 Jan 2022 09:19:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65D692BC031; Mon, 31 Jan 2022 09:19:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0B6342BC031 for ; Mon, 31 Jan 2022 09:19:38 +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 CE3CF343412 for ; Mon, 31 Jan 2022 09:19:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 073A528E for ; Mon, 31 Jan 2022 09:19:35 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1643620769.4b0518433f277f7ccf8215852cfe6c449c29aee2.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/murmur/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/murmur/murmur-9999.ebuild X-VCS-Directories: media-sound/murmur/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4b0518433f277f7ccf8215852cfe6c449c29aee2 X-VCS-Branch: master Date: Mon, 31 Jan 2022 09:19:35 +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: 9a095cb4-737f-4a4f-b30f-580affabcfa6 X-Archives-Hash: c5fe26919ff1a7493ee0b06ce1741b46 commit: 4b0518433f277f7ccf8215852cfe6c449c29aee2 Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 31 09:19:16 2022 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 31 09:19:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b051843 media-sound/murmur: Synced live ebuild Signed-off-by: Lars Wendler gentoo.org> media-sound/murmur/murmur-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-sound/murmur/murmur-9999.ebuild b/media-sound/murmur/murmur-9999.ebuild index 49460f4e5a97..4f1b9c34f6e5 100644 --- a/media-sound/murmur/murmur-9999.ebuild +++ b/media-sound/murmur/murmur-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,9 +22,9 @@ else MY_P="${MY_PN}-${MY_PV}" SRC_URI="https://github.com/mumble-voip/mumble/releases/download/${MY_PV}/${MY_P}.tar.gz https://dl.mumble.info/${MY_P}.tar.gz" - S="${WORKDIR}/${MY_PN}-${PV/_*}" + S="${WORKDIR}/${MY_PN}-${PV/_*}.src" fi - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~x86" fi LICENSE="BSD" @@ -90,7 +90,7 @@ src_prepare() { sed \ -e 's:mumble-server:murmur:g' \ -e 's:/var/run:/run:g' \ - -i "${S}"/scripts/murmur.{conf,ini.system} || die + -i "${S}"/scripts/murmur.{conf,ini} || die # Adjust systemd service file to our config location #689208 sed "s@/etc/${PN}\.ini@/etc/${PN}/${PN}.ini@" \ @@ -130,7 +130,7 @@ src_install() { local etcdir="/etc/murmur" insinto ${etcdir} - newins scripts/${PN}.ini.system ${PN}.ini + doins scripts/${PN}.ini insinto /etc/logrotate.d/ newins "${FILESDIR}"/murmur.logrotate murmur