From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1262781-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 983061382C5 for <garchives@archives.gentoo.org>; Sat, 20 Mar 2021 08:24:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C430DE0882; Sat, 20 Mar 2021 08:24:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A83D7E0882 for <gentoo-commits@lists.gentoo.org>; Sat, 20 Mar 2021 08:24:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F47B340A35 for <gentoo-commits@lists.gentoo.org>; Sat, 20 Mar 2021 08:24:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F181A5C5 for <gentoo-commits@lists.gentoo.org>; Sat, 20 Mar 2021 08:24:14 +0000 (UTC) From: "Miroslav Šulc" <fordfrog@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, "Miroslav Šulc" <fordfrog@gentoo.org> Message-ID: <1616228530.d261e0c672f4a6a318423ca23b0fd3b3c66c9112.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/fluidsynth/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/fluidsynth/fluidsynth-2.1.0.ebuild media-sound/fluidsynth/fluidsynth-2.1.4.ebuild media-sound/fluidsynth/fluidsynth-2.1.5.ebuild X-VCS-Directories: media-sound/fluidsynth/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: d261e0c672f4a6a318423ca23b0fd3b3c66c9112 X-VCS-Branch: master Date: Sat, 20 Mar 2021 08:24:14 +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: 6559c147-3270-4e2b-b724-5f3c45590547 X-Archives-Hash: 8cfc3269356b8cae971fde6aa948eb0a commit: d261e0c672f4a6a318423ca23b0fd3b3c66c9112 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Mar 19 17:16:49 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sat Mar 20 08:22:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d261e0c6 media-sound/fluidsynth: use HTTPS Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/fluidsynth/fluidsynth-2.1.0.ebuild | 4 ++-- media-sound/fluidsynth/fluidsynth-2.1.4.ebuild | 4 ++-- media-sound/fluidsynth/fluidsynth-2.1.5.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media-sound/fluidsynth/fluidsynth-2.1.0.ebuild b/media-sound/fluidsynth/fluidsynth-2.1.0.ebuild index ad79a07d433..8da1679f516 100644 --- a/media-sound/fluidsynth/fluidsynth-2.1.0.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ CMAKE_ECLASS=cmake inherit cmake-multilib systemd DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications" -HOMEPAGE="http://www.fluidsynth.org/" +HOMEPAGE="https://www.fluidsynth.org" SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1+" diff --git a/media-sound/fluidsynth/fluidsynth-2.1.4.ebuild b/media-sound/fluidsynth/fluidsynth-2.1.4.ebuild index d5fdde4142d..98db025980d 100644 --- a/media-sound/fluidsynth/fluidsynth-2.1.4.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ CMAKE_ECLASS=cmake inherit cmake-multilib systemd DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications" -HOMEPAGE="http://www.fluidsynth.org/" +HOMEPAGE="https://www.fluidsynth.org" SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1+" diff --git a/media-sound/fluidsynth/fluidsynth-2.1.5.ebuild b/media-sound/fluidsynth/fluidsynth-2.1.5.ebuild index 1e6ba4d3877..8da1679f516 100644 --- a/media-sound/fluidsynth/fluidsynth-2.1.5.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.1.5.ebuild @@ -7,7 +7,7 @@ CMAKE_ECLASS=cmake inherit cmake-multilib systemd DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications" -HOMEPAGE="http://www.fluidsynth.org/" +HOMEPAGE="https://www.fluidsynth.org" SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1+"