From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:54:44 +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 1wOsoG-0013M9-0y for lore@lore.pengutronix.de; Mon, 18 May 2026 09:54:44 +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 1wOsoF-00064O-SZ; Mon, 18 May 2026 09:54:43 +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 1wOsnG-0002OO-72; Mon, 18 May 2026 09:53:42 +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 1wOsnF-000YRD-1w; Mon, 18 May 2026 09:53:42 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsnG-00000000DBx-0VAw; Mon, 18 May 2026 09:53:42 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:53:42 +0200 Message-ID: <20260518075342.50702-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260504121331.57729-3-t.scherer@eckelmann.de> References: <20260504121331.57729-3-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] argtable2: 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 9bd37088670aeb153933122e9ad3d0cf4ed3f3a9. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:53:42 +0200, Thorsten Scherer wrote: > Signed-off-by: Thorsten Scherer > Message-Id: <20260504121331.57729-3-t.scherer@eckelmann.de> > Signed-off-by: Michael Olbrich > > 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 > -# 2009, 2010 by Marc Kleine-Budde > -# > -# 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 ") > - @$(call install_fixup, argtable2,DESCRIPTION,missing) > - > - @$(call install_lib, argtable2, 0, 0, 0644, libargtable2) > - > - @$(call install_finish, argtable2) > - > - @$(call touch) > - > -# vim: syntax=make