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 7556415802C for ; Mon, 16 Dec 2024 08:42:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C412E0A94; Mon, 16 Dec 2024 08:42:19 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69823E09AE for ; Mon, 16 Dec 2024 08:42: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AD9A340C3C for ; Mon, 16 Dec 2024 08:42:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9BE916A1 for ; Mon, 16 Dec 2024 08:42:12 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1734338465.b69bf160e63aca1a1a10fa7c914936d67cbe2bad.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack-example-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jack-example-tools/jack-example-tools-4.ebuild X-VCS-Directories: media-sound/jack-example-tools/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b69bf160e63aca1a1a10fa7c914936d67cbe2bad X-VCS-Branch: master Date: Mon, 16 Dec 2024 08:42:12 +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: e58f1157-2967-4d51-9542-c83b0c988479 X-Archives-Hash: af75a617c83811f67a50110f37728d62 commit: b69bf160e63aca1a1a10fa7c914936d67cbe2bad Author: Ionen Wolkens gentoo org> AuthorDate: Mon Dec 16 07:11:25 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Dec 16 08:41:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69bf160 media-sound/jack-example-tools: cleanup OutdatedBlocker Signed-off-by: Ionen Wolkens gentoo.org> media-sound/jack-example-tools/jack-example-tools-4.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/media-sound/jack-example-tools/jack-example-tools-4.ebuild b/media-sound/jack-example-tools/jack-example-tools-4.ebuild index 9acca74396fc..1f1f6090f056 100644 --- a/media-sound/jack-example-tools/jack-example-tools-4.ebuild +++ b/media-sound/jack-example-tools/jack-example-tools-4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,10 @@ inherit meson DESCRIPTION="Official examples and tools from the JACK project" HOMEPAGE="https://jackaudio.org/" -SRC_URI="https://github.com/jackaudio/jack-example-tools/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI=" + https://github.com/jackaudio/jack-example-tools/archive/refs/tags/${PV}.tar.gz + -> ${P}.tar.gz +" LICENSE="GPL-2+ zalsa? ( GPL-3+ )" SLOT="0" @@ -38,7 +41,7 @@ RDEPEND=" media-libs/zita-resampler:= ) !