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 B51F915838C for ; Wed, 17 Jan 2024 21:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3A73E2B64; Wed, 17 Jan 2024 21:53: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4222E2B64 for ; Wed, 17 Jan 2024 21:53: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A85FA34333B for ; Wed, 17 Jan 2024 21:53:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10A08B39 for ; Wed, 17 Jan 2024 21:53:34 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1705528388.82babf6be0f73dff3549571d67d83cddc008f398.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/courier-imap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild X-VCS-Directories: net-mail/courier-imap/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 82babf6be0f73dff3549571d67d83cddc008f398 X-VCS-Branch: master Date: Wed, 17 Jan 2024 21:53:34 +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: 0ea5a92b-a8e2-4429-9d2e-ffc5968b4314 X-Archives-Hash: dac30f1d20fa5b48ca26c8f126fc477a commit: 82babf6be0f73dff3549571d67d83cddc008f398 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Jan 17 21:52:10 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Jan 17 21:53:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82babf6b net-mail/courier-imap: package install in sbin Closes: https://bugs.gentoo.org/922161 Signed-off-by: Alfredo Tupone gentoo.org> net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild b/net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild index 48709bd5773b..bc2613e5d609 100644 --- a/net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild +++ b/net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild @@ -114,8 +114,8 @@ src_install() { # Moved to courier-common rm "${D}"/usr/sbin/deliverquota || die - rm "${D}"/usr/bin/maildirkw || die - rm "${D}"/usr/bin/makedat || die + rm "${D}"/usr/sbin/maildirkw || die + rm "${D}"/usr/sbin/makedat || die rm "${D}"/usr/share/man/man1/maildirkw.1 || die rm "${D}"/usr/share/man/man8/deliverquota.8 || die