From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:54:53 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsoP-0013NX-1k for lore@lore.pengutronix.de; Mon, 18 May 2026 09:54:53 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsoO-0006cf-U1; Mon, 18 May 2026 09:54:52 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsnJ-0002YZ-Iy; Mon, 18 May 2026 09:53:45 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsnI-000YRT-35; Mon, 18 May 2026 09:53:45 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsnJ-00000000DEi-1zMp; Mon, 18 May 2026 09:53:45 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:53:45 +0200 Message-ID: <20260518075345.50871-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260504121331.57729-7-t.scherer@eckelmann.de> References: <20260504121331.57729-7-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] dhex: Remove after one year in staging X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Thorsten Scherer Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as bf82bec27898bcc3ea212a0c1e49f00d231ae2f6. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:53:45 +0200, Thorsten Scherer wrote: > Signed-off-by: Thorsten Scherer > Message-Id: <20260504121331.57729-7-t.scherer@eckelmann.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/dhex.in b/rules/dhex.in > deleted file mode 100644 > index ca0428881644..000000000000 > --- a/rules/dhex.in > +++ /dev/null > @@ -1,15 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=editors > - > -config DHEX > - tristate > - prompt "dhex" > - select NCURSES > - help > - DHEX is a more than just another hex editor. It includes a diff mode, > - which can be used to easily and conveniently compare two binary files. > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist, upstream dead and fails to build with > - current toolchains. > diff --git a/rules/dhex.make b/rules/dhex.make > deleted file mode 100644 > index d6032cee7061..000000000000 > --- a/rules/dhex.make > +++ /dev/null > @@ -1,58 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2011 by Bart vdr. Meulen > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_DHEX) += dhex > - > -# > -# Paths and names > -# > -DHEX_VERSION := 0.65 > -DHEX_MD5 := 2d4ee5cc0cd95da5a1c7630b971e986d > -DHEX := dhex_$(DHEX_VERSION) > -DHEX_SUFFIX := tar.gz > -DHEX_URL := http://www.dettus.net/dhex/$(DHEX).$(DHEX_SUFFIX) > -DHEX_SOURCE := $(SRCDIR)/$(DHEX).$(DHEX_SUFFIX) > -DHEX_DIR := $(BUILDDIR)/$(DHEX) > -DHEX_LICENSE := GPL-2.0-only > - > -# ---------------------------------------------------------------------------- > -# Prepare > -# ---------------------------------------------------------------------------- > - > -DHEX_CONF_TOOL := NO > -DHEX_MAKE_OPT := $(CROSS_ENV_PROGS) LDFLAGS="" CPPFLAGS="" > -DHEX_INSTALL_OPT := \ > - DESTDIR=$(DHEX_PKGDIR)/usr \ > - install > - > -# ---------------------------------------------------------------------------- > -# Target-Install > -# ---------------------------------------------------------------------------- > - > -$(STATEDIR)/dhex.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, dhex) > - @$(call install_fixup, dhex,PACKAGE,dhex) > - @$(call install_fixup, dhex,PRIORITY,optional) > - @$(call install_fixup, dhex,VERSION,$(DHEX_VERSION)) > - @$(call install_fixup, dhex,SECTION,base) > - @$(call install_fixup, dhex,AUTHOR,"Bart vdr. Meulen ") > - @$(call install_fixup, dhex,DEPENDS,) > - @$(call install_fixup, dhex,DESCRIPTION,missing) > - > - @$(call install_copy, dhex, 0, 0, 0755, -, /usr/bin/dhex) > - > - @$(call install_finish, dhex) > - > - @$(call touch) > - > -# vim: syntax=make