commit: af68329c02d6e9ef5461628fec44505ffdbc2bf2
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Fri Mar 22 01:19:26 2024 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 03:05:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af68329c
x11-wm/fvwm: remove pointless dependency on debianutils
This was originally added back in 2004, 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 <eschwartz93 <AT> gmail.com>
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
x11-wm/fvwm/{fvwm-2.7.0-r2.ebuild => fvwm-2.7.0-r3.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/x11-wm/fvwm/fvwm-2.7.0-r2.ebuild b/x11-wm/fvwm/fvwm-2.7.0-r3.ebuild
similarity index 98%
rename from x11-wm/fvwm/fvwm-2.7.0-r2.ebuild
rename to x11-wm/fvwm/fvwm-2.7.0-r3.ebuild
index 8f75a2f03ab7..db5ff1d5566a 100644
--- a/x11-wm/fvwm/fvwm-2.7.0-r2.ebuild
+++ b/x11-wm/fvwm/fvwm-2.7.0-r3.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
@@ -52,7 +52,6 @@ COMMON_DEPEND="
RDEPEND="${COMMON_DEPEND}
${PYTHON_DEPS}
dev-lang/perl
- sys-apps/debianutils
perl? ( tk? (
dev-lang/tk
dev-perl/Tk