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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DDE4138334 for ; Tue, 13 Aug 2019 16:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 871D1E086D; Tue, 13 Aug 2019 16:40:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71DC7E086D for ; Tue, 13 Aug 2019 16:40:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A20BD349A74 for ; Tue, 13 Aug 2019 16:40:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F5DD76D for ; Tue, 13 Aug 2019 16:40:39 +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: <1565714431.c0a9de39f570999232659c811ecb8fedb8ad03ba.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/umurmur/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/umurmur/umurmur-9999.ebuild X-VCS-Directories: media-sound/umurmur/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c0a9de39f570999232659c811ecb8fedb8ad03ba X-VCS-Branch: master Date: Tue, 13 Aug 2019 16:40:39 +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: 5c67b23b-5f1b-434e-bf4a-b5c98c9a6548 X-Archives-Hash: d1aaa43574f6c7a5de22d61026c6d312 commit: c0a9de39f570999232659c811ecb8fedb8ad03ba Author: Lars Wendler gentoo org> AuthorDate: Tue Aug 6 22:39:59 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Aug 13 16:40:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a9de39 media-sound/umurmur: Synced live ebuild Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> media-sound/umurmur/umurmur-9999.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/media-sound/umurmur/umurmur-9999.ebuild b/media-sound/umurmur/umurmur-9999.ebuild index 54434dd96ad..d01e6411f0f 100644 --- a/media-sound/umurmur/umurmur-9999.ebuild +++ b/media-sound/umurmur/umurmur-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools systemd readme.gentoo-r1 user +inherit autotools systemd readme.gentoo-r1 DESCRIPTION="Minimalistic Murmur (Mumble server)" HOMEPAGE="https://github.com/umurmur/umurmur" @@ -35,7 +35,10 @@ DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2 ) " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + acct-group/murmur + acct-user/murmur +" DOC_CONTENTS=" A configuration file has been installed at /etc/umurmur/umurmur.conf - you @@ -66,11 +69,6 @@ pkg_pretend() { fi } -pkg_setup() { - enewgroup murmur - enewuser murmur "" "" "" murmur -} - src_prepare() { default eautoreconf