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 B784915811D for ; Fri, 7 Jul 2023 07:31:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B96CFE07EC; Fri, 7 Jul 2023 07:31:40 +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 A1532E07EC for ; Fri, 7 Jul 2023 07:31:40 +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 A2FFE341002 for ; Fri, 7 Jul 2023 07:31:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7971ACE for ; Fri, 7 Jul 2023 07:31:37 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1688715084.007ddf62a9d4c9ef7da8eab3b7bb61e10dc7022c.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/bio2jack/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/bio2jack/bio2jack-0.9-r2.ebuild X-VCS-Directories: media-libs/bio2jack/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 007ddf62a9d4c9ef7da8eab3b7bb61e10dc7022c X-VCS-Branch: master Date: Fri, 7 Jul 2023 07:31:37 +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: 7d6c1292-0350-41f9-b0bd-05ad21ea7cd6 X-Archives-Hash: 618cf2c3d638b35533fa4495daf2d359 commit: 007ddf62a9d4c9ef7da8eab3b7bb61e10dc7022c Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Jul 6 08:32:39 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Jul 7 07:31:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007ddf62 media-libs/bio2jack: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Miroslav Šulc gentoo.org> media-libs/bio2jack/bio2jack-0.9-r2.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/media-libs/bio2jack/bio2jack-0.9-r2.ebuild b/media-libs/bio2jack/bio2jack-0.9-r2.ebuild index 77de2718000d..d14f9030429a 100644 --- a/media-libs/bio2jack/bio2jack-0.9-r2.ebuild +++ b/media-libs/bio2jack/bio2jack-0.9-r2.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools -DESCRIPTION="A library for porting blocked I/O OSS/ALSA audio applications to JACK" -HOMEPAGE="http://bio2jack.sourceforge.net/" +DESCRIPTION="Library for porting blocked I/O OSS/ALSA audio applications to JACK" +HOMEPAGE="https://bio2jack.sourceforge.net/" SRC_URI="mirror://sourceforge/bio2jack/${P}.tar.gz" +S="${WORKDIR}/${PN}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="static-libs" @@ -22,8 +23,6 @@ DEPEND=" virtual/jack" RDEPEND="${DEPEND}" -S=${WORKDIR}/${PN} - src_prepare() { default