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 DC08E138334 for ; Tue, 16 Jul 2019 09:17:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2377EE07F2; Tue, 16 Jul 2019 09:17:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E1A60E07F2 for ; Tue, 16 Jul 2019 09:17:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EA3DF347CB1 for ; Tue, 16 Jul 2019 09:17:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 932C15F1 for ; Tue, 16 Jul 2019 09:17:12 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1563268527.a5ee35fc40cdacf5be0d25082c65806d24347861.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/nethack/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/nethack/nethack-3.6.0-r3.ebuild games-roguelike/nethack/nethack-3.6.1.ebuild X-VCS-Directories: games-roguelike/nethack/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a5ee35fc40cdacf5be0d25082c65806d24347861 X-VCS-Branch: master Date: Tue, 16 Jul 2019 09:17:12 +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: e0ca542d-feed-4ca5-96a0-afbd8f045eee X-Archives-Hash: db0066a2df664a43053fcd9e7f60eb98 commit: a5ee35fc40cdacf5be0d25082c65806d24347861 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jul 8 08:48:47 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jul 16 09:15:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ee35fc games-roguelike/nethack: Depend on acct-group/gamestat. Bug: https://bugs.gentoo.org/689464 Acked-by: Luis Ressel aixah.de> Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Ulrich Müller gentoo.org> games-roguelike/nethack/nethack-3.6.0-r3.ebuild | 9 ++++----- games-roguelike/nethack/nethack-3.6.1.ebuild | 7 +++---- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/games-roguelike/nethack/nethack-3.6.0-r3.ebuild b/games-roguelike/nethack/nethack-3.6.0-r3.ebuild index fa9302932cb..834881ef5f2 100644 --- a/games-roguelike/nethack/nethack-3.6.0-r3.ebuild +++ b/games-roguelike/nethack/nethack-3.6.0-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs flag-o-matic user +inherit eutils toolchain-funcs flag-o-matic MY_PV=${PV//.} DESCRIPTION="The ultimate old-school single player dungeon exploration game" @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd" IUSE="experimental X" -RDEPEND="sys-libs/ncurses:0= +RDEPEND="acct-group/gamestat + sys-libs/ncurses:0= X? ( x11-libs/libXaw x11-libs/libXpm @@ -35,8 +36,6 @@ NETHACK_GROUP="gamestat" pkg_setup() { HACKDIR="/usr/$(get_libdir)/${PN}" - - enewgroup gamestat 36 } src_prepare() { diff --git a/games-roguelike/nethack/nethack-3.6.1.ebuild b/games-roguelike/nethack/nethack-3.6.1.ebuild index 783a9ec4f64..b2a450c706d 100644 --- a/games-roguelike/nethack/nethack-3.6.1.ebuild +++ b/games-roguelike/nethack/nethack-3.6.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop flag-o-matic toolchain-funcs user +inherit desktop flag-o-matic toolchain-funcs MY_PV=${PV//.} DESCRIPTION="The ultimate old-school single player dungeon exploration game" @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="X" -RDEPEND="sys-libs/ncurses:0= +RDEPEND="acct-group/gamestat + sys-libs/ncurses:0= X? ( x11-libs/libXaw x11-libs/libXpm @@ -96,8 +97,6 @@ src_install() { } pkg_preinst() { - enewgroup gamestat 36 - fowners root:gamestat /var/games/nethack /var/games/nethack/save fperms 2770 /var/games/nethack /var/games/nethack/save