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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EB651581F3 for ; Sun, 1 Dec 2024 11:54:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43960E07F6; Sun, 1 Dec 2024 11:54:36 +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 25B30E07F1 for ; Sun, 1 Dec 2024 11:54:36 +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 40EE4341707 for ; Sun, 1 Dec 2024 11:54:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF0EFD81 for ; Sun, 1 Dec 2024 11:54:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1733053929.a88993d40917dc6333f48cd9a579ff821708f80a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/vdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/vdr/vdr-0-r2.ebuild acct-user/vdr/vdr-0-r3.ebuild X-VCS-Directories: acct-user/vdr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a88993d40917dc6333f48cd9a579ff821708f80a X-VCS-Branch: master Date: Sun, 1 Dec 2024 11:54:33 +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: 2dc2a639-78d5-4bd9-ad7b-550d0e3ae5c3 X-Archives-Hash: e3e7ec4bb50f496da805953b910aacee commit: a88993d40917dc6333f48cd9a579ff821708f80a Author: Paul Zander gmail com> AuthorDate: Mon Apr 29 16:04:08 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 1 11:52:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88993d4 acct-user/vdr: [QA] BannedEapiCommand Add RDEPEND for IUSE Add REQUIRED_USE for remote Signed-off-by: Paul Zander gmail.com> Signed-off-by: Sam James gentoo.org> acct-user/vdr/{vdr-0-r2.ebuild => vdr-0-r3.ebuild} | 26 +++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/acct-user/vdr/vdr-0-r2.ebuild b/acct-user/vdr/vdr-0-r3.ebuild similarity index 87% rename from acct-user/vdr/vdr-0-r2.ebuild rename to acct-user/vdr/vdr-0-r3.ebuild index 7c25955a8feb..98027c414841 100644 --- a/acct-user/vdr/vdr-0-r2.ebuild +++ b/acct-user/vdr/vdr-0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,6 +14,30 @@ IUSE="graphlcd legacy-homedir remote serial systemd" acct-user_add_deps +REQUIRED_USE=" + remote? ( systemd ) +" + +RDEPEND+=" + graphlcd? ( + acct-group/lp + acct-group/usb + ) + remote? ( + systemd? ( + acct-group/input + ) + ) + serial? ( + systemd? ( + acct-group/dialout + ) + !systemd? ( + acct-group/uucp + ) + ) +" + pkg_setup() { # if user wants to preserve his existing vdr installation, # he can set USE=legacy-homedir