Thanks, applied as 05f45e10d04ad295add53f7953598404499fe4e6.

Michael

[sent from post-receive hook]

On Mon, 18 May 2026 09:53:57 +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/lua-filesystem.in b/rules/lua-filesystem.in
> deleted file mode 100644
> index 40e4df15b3cb..000000000000
> --- a/rules/lua-filesystem.in
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -## SECTION=staging
> -## old section:
> -### SECTION=scripting_languages
> -
> -config LUA_FILESYSTEM
> -     tristate
> -     prompt "lua-filesystem"
> -     select LUA
> -     help
> -       luafilesystem library for the Lua language
> -
> -       STAGING: remove in PTXdist 2026.03.0
> -       Unmaintained in PTXdist and fails to build with current toolchains.
> -       Needs updating to the latest version.
> diff --git a/rules/lua-filesystem.make b/rules/lua-filesystem.make
> deleted file mode 100644
> index 9a42b0a0145b..000000000000
> --- a/rules/lua-filesystem.make
> +++ /dev/null
> @@ -1,58 +0,0 @@
> -# -*-makefile-*-
> -#
> -# Copyright (C) 2013 by Joerg Platte <[email protected]>
> -#
> -# For further information about the PTXdist project and license conditions
> -# see the README file.
> -#
> -
> -#
> -# We provide this package
> -#
> -PACKAGES-$(PTXCONF_LUA_FILESYSTEM) += lua-filesystem
> -
> -#
> -# Paths and names
> -#
> -LUA_FILESYSTEM_VERSION       := 1.5.0
> -LUA_FILESYSTEM_MD5   := af4c07a7d9c0834e4f52fc0572180ef9
> -LUA_FILESYSTEM               := lua-filesystem_1.5.0+16+g84f1af5
> -LUA_FILESYSTEM_SUFFIX        := orig.tar.gz
> -LUA_FILESYSTEM_URL   := $(call ptx/mirror, DEB, 
> pool/main/l/lua-filesystem/$(LUA_FILESYSTEM).$(LUA_FILESYSTEM_SUFFIX))
> -LUA_FILESYSTEM_SOURCE        := 
> $(SRCDIR)/$(LUA_FILESYSTEM).$(LUA_FILESYSTEM_SUFFIX)
> -LUA_FILESYSTEM_DIR   := $(BUILDDIR)/$(LUA_FILESYSTEM)
> -LUA_FILESYSTEM_LICENSE       := unknown
> -
> -# 
> ----------------------------------------------------------------------------
> -# Prepare
> -# 
> ----------------------------------------------------------------------------
> -
> -LUA_FILESYSTEM_MAKE_OPT := \
> -     $(CROSS_ENV_CC) \
> -     LUA_INC=.
> -
> -LUA_FILESYSTEM_INSTALL_OPT := \
> -     $(LUA_FILESYSTEM_MAKE_OPT) \
> -     LUA_LIBDIR=$(LUA_FILESYSTEM_PKGDIR)/usr/lib/lua/5.1 \
> -     install
> -
> -# 
> ----------------------------------------------------------------------------
> -# Target-Install
> -# 
> ----------------------------------------------------------------------------
> -
> -$(STATEDIR)/lua-filesystem.targetinstall:
> -     @$(call targetinfo)
> -
> -     @$(call install_init, lua-filesystem)
> -     @$(call install_fixup, lua-filesystem,PRIORITY,optional)
> -     @$(call install_fixup, lua-filesystem,SECTION,base)
> -     @$(call install_fixup, lua-filesystem,AUTHOR,"Joerg Platte 
> <[email protected]>")
> -     @$(call install_fixup, lua-filesystem,DESCRIPTION,missing)
> -
> -     @$(call install_lib, lua-filesystem, 0, 0, 0644, lua/5.1/lfs)
> -
> -     @$(call install_finish, lua-filesystem)
> -
> -     @$(call touch)
> -
> -# vim: syntax=make

Reply via email to