Thanks, applied as bf82bec27898bcc3ea212a0c1e49f00d231ae2f6.

Michael

[sent from post-receive hook]

On Mon, 18 May 2026 09:53:45 +0200, Thorsten Scherer <[email protected]> 
wrote:
> Signed-off-by: Thorsten Scherer <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> 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 <[email protected]>
> -#
> -# 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 
> <[email protected]>")
> -     @$(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

Reply via email to