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 70C06158044 for ; Tue, 16 Apr 2024 15:16:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CCAAE2A23; Tue, 16 Apr 2024 15:16:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 827C9E2A23 for ; Tue, 16 Apr 2024 15:16:37 +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 C19533433F8 for ; Tue, 16 Apr 2024 15:16:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 509F916F8 for ; Tue, 16 Apr 2024 15:16:35 +0000 (UTC) From: "Richard Freeman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Freeman" Message-ID: <1713280562.641c536fe4afa656f34ebb656bf1e8bca8bd87bc.rich0@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/systemd-cron/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/systemd-cron/systemd-cron-2.3.4-r1.ebuild sys-process/systemd-cron/systemd-cron-2.3.4.ebuild X-VCS-Directories: sys-process/systemd-cron/ X-VCS-Committer: rich0 X-VCS-Committer-Name: Richard Freeman X-VCS-Revision: 641c536fe4afa656f34ebb656bf1e8bca8bd87bc X-VCS-Branch: master Date: Tue, 16 Apr 2024 15:16:35 +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: a7c5273c-e88e-4e2d-9fc1-6937438d5a30 X-Archives-Hash: 67cd19c8b4caca01bfaf1700fd5654eb commit: 641c536fe4afa656f34ebb656bf1e8bca8bd87bc Author: Richard Freeman gentoo org> AuthorDate: Tue Apr 16 15:14:12 2024 +0000 Commit: Richard Freeman gentoo org> CommitDate: Tue Apr 16 15:16:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641c536f sys-process/systemd-cron: Require split-usr in deps and no longer die. Closes: https://bugs.gentoo.org/928893 Signed-off-by: Richard Freeman gentoo.org> ...{systemd-cron-2.3.4.ebuild => systemd-cron-2.3.4-r1.ebuild} | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/sys-process/systemd-cron/systemd-cron-2.3.4.ebuild b/sys-process/systemd-cron/systemd-cron-2.3.4-r1.ebuild similarity index 90% rename from sys-process/systemd-cron/systemd-cron-2.3.4.ebuild rename to sys-process/systemd-cron/systemd-cron-2.3.4-r1.ebuild index 32892c37b102..00738f1c0e07 100644 --- a/sys-process/systemd-cron/systemd-cron-2.3.4.ebuild +++ b/sys-process/systemd-cron/systemd-cron-2.3.4-r1.ebuild @@ -23,7 +23,7 @@ RDEPEND=" acct-group/_cron-failure app-crypt/libmd:= sys-process/cronbase - >=sys-apps/systemd-253 + >=sys-apps/systemd-255[-split-usr(-)] !etc-crontab-systemd? ( !sys-process/dcron ) runparts? ( sys-apps/debianutils ) " @@ -32,14 +32,6 @@ DEPEND=" sys-process/cronbase " -pkg_pretend() { - if use runparts && ! [ -x /usr/bin/run-parts ] ; then - eerror "Please complete the migration to merged-usr." - eerror "https://wiki.gentoo.org/wiki/Merge-usr" - die "systemd-cron no longer supports split-usr" - fi -} - src_prepare() { sed -i \ -e 's/^crontab/crontab-systemd/' \