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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9A6215812D for ; Tue, 31 Dec 2024 14:23:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01974E077A; Tue, 31 Dec 2024 14:23:18 +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 D0533E077A for ; Tue, 31 Dec 2024 14:23:17 +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 9EEAE33C1EB for ; Tue, 31 Dec 2024 14:23:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 371A81946 for ; Tue, 31 Dec 2024 14:23:15 +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: <1735654955.8433f1de8cc3ea34cc615ab8a4eab37562e51a85.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mboxgrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mboxgrep/mboxgrep-0.7.9-r3.ebuild net-mail/mboxgrep/metadata.xml X-VCS-Directories: net-mail/mboxgrep/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8433f1de8cc3ea34cc615ab8a4eab37562e51a85 X-VCS-Branch: master Date: Tue, 31 Dec 2024 14:23:15 +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: 853576e4-9528-4453-9d38-ffe6c5bf4185 X-Archives-Hash: 5cf402019a09aac64b47da36ab30e686 commit: 8433f1de8cc3ea34cc615ab8a4eab37562e51a85 Author: NHOrus yahoo com> AuthorDate: Tue Dec 31 07:41:25 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 31 14:22:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8433f1de net-mail/mboxgrep: remove USE=dmalloc It's broken package and way inclusion is configured was horrifying Bug: https://bugs.gentoo.org/928113 Signed-off-by: NHOrus yahoo.com> Signed-off-by: Sam James gentoo.org> net-mail/mboxgrep/mboxgrep-0.7.9-r3.ebuild | 4 +--- net-mail/mboxgrep/metadata.xml | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/net-mail/mboxgrep/mboxgrep-0.7.9-r3.ebuild b/net-mail/mboxgrep/mboxgrep-0.7.9-r3.ebuild index 76324164dbe6..f72b84546f2a 100644 --- a/net-mail/mboxgrep/mboxgrep-0.7.9-r3.ebuild +++ b/net-mail/mboxgrep/mboxgrep-0.7.9-r3.ebuild @@ -11,13 +11,11 @@ SRC_URI="https://downloads.sourceforge.net/mboxgrep/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc x86" -IUSE="dmalloc" RDEPEND=" app-arch/bzip2 dev-libs/libpcre sys-libs/zlib - dmalloc? ( dev-libs/dmalloc ) " DEPEND=" ${RDEPEND} @@ -36,7 +34,7 @@ src_prepare() { src_configure() { econf \ - $(use_with dmalloc dmalloc $(usex dmalloc yes no)) + --without-dmalloc } src_install() { diff --git a/net-mail/mboxgrep/metadata.xml b/net-mail/mboxgrep/metadata.xml index b89830b37d8f..11483f7db36e 100644 --- a/net-mail/mboxgrep/metadata.xml +++ b/net-mail/mboxgrep/metadata.xml @@ -2,9 +2,6 @@ - -Enable debugging using dev-libs/dmalloc - mboxgrep