commit:     8a7fac3e5b7567ad68dafe33f77678d4c0c84959
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 21:53:55 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 21:54:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7fac3e

net-libs/gupnp-igd: drop 1.6.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/gupnp-igd/gupnp-igd-1.6.0.ebuild | 45 -------------------------------
 1 file changed, 45 deletions(-)

diff --git a/net-libs/gupnp-igd/gupnp-igd-1.6.0.ebuild 
b/net-libs/gupnp-igd/gupnp-igd-1.6.0.ebuild
deleted file mode 100644
index 65368a762f18..000000000000
--- a/net-libs/gupnp-igd/gupnp-igd-1.6.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org meson-multilib xdg
-
-DESCRIPTION="Library to handle UPnP IGD port mapping for GUPnP"
-HOMEPAGE="http://gupnp.org https://gitlab.gnome.org/GNOME/gupnp-igd";
-
-LICENSE="LGPL-2.1+"
-SLOT="1.6/1.6-0" # <API version>-<soname>
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
-IUSE="gtk-doc +introspection"
-
-# The only existing test is broken
-RESTRICT="test"
-
-RDEPEND="
-       >=dev-libs/glib-2.70.0:2[${MULTILIB_USEDEP}]
-       >=net-libs/gssdp-1.6:1.6=[${MULTILIB_USEDEP}]
-       >=net-libs/gupnp-1.6:1.6=[${MULTILIB_USEDEP}]
-       introspection? ( >=dev-libs/gobject-introspection-0.10 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       dev-util/glib-utils
-       sys-devel/gettext
-       virtual/pkgconfig
-       gtk-doc? ( dev-util/gtk-doc
-               app-text/docbook-xml-dtd:4.1.2 )
-"
-
-src_prepare() {
-       default
-       xdg_environment_reset
-}
-
-multilib_src_configure() {
-       local emesonargs=(
-               $(meson_native_use_bool introspection)
-               $(meson_native_use_bool gtk-doc gtk_doc)
-       )
-       meson_src_configure
-}

Reply via email to