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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BB9415813A for ; Thu, 09 Jan 2025 21:21:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3223EE070D; Thu, 09 Jan 2025 21:21:08 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 193A5E070D for ; Thu, 09 Jan 2025 21:21:08 +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 2A358342FAF for ; Thu, 09 Jan 2025 21:21:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D67811B5 for ; Thu, 09 Jan 2025 21:21:05 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1736456919.b76782f5b765436a496f65eceb6809117c9259c8.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/qtox/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/qtox/Manifest net-im/qtox/qtox-9999.ebuild X-VCS-Directories: net-im/qtox/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: b76782f5b765436a496f65eceb6809117c9259c8 X-VCS-Branch: master Date: Thu, 09 Jan 2025 21:21:05 +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: b750196d-6cf2-4c5b-8203-6f6ccec28333 X-Archives-Hash: be34024c293e005cfd8ac6fcf738dd2f commit: b76782f5b765436a496f65eceb6809117c9259c8 Author: Jimi Huotari gentoo org> AuthorDate: Thu Jan 9 21:08:04 2025 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Thu Jan 9 21:08:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76782f5 net-im/qtox: use archive and lower toxcore requirement We really only need the original sources, and the toxcore requirement was lowered upstream. Signed-off-by: Jimi Huotari gentoo.org> net-im/qtox/Manifest | 1 + net-im/qtox/qtox-9999.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net-im/qtox/Manifest b/net-im/qtox/Manifest index 26687b415f4c..08c3919e1c2b 100644 --- a/net-im/qtox/Manifest +++ b/net-im/qtox/Manifest @@ -1 +1,2 @@ DIST qTox-1.17.6.tar.gz 4777590 BLAKE2B d67ea8c1d5c478a791fd8594866130874c036f22ec9fd991e0f6c81fb7919824bba8e13675b0ffaf613188215a4fce6d07545476ab5565922b3989519aedd91f SHA512 840dfbca2cb1a3db4b5ab27cb408e183b152fcd87c0cb915ee58245e7c311b8682605e73497248072a5a48b239058b101a85235ed169d19606dc7bf61865f208 +DIST qTox-1.18.1.tar.gz 5304686 BLAKE2B 9e0250b431bd608e199433b9c266cb50d16abd982ea0d8551afa14477fb7ec42f2e3bd3f5192516943516f552c391d03d49a29418b56611ce726bd500a106fff SHA512 5fe3f2efa022559c73c68d092521280ec057d79a4b95a7bb86066cfefd5b9eecdbf1207799a884fd92b5cdcc4d03ec104850bbdb69aea87b8a9dbc4ed1d05e77 diff --git a/net-im/qtox/qtox-9999.ebuild b/net-im/qtox/qtox-9999.ebuild index 3b1a26bd42fa..a1ddf6c7e693 100644 --- a/net-im/qtox/qtox-9999.ebuild +++ b/net-im/qtox/qtox-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/TokTok/qTox.git" else MY_P="qTox-${PV}" - SRC_URI="https://github.com/TokTok/qTox/releases/download/v${PV}/v${PV}.tar.gz -> ${MY_P}.tar.gz" + SRC_URI="https://github.com/TokTok/qTox/archive/v${PV}/v${PV}.tar.gz -> ${MY_P}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/qTox" fi @@ -35,7 +35,7 @@ RDEPEND=" media-libs/libexif media-libs/openal media-video/ffmpeg:=[webp,v4l] - >=net-libs/tox-0.2.20:=[av] + >=net-libs/tox-0.2.19:=[av] spellcheck? ( || ( kde-frameworks/sonnet:6[aspell]