dev-libs/template-glib: drop 3.36.2

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2025-12-20 09:57:41 +01:00
parent ad40278b40
commit 586d14b717
2 changed files with 0 additions and 50 deletions

View File

@@ -1,2 +1 @@
DIST template-glib-3.36.2.tar.xz 64832 BLAKE2B 63d413b8474ea641cb8ad3eecc69f4fefbb1b3d5b9a3ec1bc4dd7ddd3526ca3c8599bf811041df6685daa868ff5c302d650b1fc956a441a5d2b80adc069453ae SHA512 226247151c932931a3c5c0f2278929ab6e6e82edbcab10dead5723ee4b8ef5c6d12775491b1aed7e7ccfee8b794be69a8c457e6639a63fdfc2b6e41d7efc2bee
DIST template-glib-3.36.3.tar.xz 65620 BLAKE2B 4c0106ae5aee7b226b53469b207f145cbfe35a487c48e030513594e61ab4dae010b3e20b110285a05990d72e9399ab9dffa4413547744d614fcce353172c115c SHA512 cd860f9e8d3338162757c650611e835c9da4713db4ee9cac79e0edf0af092c80ae72928219d423897dce2d6523e2751dfc8770ff83026a7532b337a6c42379d6

View File

@@ -1,49 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome.org meson vala
DESCRIPTION="Templating library for GLib"
HOMEPAGE="https://gitlab.gnome.org/GNOME/template-glib"
LICENSE="LGPL-2.1+"
SLOT="0/1"
KEYWORDS="amd64 ~arm64 x86"
IUSE="gtk-doc +introspection test vala"
RESTRICT="!test? ( test )"
REQUIRED_USE="vala? ( introspection )"
RDEPEND="
dev-libs/glib:2
>=dev-libs/gobject-introspection-1.82.0-r2:=
" # depends on go-i unconditionally for own functionality, USE flag controls GIR/typelib generation
DEPEND="${RDEPEND}"
BDEPEND="
vala? ( $(vala_depend) )
dev-util/glib-utils
app-alternatives/yacc
app-alternatives/lex
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
gtk-doc? ( dev-util/gtk-doc )
"
src_prepare() {
default
use vala && vala_setup
}
src_configure() {
local emesonargs=(
-Dtracing=false # extra trace debugging that would make things slower
-Dprofiling=false # -pg passing
$(meson_feature introspection)
$(meson_use vala vapi)
$(meson_use gtk-doc gtk_doc)
$(meson_use test tests)
)
meson_src_configure
}