From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 013561584AD for ; Mon, 14 Apr 2025 21:55:13 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DA1F3343028 for ; Mon, 14 Apr 2025 21:55:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 380931104B1; Mon, 14 Apr 2025 21:55:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2F5491104B1 for ; Mon, 14 Apr 2025 21:55:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B914F341C25 for ; Mon, 14 Apr 2025 21:55:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25517186A for ; Mon, 14 Apr 2025 21:55:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1744667688.8a7fac3e5b7567ad68dafe33f77678d4c0c84959.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp-igd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gupnp-igd/gupnp-igd-1.6.0.ebuild X-VCS-Directories: net-libs/gupnp-igd/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8a7fac3e5b7567ad68dafe33f77678d4c0c84959 X-VCS-Branch: master Date: Mon, 14 Apr 2025 21:55:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c0bc9ec-fdb2-4fd3-ae8e-f88b6ac633b7 X-Archives-Hash: f2f13e11bfdf14e114b5345d58376479 commit: 8a7fac3e5b7567ad68dafe33f77678d4c0c84959 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 14 21:53:55 2025 +0000 Commit: Andreas Sturmlechner gentoo 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 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" # - -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 -}