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 83D811382C5 for ; Wed, 13 Jan 2021 21:07:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CFE6E09A2; Wed, 13 Jan 2021 21:07:00 +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 3217AE09A7 for ; Wed, 13 Jan 2021 21:07:00 +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 246B7340D91 for ; Wed, 13 Jan 2021 21:06:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9DBD4AF for ; Wed, 13 Jan 2021 21:06:55 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610571826.a7f9b480be6e59488b2333d4261355e1033655ed.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/praat/ X-VCS-Repository: proj/sci X-VCS-Files: sci-misc/praat/praat-6.0.26.ebuild X-VCS-Directories: sci-misc/praat/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a7f9b480be6e59488b2333d4261355e1033655ed X-VCS-Branch: master Date: Wed, 13 Jan 2021 21:06:55 +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: 9990748e-f8a7-4d08-ac51-37168973698e X-Archives-Hash: 31a1404cb231ff66171ee1877718b2c5 commit: a7f9b480be6e59488b2333d4261355e1033655ed Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Jan 13 21:03:46 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Jan 13 21:03:46 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a7f9b480 sci-misc/praat: use https Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-misc/praat/praat-6.0.26.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-misc/praat/praat-6.0.26.ebuild b/sci-misc/praat/praat-6.0.26.ebuild index 01f910d56..6872814e4 100644 --- a/sci-misc/praat/praat-6.0.26.ebuild +++ b/sci-misc/praat/praat-6.0.26.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Speech analysis and synthesis" -HOMEPAGE="http://www.fon.hum.uva.nl/praat/ https://github.com/praat/praat" +HOMEPAGE="https://www.fon.hum.uva.nl/praat/ https://github.com/praat/praat" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86"