From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1707027-garchives=archives.gentoo.org@lists.gentoo.org> 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 C080315813A for <garchives@archives.gentoo.org>; Tue, 07 Jan 2025 19:54:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 854BBE07D9; Tue, 07 Jan 2025 19:54:15 +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 5897AE07D9 for <gentoo-commits@lists.gentoo.org>; Tue, 07 Jan 2025 19:54:15 +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 6B6B434134D for <gentoo-commits@lists.gentoo.org>; Tue, 07 Jan 2025 19:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1C651D3B for <gentoo-commits@lists.gentoo.org>; Tue, 07 Jan 2025 19:54:12 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1736279562.e89f9f714df39f8fe03fc4923f7d7719646b0c91.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/librist/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/librist/librist-0.2.8-r1.ebuild net-libs/librist/librist-0.2.8.ebuild X-VCS-Directories: net-libs/librist/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e89f9f714df39f8fe03fc4923f7d7719646b0c91 X-VCS-Branch: master Date: Tue, 07 Jan 2025 19:54:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 86bd5015-f825-47e5-940a-b761d2593595 X-Archives-Hash: edb3d503e99364621adbc8d56ef9f48e commit: e89f9f714df39f8fe03fc4923f7d7719646b0c91 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Mon Jan 6 15:06:28 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jan 7 19:52:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89f9f71 net-libs/librist: slotting net-libs/mbedtls:0 net-libs/mbedtls:0 is remain for mbedtls-2 as safe fallback for all dependent packages. Minor fixes to ebuild (reordering S and KEYWORDS). Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> .../librist/{librist-0.2.8.ebuild => librist-0.2.8-r1.ebuild} | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/net-libs/librist/librist-0.2.8.ebuild b/net-libs/librist/librist-0.2.8-r1.ebuild similarity index 94% rename from net-libs/librist/librist-0.2.8.ebuild rename to net-libs/librist/librist-0.2.8-r1.ebuild index d5c984d28111..3debbeee8199 100644 --- a/net-libs/librist/librist-0.2.8.ebuild +++ b/net-libs/librist/librist-0.2.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2023 Gentoo Authors +# Copyright 2018-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,22 +9,21 @@ DESCRIPTION="Library for Reliable Internet Stream Transport (RIST) protocol" HOMEPAGE="https://code.videolan.org/rist/librist" SRC_URI="https://code.videolan.org/rist/librist/-/archive/v${PV}/librist-v${PV}.tar.bz2" -KEYWORDS="~arm64" - +S="${WORKDIR}/librist-v${PV}" LICENSE="BSD-2" SLOT="0" +KEYWORDS="~arm64" + IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" dev-libs/cJSON - net-libs/mbedtls:= + net-libs/mbedtls:0= " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -S="${WORKDIR}/librist-v${PV}" - src_configure() { local emesonargs=( -Dstatic_analyze=false