commit: 586d14b717a943e1326d981ef555b1cee7d40bc8 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Dec 20 08:57:41 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Dec 20 08:57:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=586d14b7
dev-libs/template-glib: drop 3.36.2 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-libs/template-glib/Manifest | 1 - dev-libs/template-glib/template-glib-3.36.2.ebuild | 49 ---------------------- 2 files changed, 50 deletions(-) diff --git a/dev-libs/template-glib/Manifest b/dev-libs/template-glib/Manifest index ec71f633163a..b2825a8e80d8 100644 --- a/dev-libs/template-glib/Manifest +++ b/dev-libs/template-glib/Manifest @@ -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 diff --git a/dev-libs/template-glib/template-glib-3.36.2.ebuild b/dev-libs/template-glib/template-glib-3.36.2.ebuild deleted file mode 100644 index 273f0b1b1a5a..000000000000 --- a/dev-libs/template-glib/template-glib-3.36.2.ebuild +++ /dev/null @@ -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 -}
