Thanks, applied as 8e20c4d30c3650a906b63f1c2805c141461c0745. Michael
[sent from post-receive hook] On Mon, 18 May 2026 09:54:09 +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/smtpclient.in b/rules/smtpclient.in > deleted file mode 100644 > index a45a791d8f1c..000000000000 > --- a/rules/smtpclient.in > +++ /dev/null > @@ -1,14 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=communication > -config SMTPCLIENT > - tristate > - prompt "smtpclient" > - help > - smtpclient is a small program which can be used to send emails. > - Unfortunately it disappeared from www.engelschall.com, so we > - put it on the Pengutronix web server for now. > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist, upstream dead and fails to build with > - current toolchains. > diff --git a/rules/smtpclient.make b/rules/smtpclient.make > deleted file mode 100644 > index d528685200e3..000000000000 > --- a/rules/smtpclient.make > +++ /dev/null > @@ -1,63 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2005 by Robert Schwebel > -# (C) 2010 by Michael Olbrich <[email protected]> > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_SMTPCLIENT) += smtpclient > - > -# > -# Paths and names > -# > -SMTPCLIENT_VERSION := 1.0.0 > -SMTPCLIENT_MD5 := 8b5d9260572107bb901edf6aacbf3747 > -SMTPCLIENT := smtpclient-$(SMTPCLIENT_VERSION) > -SMTPCLIENT_SUFFIX := tar.gz > -SMTPCLIENT_URL := > http://www.pengutronix.de/software/ptxdist/temporary-src/$(SMTPCLIENT).$(SMTPCLIENT_SUFFIX) > -SMTPCLIENT_SOURCE := $(SRCDIR)/$(SMTPCLIENT).$(SMTPCLIENT_SUFFIX) > -SMTPCLIENT_DIR := $(BUILDDIR)/$(SMTPCLIENT) > - > -# > ---------------------------------------------------------------------------- > -# Prepare > -# > ---------------------------------------------------------------------------- > - > -SMTPCLIENT_CONF_ENV := \ > - $(CROSS_ENV) \ > - ac_cv_lib_nsl_gethostbyname=no > - > -# > -# autoconf > -# > -SMTPCLIENT_CONF_OPT := \ > - $(CROSS_AUTOCONF_USR) > - > -SMTPCLIENT_INSTALL_OPT := \ > - prefix=$(SMTPCLIENT_PKGDIR)/usr \ > - install > - > -# > ---------------------------------------------------------------------------- > -# Target-Install > -# > ---------------------------------------------------------------------------- > - > -$(STATEDIR)/smtpclient.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, smtpclient) > - @$(call install_fixup, smtpclient,PRIORITY,optional) > - @$(call install_fixup, smtpclient,SECTION,base) > - @$(call install_fixup, smtpclient,AUTHOR,"Robert Schwebel > <[email protected]>") > - @$(call install_fixup, smtpclient,DESCRIPTION,missing) > - > - @$(call install_copy, smtpclient, 0, 0, 0755, -, /usr/bin/smtpclient) > - > - @$(call install_finish, smtpclient) > - > - @$(call touch) > - > -# vim: syntax=make
