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 CD94C158087 for ; Sun, 6 Feb 2022 15:17:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BD4A2BC01C; Sun, 6 Feb 2022 15:17:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E06172BC01C for ; Sun, 6 Feb 2022 15:17:41 +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 F07E8342D60 for ; Sun, 6 Feb 2022 15:17:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D8021EF for ; Sun, 6 Feb 2022 15:17:39 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1644160653.6bd9912054e39bb0665ba0fcaef722af7eabe624.juippis@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-r1.ebuild acct-user/vdr/vdr-0.ebuild X-VCS-Directories: acct-user/vdr/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6bd9912054e39bb0665ba0fcaef722af7eabe624 X-VCS-Branch: master Date: Sun, 6 Feb 2022 15:17: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: 4ea94191-e678-4cc9-8447-76e8581f2a6e X-Archives-Hash: cc280b504b49462145a7bac797a62b0a commit: 6bd9912054e39bb0665ba0fcaef722af7eabe624 Author: Martin Dummer gmx net> AuthorDate: Thu Feb 3 21:30:58 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Feb 6 15:17:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd99120 acct-user/vdr: fix creation of user Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Martin Dummer gmx.net> Closes: https://github.com/gentoo/gentoo/pull/24073 Signed-off-by: Joonas Niilola gentoo.org> acct-user/vdr/{vdr-0.ebuild => vdr-0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/acct-user/vdr/vdr-0.ebuild b/acct-user/vdr/vdr-0-r1.ebuild similarity index 97% rename from acct-user/vdr/vdr-0.ebuild rename to acct-user/vdr/vdr-0-r1.ebuild index 55986b2ff78d..7871f9fcef97 100644 --- a/acct-user/vdr/vdr-0.ebuild +++ b/acct-user/vdr/vdr-0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -59,4 +59,5 @@ pkg_preinst() { die "user action required" fi fi + acct-user_pkg_preinst }