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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECE59138359 for ; Wed, 8 Jul 2020 06:58:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26A14E0829; Wed, 8 Jul 2020 06:58:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0D6CFE0829 for ; Wed, 8 Jul 2020 06:58:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A824834F4C1 for ; Wed, 8 Jul 2020 06:58:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC4C92CE for ; Wed, 8 Jul 2020 06:58:32 +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: <1594191431.9045b1ee47b1fe81a51722cd97df6d6713417767.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cadence/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/cadence/cadence-0.9.0-r4.ebuild X-VCS-Directories: media-sound/cadence/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 9045b1ee47b1fe81a51722cd97df6d6713417767 X-VCS-Branch: master Date: Wed, 8 Jul 2020 06:58:32 +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: 3eb5e980-beec-45f9-9c2b-8caf2902e7e9 X-Archives-Hash: 45ca86678e491420b4a60285eceb263e commit: 9045b1ee47b1fe81a51722cd97df6d6713417767 Author: Gerion Entrup flump de> AuthorDate: Fri Jun 19 00:09:19 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Jul 8 06:57:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9045b1ee media-sound/cadence: change homepage to https version Signed-off-by: Gerion Entrup flump.de> Closes: https://github.com/gentoo/gentoo/pull/16318 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/cadence/cadence-0.9.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/cadence/cadence-0.9.0-r4.ebuild b/media-sound/cadence/cadence-0.9.0-r4.ebuild index 08953c0b0c7..388fd048ba5 100644 --- a/media-sound/cadence/cadence-0.9.0-r4.ebuild +++ b/media-sound/cadence/cadence-0.9.0-r4.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} ) inherit python-single-r1 xdg desktop DESCRIPTION="Collection of tools useful for audio production" -HOMEPAGE="http://kxstudio.linuxaudio.org/Applications:Cadence" +HOMEPAGE="https://kxstudio.linuxaudio.org/Applications:Cadence" SRC_URI="https://github.com/falkTX/Cadence/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64" LICENSE="GPL-2"