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 56929158041 for ; Fri, 22 Mar 2024 03:06:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CE4EE29B0; Fri, 22 Mar 2024 03:06: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 0E24FE29B0 for ; Fri, 22 Mar 2024 03:06: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 DF650343012 for ; Fri, 22 Mar 2024 03:06:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 415DD15B9 for ; Fri, 22 Mar 2024 03:06:11 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1711076748.be3566884a741891ce2e56f80cd3c8a515713f53.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/fvwm3/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/fvwm3/fvwm3-1.0.9-r1.ebuild x11-wm/fvwm3/fvwm3-1.0.9.ebuild X-VCS-Directories: x11-wm/fvwm3/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: be3566884a741891ce2e56f80cd3c8a515713f53 X-VCS-Branch: master Date: Fri, 22 Mar 2024 03:06:11 +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: 68f45db1-f30c-4638-a265-00a8a13be47a X-Archives-Hash: 5c341849fbb25f47914a4bb142fe759d commit: be3566884a741891ce2e56f80cd3c8a515713f53 Author: Eli Schwartz gmail com> AuthorDate: Fri Mar 22 01:25:23 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Fri Mar 22 03:05:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be356688 x11-wm/fvwm3: remove pointless dependency on debianutils This was originally added back in 2004, to fvwm and not fvwm3, to support a patch called fvwm-2.5.8-fvwm-bug-security.diff. It modified the fvwm-bug program with the following diff as a backport from upstream: ``` -TEMP=/tmp/fvwm-bug.$$ +TEMP=`mktemp -q "/tmp/fvwm-bug.XXXXXX"` ``` Of course, in 2004 the mktemp program was not yet part of coreutils. That came later on, in 2007. But back when this change was first introduced, debianutils was the canonical source of this program. 17 years later, no one has ever noticed the reason for this dependency, so here it sits, haunting us. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Matt Jolly gentoo.org> x11-wm/fvwm3/{fvwm3-1.0.9.ebuild => fvwm3-1.0.9-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-wm/fvwm3/fvwm3-1.0.9.ebuild b/x11-wm/fvwm3/fvwm3-1.0.9-r1.ebuild similarity index 98% rename from x11-wm/fvwm3/fvwm3-1.0.9.ebuild rename to x11-wm/fvwm3/fvwm3-1.0.9-r1.ebuild index e6dec376c0e9..104d32825e4e 100644 --- a/x11-wm/fvwm3/fvwm3-1.0.9.ebuild +++ b/x11-wm/fvwm3/fvwm3-1.0.9-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 @@ -68,7 +68,6 @@ RDEPEND="${PYTHON_DEPS} dev-libs/libevent:= media-libs/fontconfig media-libs/libpng:= - sys-apps/debianutils sys-libs/zlib x11-libs/libICE x11-libs/libSM