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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6DC3315802F for ; Fri, 31 Mar 2023 15:54:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D967E07F6; Fri, 31 Mar 2023 15:54:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8084AE07F6 for ; Fri, 31 Mar 2023 15:54:05 +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 7535B340817 for ; Fri, 31 Mar 2023 15:54:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00E248E6 for ; Fri, 31 Mar 2023 15:54:03 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1680277819.e842c44c8ca1319b58f01a1ca807ef8b856497de.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/conduit/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/conduit/conduit-0.5.0-r1.ebuild X-VCS-Directories: net-im/conduit/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: e842c44c8ca1319b58f01a1ca807ef8b856497de X-VCS-Branch: dev Date: Fri, 31 Mar 2023 15:54:03 +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: 9656cef0-e2d2-478d-80c2-3898ed2ae0e3 X-Archives-Hash: cd36fb407298d33629da029d76b5363d commit: e842c44c8ca1319b58f01a1ca807ef8b856497de Author: Julien Roy jroy ca> AuthorDate: Fri Mar 31 15:50:19 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Mar 31 15:50:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e842c44c net-im/conduit: clean up deprecated variables Signed-off-by: Julien Roy jroy.ca> net-im/conduit/conduit-0.5.0-r1.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/net-im/conduit/conduit-0.5.0-r1.ebuild b/net-im/conduit/conduit-0.5.0-r1.ebuild index 5f92ecb1d..28478ce3a 100644 --- a/net-im/conduit/conduit-0.5.0-r1.ebuild +++ b/net-im/conduit/conduit-0.5.0-r1.ebuild @@ -544,20 +544,14 @@ declare -A GIT_CRATES=( inherit cargo systemd -# As of 0.5.0, Conduit uses specific commits of these -# crates so they need to be added to SRC_URI manually -CONDUITCOMMIT="53f14a2c4c216b529cc63137d8704573197aed19" -RUMACOMMIT="67d0f3cc04a8d1dc4a8a1ec947519967ce11ce26" -REQCOMMIT="57b7cf4feb921573dfafad7d34b9ac6e44ead0bd" -HEEDCOMMIT="f6f825da7fb2c758867e05ad973ef800a6fe1d5d" - +COMMIT="53f14a2c4c216b529cc63137d8704573197aed19" DESCRIPTION="A Matrix homeserver written in Rust" HOMEPAGE="https://gitlab.com/famedly/conduit" SRC_URI="https://gitlab.com/famedly/${PN}/-/archive/v${PV}/${P}.tar.bz2 $(cargo_crate_uris) " -S="${WORKDIR}/${PN}-v${PV}-${CONDUITCOMMIT}" +S="${WORKDIR}/${PN}-v${PV}-${COMMIT}" LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB" SLOT="0"