Thanks, applied as e259f28254df9f29dd33c54a224f69a4172fc51c. Michael
[sent from post-receive hook] On Mon, 18 May 2026 09:53:41 +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/archivemount.in b/rules/archivemount.in > deleted file mode 100644 > index 3d9045153115..000000000000 > --- a/rules/archivemount.in > +++ /dev/null > @@ -1,25 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=disk_and_file > - > -config ARCHIVEMOUNT > - tristate > - prompt "archivemount" > - select FUSE > - select FUSE_LIB > - select FUSE_UTIL > - select LIBARCHIVE > - help > - Archivemount is a piece of glue code between libarchive and FUSE. > - It can be used to mount a (possibly compressed) archive (as > - in .tar.gz or .tar.bz2) and use it like an ordinary filesystem. > - > - It is a user-space application setting up the mount. > - Usage: archivemount <archivepath> <mountpoint> [options] > - See "archivemount --help" for more information. > - > - To umount, use "fusermount -u" from FUSE utils. > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist, upstream dead and fails to build with > - current toolchains. > diff --git a/rules/archivemount.make b/rules/archivemount.make > deleted file mode 100644 > index 8bf41f4b4f75..000000000000 > --- a/rules/archivemount.make > +++ /dev/null > @@ -1,45 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2014 by Andreas Pretzsch <[email protected]> > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -PACKAGES-$(PTXCONF_ARCHIVEMOUNT) += archivemount > - > -ARCHIVEMOUNT_VERSION := 0.8.3 > -ARCHIVEMOUNT_MD5 := a8c890e3fc315b07c7e85ad73a4b4760 > -ARCHIVEMOUNT := archivemount-$(ARCHIVEMOUNT_VERSION) > -ARCHIVEMOUNT_SUFFIX := tar.gz > -ARCHIVEMOUNT_URL := > http://www.cybernoia.de/software/archivemount/$(ARCHIVEMOUNT).$(ARCHIVEMOUNT_SUFFIX) > -ARCHIVEMOUNT_SOURCE := $(SRCDIR)/$(ARCHIVEMOUNT).$(ARCHIVEMOUNT_SUFFIX) > -ARCHIVEMOUNT_DIR := $(BUILDDIR)/$(ARCHIVEMOUNT) > -ARCHIVEMOUNT_LICENSE := LGPL-2.0-only > - > -# > ---------------------------------------------------------------------------- > -# Prepare > -# > ---------------------------------------------------------------------------- > - > -ARCHIVEMOUNT_CONF_TOOL := autoconf > - > -# > ---------------------------------------------------------------------------- > -# Target-Install > -# > ---------------------------------------------------------------------------- > - > -$(STATEDIR)/archivemount.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, archivemount) > - @$(call install_fixup, archivemount,PRIORITY,optional) > - @$(call install_fixup, archivemount,SECTION,base) > - @$(call install_fixup, archivemount,AUTHOR,"Andreas Pretzsch > <[email protected]>") > - @$(call install_fixup, archivemount,DESCRIPTION,"Mount archives using > FUSE and libarchive.") > - > - @$(call install_copy, archivemount, 0, 0, 0755, -, > /usr/bin/archivemount) > - > - @$(call install_finish, archivemount) > - > - @$(call touch) > - > -# vim: syntax=make
