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 163BB15811D for ; Fri, 7 Jul 2023 07:31:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED097E07F6; Fri, 7 Jul 2023 07:31:40 +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 D0F3EE07F6 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 C82CC3410DC 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 1B4E1AD0 for ; Fri, 7 Jul 2023 07:31:38 +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: <1688715085.ca258f3beec21fda6596375443648eb75daa1d4b.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbs2b/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild X-VCS-Directories: media-libs/libbs2b/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: ca258f3beec21fda6596375443648eb75daa1d4b X-VCS-Branch: master Date: Fri, 7 Jul 2023 07:31:38 +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: 2c445c99-6c64-44f9-ac7e-355ec221fb2e X-Archives-Hash: 959b99653fcd92c50067e6e7a9c3afd4 commit: ca258f3beec21fda6596375443648eb75daa1d4b Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Jul 6 08:37:05 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Jul 7 07:31:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca258f3b media-libs/libbs2b: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Miroslav Šulc gentoo.org> media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild b/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild index f90ef90c42a1..65000edaf2c9 100644 --- a/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild +++ b/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools multilib-minimal DESCRIPTION="Bauer stereophonic-to-binaural DSP library" -HOMEPAGE="http://bs2b.sourceforge.net/" +HOMEPAGE="https://bs2b.sourceforge.net/" SRC_URI="mirror://sourceforge/bs2b/${P}.tar.bz2" LICENSE="MIT"