From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 9E5931581F3 for ; Sat, 30 Nov 2024 09:42:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3D33E07D4; Sat, 30 Nov 2024 09:42:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 pigeon.gentoo.org (Postfix) with ESMTPS id CFD74E077F for ; Sat, 30 Nov 2024 09:42:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20567342FE2 for ; Sat, 30 Nov 2024 09:42:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC12CF96 for ; Sat, 30 Nov 2024 09:42:28 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1732959725.afe7563a643bb90eecc8c2ee8898eb4d06d9cad0.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gajim/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/gajim/gajim-1.8.4-r1.ebuild net-im/gajim/gajim-1.8.4.ebuild net-im/gajim/gajim-1.9.5-r1.ebuild net-im/gajim/gajim-1.9.5.ebuild X-VCS-Directories: net-im/gajim/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: afe7563a643bb90eecc8c2ee8898eb4d06d9cad0 X-VCS-Branch: master Date: Sat, 30 Nov 2024 09:42:28 +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: a7b7c020-868f-4402-96c7-7ddabdf57c2a X-Archives-Hash: 3809dee1620101f995f6e62f41e5a175 commit: afe7563a643bb90eecc8c2ee8898eb4d06d9cad0 Author: Cristian Othón Martínez Vera cfuga mx> AuthorDate: Tue Nov 26 22:24:18 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Nov 30 09:42:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe7563a net-im/gajim: remove net-libs/gupnp-igd dependency Upstream removed that dependency since version 1.5.3 https://dev.gajim.org/gajim/gajim/-/issues/11183 https://dev.gajim.org/gajim/gajim/-/commit/4b497df5d065af3b3bc95f7c26096e7792bc467a [flow: drop old ebuild, bump to stable] Signed-off-by: Cristian Othón Martínez Vera cfuga.mx> Closes: https://github.com/gentoo/gentoo/pull/39487 Signed-off-by: Florian Schmaus gentoo.org> net-im/gajim/{gajim-1.8.4.ebuild => gajim-1.8.4-r1.ebuild} | 3 +-- net-im/gajim/{gajim-1.9.5.ebuild => gajim-1.9.5-r1.ebuild} | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/net-im/gajim/gajim-1.8.4.ebuild b/net-im/gajim/gajim-1.8.4-r1.ebuild similarity index 96% rename from net-im/gajim/gajim-1.8.4.ebuild rename to net-im/gajim/gajim-1.8.4-r1.ebuild index fce6eb3d12d1..7030410f0fe9 100644 --- a/net-im/gajim/gajim-1.8.4.ebuild +++ b/net-im/gajim/gajim-1.8.4-r1.ebuild @@ -21,7 +21,7 @@ SLOT="0" # when https://bugs.gentoo.org/912285 is fixed. KEYWORDS="amd64 ~arm64 ~loong ~riscv x86" -IUSE="+crypt geolocation jingle remote rst +spell upnp +webp" +IUSE="+crypt geolocation jingle remote rst +spell +webp" COMMON_DEPEND=" dev-libs/gobject-introspection[cairo(+)] @@ -76,7 +76,6 @@ RDEPEND="${COMMON_DEPEND} app-text/gspell[introspection] app-text/hunspell ) - upnp? ( net-libs/gupnp-igd:0[introspection] ) ')" python_compile() { diff --git a/net-im/gajim/gajim-1.9.5.ebuild b/net-im/gajim/gajim-1.9.5-r1.ebuild similarity index 96% rename from net-im/gajim/gajim-1.9.5.ebuild rename to net-im/gajim/gajim-1.9.5-r1.ebuild index faa3573bda5d..637a5bd20e0b 100644 --- a/net-im/gajim/gajim-1.9.5.ebuild +++ b/net-im/gajim/gajim-1.9.5-r1.ebuild @@ -20,7 +20,7 @@ SLOT="0" # Rekeyword for ~long, ~x86 and ~riscv, when https://bugs.gentoo.org/937582 is fixed. # KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86" KEYWORDS="~amd64 ~arm64" -IUSE="+crypt geolocation jingle remote rst +spell upnp +webp" +IUSE="+crypt geolocation jingle remote rst +spell +webp" COMMON_DEPEND=" dev-libs/gobject-introspection[cairo(+)] @@ -76,7 +76,6 @@ RDEPEND="${COMMON_DEPEND} app-text/gspell[introspection] app-text/hunspell ) - upnp? ( net-libs/gupnp-igd:0[introspection] ) ')" python_compile() {