Thanks, applied as 6ee9f3adfe875c0c5a3304b50f29a876b9f5d9ed.

Michael

[sent from post-receive hook]

On Mon, 18 May 2026 09:53:51 +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/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 <[email protected]>
> -#
> -# 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 
> <[email protected]>")
> -     @$(call install_fixup, libgee,DESCRIPTION,missing)
> -
> -     @$(call install_lib, libgee, 0, 0, 0644, libgee)
> -
> -     @$(call install_finish, libgee)
> -
> -     @$(call touch)
> -
> -# vim: syntax=make

Reply via email to