From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:55:10 +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-0013QA-0S for lore@lore.pengutronix.de; Mon, 18 May 2026 09:55:10 +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-0007Xp-MO; Mon, 18 May 2026 09:55:09 +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 1wOsnP-0002wY-Dw; Mon, 18 May 2026 09:53:51 +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 1wOsnO-000YRv-2X; Mon, 18 May 2026 09:53:51 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsnP-00000000DJX-1HD6; Mon, 18 May 2026 09:53:51 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:53:51 +0200 Message-ID: <20260518075351.51172-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260504121331.57729-14-t.scherer@eckelmann.de> References: <20260504121331.57729-14-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libgee: 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 6ee9f3adfe875c0c5a3304b50f29a876b9f5d9ed. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:53:51 +0200, Thorsten Scherer wrote: > Signed-off-by: Thorsten Scherer > Message-Id: <20260504121331.57729-14-t.scherer@eckelmann.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libgee.in b/rules/libgee.in > deleted file mode 100644 > index 7c4626efe497..000000000000 > --- a/rules/libgee.in > +++ /dev/null > @@ -1,15 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=multimedia_gtk > - > -config LIBGEE > - tristate > - prompt "libgee" > - select GLIB > - help > - Libgee is a collection library providing GObject-based > - interfaces and classes for commonly used data structures. > - > - 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/libgee.make b/rules/libgee.make > deleted file mode 100644 > index 30afb569a5e2..000000000000 > --- a/rules/libgee.make > +++ /dev/null > @@ -1,58 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2010 by Michael Olbrich > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_LIBGEE) += libgee > - > -# > -# Paths and names > -# > -LIBGEE_VERSION := 0.5.1 > -LIBGEE_MD5 := 59789b5b266beadfb8b51bf2c96211b3 > -LIBGEE := libgee-$(LIBGEE_VERSION) > -LIBGEE_SUFFIX := tar.bz2 > -LIBGEE_URL := $(call ptx/mirror, GNOME, libgee/$(basename $(LIBGEE_VERSION))/$(LIBGEE).$(LIBGEE_SUFFIX)) > -LIBGEE_SOURCE := $(SRCDIR)/$(LIBGEE).$(LIBGEE_SUFFIX) > -LIBGEE_DIR := $(BUILDDIR)/$(LIBGEE) > -LIBGEE_LICENSE := LGPL-2.1-or-later > - > -# ---------------------------------------------------------------------------- > -# Prepare > -# ---------------------------------------------------------------------------- > - > -# we should not need the vala compiler. > -# make sure it fails if it is caled anyways. > -LIBGEE_CONF_ENV := $(CROSS_ENV) ac_cv_path_VALAC=false > - > -# > -# autoconf > -# > -LIBGEE_CONF_TOOL := autoconf > - > -# ---------------------------------------------------------------------------- > -# Target-Install > -# ---------------------------------------------------------------------------- > - > -$(STATEDIR)/libgee.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, libgee) > - @$(call install_fixup, libgee,PRIORITY,optional) > - @$(call install_fixup, libgee,SECTION,base) > - @$(call install_fixup, libgee,AUTHOR,"Michael Olbrich ") > - @$(call install_fixup, libgee,DESCRIPTION,missing) > - > - @$(call install_lib, libgee, 0, 0, 0644, libgee) > - > - @$(call install_finish, libgee) > - > - @$(call touch) > - > -# vim: syntax=make