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 4435415838C for ; Tue, 30 Jan 2024 05:38:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82735E2A6D; Tue, 30 Jan 2024 05:38:25 +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 63A86E2A6D for ; Tue, 30 Jan 2024 05:38:25 +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 6F1B73430C5 for ; Tue, 30 Jan 2024 05:38:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06CFBAE3 for ; Tue, 30 Jan 2024 05:38:23 +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: <1706593084.ee22ac8f636ce472339d49ef7b36143f95cc25de.sam@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-1.16.7-r1.ebuild sys-process/systemd-cron/systemd-cron-2.2.0-r1.ebuild sys-process/systemd-cron/systemd-cron-2.3.0-r1.ebuild sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild X-VCS-Directories: sys-process/systemd-cron/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ee22ac8f636ce472339d49ef7b36143f95cc25de X-VCS-Branch: master Date: Tue, 30 Jan 2024 05:38:23 +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: 20cbb691-2129-4ab1-af89-4f6558c648da X-Archives-Hash: 3835fac188a3ed468eccfb14d68a89a4 commit: ee22ac8f636ce472339d49ef7b36143f95cc25de Author: Sam James gentoo org> AuthorDate: Tue Jan 30 05:25:47 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 30 05:38:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee22ac8f sys-process/systemd-cron: fix indentation Signed-off-by: Sam James gentoo.org> sys-process/systemd-cron/systemd-cron-1.16.7-r1.ebuild | 8 ++++---- sys-process/systemd-cron/systemd-cron-2.2.0-r1.ebuild | 8 ++++---- sys-process/systemd-cron/systemd-cron-2.3.0-r1.ebuild | 8 ++++---- sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/sys-process/systemd-cron/systemd-cron-1.16.7-r1.ebuild b/sys-process/systemd-cron/systemd-cron-1.16.7-r1.ebuild index 873c2ce086a0..b779832b971b 100644 --- a/sys-process/systemd-cron/systemd-cron-1.16.7-r1.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.16.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,9 +31,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" 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" + 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 } diff --git a/sys-process/systemd-cron/systemd-cron-2.2.0-r1.ebuild b/sys-process/systemd-cron/systemd-cron-2.2.0-r1.ebuild index 9cc24c0a17b5..5fc4b9bc9d58 100644 --- a/sys-process/systemd-cron/systemd-cron-2.2.0-r1.ebuild +++ b/sys-process/systemd-cron/systemd-cron-2.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,9 +29,9 @@ 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" + 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 } diff --git a/sys-process/systemd-cron/systemd-cron-2.3.0-r1.ebuild b/sys-process/systemd-cron/systemd-cron-2.3.0-r1.ebuild index 730804899d73..cfc4ae02d6f4 100644 --- a/sys-process/systemd-cron/systemd-cron-2.3.0-r1.ebuild +++ b/sys-process/systemd-cron/systemd-cron-2.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,9 +29,9 @@ 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" + 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 } diff --git a/sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild b/sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild index 1e1081ed71b1..31ac52232f72 100644 --- a/sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild +++ b/sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild @@ -39,9 +39,9 @@ PATCHES=( 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" + 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 }