From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1676843-garchives=archives.gentoo.org@lists.gentoo.org>
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 912C8158042
	for <garchives@archives.gentoo.org>; Sun,  6 Oct 2024 08:33:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D7F33E29A3;
	Sun,  6 Oct 2024 08:33:14 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B81FBE29A3
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Oct 2024 08:33:14 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A1B9434315B
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Oct 2024 08:33:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 09E10E8A
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Oct 2024 08:33:12 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1728203571.16f51eb30eafaf765b9d2a03c6bd7837b6e3073e.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/logcheck/, app-admin/logcheck/files/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-admin/logcheck/files/logcheck-r4.cron app-admin/logcheck/files/logcheck-r5.cron app-admin/logcheck/logcheck-1.4.3-r4.ebuild app-admin/logcheck/logcheck-1.4.3-r5.ebuild
X-VCS-Directories: app-admin/logcheck/files/ app-admin/logcheck/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 16f51eb30eafaf765b9d2a03c6bd7837b6e3073e
X-VCS-Branch: master
Date: Sun,  6 Oct 2024 08:33:12 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c69d3935-dcfb-4e0c-88b9-faff6ac83033
X-Archives-Hash: 7611d67e2abf21d205186c5ee35bb479

commit:     16f51eb30eafaf765b9d2a03c6bd7837b6e3073e
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Wed Oct  2 21:25:01 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 08:32:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f51eb3

app-admin/logcheck: add sys-apps/debianutils to RDEPEND

Closes: https://bugs.gentoo.org/930785
Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38854
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/logcheck/files/{logcheck-r4.cron => logcheck-r5.cron}        | 0
 .../logcheck/{logcheck-1.4.3-r4.ebuild => logcheck-1.4.3-r5.ebuild}    | 3 ++-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-admin/logcheck/files/logcheck-r4.cron b/app-admin/logcheck/files/logcheck-r5.cron
similarity index 100%
rename from app-admin/logcheck/files/logcheck-r4.cron
rename to app-admin/logcheck/files/logcheck-r5.cron

diff --git a/app-admin/logcheck/logcheck-1.4.3-r4.ebuild b/app-admin/logcheck/logcheck-1.4.3-r5.ebuild
similarity index 97%
rename from app-admin/logcheck/logcheck-1.4.3-r4.ebuild
rename to app-admin/logcheck/logcheck-1.4.3-r5.ebuild
index 0cd2197b813f..66580814a200 100644
--- a/app-admin/logcheck/logcheck-1.4.3-r4.ebuild
+++ b/app-admin/logcheck/logcheck-1.4.3-r5.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
 	app-misc/lockfile-progs
 	dev-lang/perl
 	dev-perl/mime-construct
+	sys-apps/debianutils
 	virtual/mailx
 	cron? ( sys-apps/util-linux )
 "
@@ -67,7 +68,7 @@ src_install() {
 
 	if use cron; then
 		exeinto /etc/cron.hourly
-		newexe "${FILESDIR}"/"${PN}"-r4.cron ${PN}
+		newexe "${FILESDIR}"/"${PN}"-r5.cron ${PN}
 		insinto /etc/cron.d
 		newins "${FILESDIR}"/${PN}.cron.d ${PN}
 		DOC_CONTENTS="${DOC_CONTENTS}\n