Thanks, applied as 9bd37088670aeb153933122e9ad3d0cf4ed3f3a9. Michael
[sent from post-receive hook] On Mon, 18 May 2026 09:53:42 +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/argtable2.in b/rules/argtable2.in > deleted file mode 100644 > index 9186e0a644cc..000000000000 > --- a/rules/argtable2.in > +++ /dev/null > @@ -1,21 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=system_libraries > - > -config ARGTABLE2 > - tristate > - prompt "argtable2" > - help > - Argtable is an ANSI C library for parsing GNU style command line > - arguments with a minimum of fuss. It enables the programmer to define > - their program's argument syntax directly in the source code as an > - array of structs. The command line is then parsed according to that > - specification and the resulting values stored directly into > - user-defined program variables where they are accessible to the main > - program. > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist, upstream dead and fails to build with > - current toolchains. > - > -# vim: syntax=kconfig > diff --git a/rules/argtable2.make b/rules/argtable2.make > deleted file mode 100644 > index 79630e2754a4..000000000000 > --- a/rules/argtable2.make > +++ /dev/null > @@ -1,61 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2007 by Michael Olbrich <[email protected]> > -# 2009, 2010 by Marc Kleine-Budde <[email protected]> > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_ARGTABLE2) += argtable2 > - > -# > -# Paths and names > -# > -ARGTABLE2_VERSION := 12 > -ARGTABLE2_MD5 := 291e249ea60f4d0637e467356a8ae41a > -ARGTABLE2 := argtable2-$(ARGTABLE2_VERSION) > -ARGTABLE2_SUFFIX := tar.gz > -ARGTABLE2_URL := $(call ptx/mirror, SF, > argtable/$(ARGTABLE2).$(ARGTABLE2_SUFFIX)) > -ARGTABLE2_SOURCE := $(SRCDIR)/$(ARGTABLE2).$(ARGTABLE2_SUFFIX) > -ARGTABLE2_DIR := $(BUILDDIR)/$(ARGTABLE2) > -ARGTABLE2_LICENSE := LGPL-2.0-or-later > -ARGTABLE2_LICENSE_FILES := \ > - file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a \ > - > file://src/argtable2.c;startline=6;endline=14;md5=955d1d74393b5b5850210927b08a069a > - > -# > ---------------------------------------------------------------------------- > -# Prepare > -# > ---------------------------------------------------------------------------- > - > -# > -# autoconf > -# > -ARGTABLE2_CONF_TOOL := autoconf > -ARGTABLE2_CONF_OPT := \ > - $(CROSS_AUTOCONF_USR) \ > - --disable-debug > - > -# > ---------------------------------------------------------------------------- > -# Target-Install > -# > ---------------------------------------------------------------------------- > - > -$(STATEDIR)/argtable2.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, argtable2) > - @$(call install_fixup, argtable2,PRIORITY,optional) > - @$(call install_fixup, argtable2,SECTION,base) > - @$(call install_fixup, argtable2,AUTHOR,"Robert Schwebel > <[email protected]>") > - @$(call install_fixup, argtable2,DESCRIPTION,missing) > - > - @$(call install_lib, argtable2, 0, 0, 0644, libargtable2) > - > - @$(call install_finish, argtable2) > - > - @$(call touch) > - > -# vim: syntax=make
