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 BFC5215806E for ; Wed, 31 May 2023 08:37:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7854E08C0; Wed, 31 May 2023 08:37:10 +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 AA73AE08C0 for ; Wed, 31 May 2023 08:37:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A989234103C for ; Wed, 31 May 2023 08:37:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43A0CA67 for ; Wed, 31 May 2023 08:37:08 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1685522222.06449b818c2e69bc58d1b760b324b94cc978db18.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/seatd/, sys-auth/seatd/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/seatd/files/seatd.initd-r1 sys-auth/seatd/seatd-0.7.0-r2.ebuild sys-auth/seatd/seatd-9999.ebuild X-VCS-Directories: sys-auth/seatd/ sys-auth/seatd/files/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 06449b818c2e69bc58d1b760b324b94cc978db18 X-VCS-Branch: master Date: Wed, 31 May 2023 08:37:08 +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: 0c1737da-baae-422e-a797-5cf456f2d3f3 X-Archives-Hash: ddf659d5e678711fbedd9366d44b4a5e commit: 06449b818c2e69bc58d1b760b324b94cc978db18 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Tue May 23 17:22:06 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed May 31 08:37:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06449b81 sys-auth/seatd: Use `seat` group with OpenRC Closes: https://bugs.gentoo.org/906790 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/31236 Signed-off-by: Arthur Zamarin gentoo.org> sys-auth/seatd/files/seatd.initd-r1 | 4 ++++ sys-auth/seatd/{seatd-9999.ebuild => seatd-0.7.0-r2.ebuild} | 12 +++++++++--- sys-auth/seatd/seatd-9999.ebuild | 12 +++++++++--- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/sys-auth/seatd/files/seatd.initd-r1 b/sys-auth/seatd/files/seatd.initd-r1 new file mode 100644 index 000000000000..a71a9c480aca --- /dev/null +++ b/sys-auth/seatd/files/seatd.initd-r1 @@ -0,0 +1,4 @@ +#!/sbin/openrc-run +supervisor=supervise-daemon +command="seatd" +command_args="-g seat" diff --git a/sys-auth/seatd/seatd-9999.ebuild b/sys-auth/seatd/seatd-0.7.0-r2.ebuild similarity index 72% copy from sys-auth/seatd/seatd-9999.ebuild copy to sys-auth/seatd/seatd-0.7.0-r2.ebuild index a3351b9b2463..568f20ede190 100644 --- a/sys-auth/seatd/seatd-9999.ebuild +++ b/sys-auth/seatd/seatd-0.7.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd" else - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT" @@ -50,7 +50,13 @@ src_install() { meson_src_install if use server; then - newinitd "${FILESDIR}/seatd.initd" seatd + newinitd "${FILESDIR}/seatd.initd-r1" seatd systemd_dounit contrib/systemd/seatd.service + + if has_version '