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 248C5158046 for ; Tue, 19 Aug 2025 03:59:49 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0CA283421AE for ; Tue, 19 Aug 2025 03:59:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5AAB8110562; Tue, 19 Aug 2025 03:59:40 +0000 (UTC) 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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 552CA110562 for ; Tue, 19 Aug 2025 03:59:40 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D691342173 for ; Tue, 19 Aug 2025 03:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0531830DD for ; Tue, 19 Aug 2025 03:59:37 +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: <1755575883.c46f35ce03fbf67a210456e158683cb49e102079.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnice/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnice/libnice-0.1.22.ebuild X-VCS-Directories: net-libs/libnice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c46f35ce03fbf67a210456e158683cb49e102079 X-VCS-Branch: master Date: Tue, 19 Aug 2025 03:59:37 +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: f5997ef3-90db-4cf7-9e91-67cae372d0dc X-Archives-Hash: 124a1391b7d9d5efbe4d7ad4b6a263f4 commit: c46f35ce03fbf67a210456e158683cb49e102079 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 18 18:41:26 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 19 03:58:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46f35ce net-libs/libnice: drop 0.1.22 Bug: https://bugs.gentoo.org/953811 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libnice/libnice-0.1.22.ebuild | 61 ---------------------------------- 1 file changed, 61 deletions(-) diff --git a/net-libs/libnice/libnice-0.1.22.ebuild b/net-libs/libnice/libnice-0.1.22.ebuild deleted file mode 100644 index a8b960d7665e..000000000000 --- a/net-libs/libnice/libnice-0.1.22.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit meson-multilib xdg - -DESCRIPTION="An implementation of the Interactice Connectivity Establishment standard (ICE)" -HOMEPAGE="https://libnice.freedesktop.org/" -SRC_URI="https://libnice.freedesktop.org/releases/${P}.tar.gz" - -LICENSE="|| ( MPL-1.1 LGPL-2.1 )" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="+gnutls gtk-doc +introspection test +upnp" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-libs/glib-2.54:2[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-1.30.0:= ) - gnutls? ( >=net-libs/gnutls-2.12.0:0=[${MULTILIB_USEDEP}] ) - !gnutls? ( - dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) - upnp? ( >=net-libs/gupnp-igd-0.2.4:0=[${MULTILIB_USEDEP}] ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/glib-utils - virtual/pkgconfig - gtk-doc? ( dev-util/gtk-doc - app-text/docbook-xml-dtd:4.1.2 ) -" - -PATCHES=( - # bugs 877451, 889820 - "${FILESDIR}/libnice-0.1.19-remove-graphviz-dependency.patch" -) - -src_prepare() { - default - - # Broken w/ network-sandbox on (bug #847844) - sed -i -e '/test-set-port-range/d' tests/meson.build || die -} - -multilib_src_configure() { - # gstreamer plugin split off into media-plugins/gst-plugins-libnice - local emesonargs=( - -Dgstreamer=disabled - -Dcrypto-library=$(usex gnutls gnutls openssl) - $(meson_native_use_feature introspection) - $(meson_feature test tests) - $(meson_feature upnp gupnp) - $(meson_native_use_feature gtk-doc gtk_doc) - ) - - meson_src_configure -} - -multilib_src_install_all() { - einstalldocs -}