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 DFA3015806E for ; Tue, 23 May 2023 18:48:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BAFDE08C9; Tue, 23 May 2023 18:48:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6E87E08C9 for ; Tue, 23 May 2023 18:48:52 +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 113E7340DFC for ; Tue, 23 May 2023 18:48:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FB85A68 for ; Tue, 23 May 2023 18:48:50 +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: <1684867700.6657471d047b0a7e0a02a83f743923be39a525e5.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/maildrop/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/maildrop/maildrop-3.1.5.ebuild X-VCS-Directories: mail-filter/maildrop/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 6657471d047b0a7e0a02a83f743923be39a525e5 X-VCS-Branch: master Date: Tue, 23 May 2023 18:48:50 +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: e8546bc9-232a-4d09-ae3f-66370fb41b38 X-Archives-Hash: bec425d7f00d74666e59c2f468d8a323 commit: 6657471d047b0a7e0a02a83f743923be39a525e5 Author: Alfredo Tupone gentoo org> AuthorDate: Tue May 23 18:47:42 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue May 23 18:48:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6657471d mail-filter/maildrop: rm deliverquota Closes: https://bugs.gentoo.org/906975 Signed-off-by: Alfredo Tupone gentoo.org> mail-filter/maildrop/maildrop-3.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/maildrop/maildrop-3.1.5.ebuild b/mail-filter/maildrop/maildrop-3.1.5.ebuild index 320e66ca5380..2eb21177cba2 100644 --- a/mail-filter/maildrop/maildrop-3.1.5.ebuild +++ b/mail-filter/maildrop/maildrop-3.1.5.ebuild @@ -125,7 +125,7 @@ src_install() { # bugs 61116, 374009, and 639124 if ! use tools ; then - for tool in "maildirmake" "deliverquota"; do + for tool in "maildirmake"; do rm "${D}/usr/bin/${tool}" || die rm "${D}/usr/share/man/man"[0-9]"/${tool}."[0-9] || die done