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 627CC1382C5 for ; Thu, 24 May 2018 00:42:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 479CDE083E; Thu, 24 May 2018 00:42:10 +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 1F653E0841 for ; Thu, 24 May 2018 00:42:09 +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 975D4335C30 for ; Thu, 24 May 2018 00:42:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECC6C2AE for ; Thu, 24 May 2018 00:42:06 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527122423.e327f0d78975a66a5da3508c71a8c3cff0c2b2b7.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ecasound/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ecasound/ecasound-2.6.0-r1.ebuild media-sound/ecasound/ecasound-2.9.1-r1.ebuild X-VCS-Directories: media-sound/ecasound/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e327f0d78975a66a5da3508c71a8c3cff0c2b2b7 X-VCS-Branch: master Date: Thu, 24 May 2018 00:42:06 +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-Archives-Salt: aed0f7cd-ba3f-43ea-9124-870077cbf5a6 X-Archives-Hash: 400cfb9feb3ab6ed2cd6d79d01d43a15 commit: e327f0d78975a66a5da3508c71a8c3cff0c2b2b7 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed May 23 17:16:23 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu May 24 00:40:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e327f0d7 media-sound/ecasound: use HTTPs media-sound/ecasound/ecasound-2.6.0-r1.ebuild | 6 +++--- media-sound/ecasound/ecasound-2.9.1-r1.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media-sound/ecasound/ecasound-2.6.0-r1.ebuild b/media-sound/ecasound/ecasound-2.6.0-r1.ebuild index 9db836fa920..bab257a0d55 100644 --- a/media-sound/ecasound/ecasound-2.6.0-r1.ebuild +++ b/media-sound/ecasound/ecasound-2.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils python-single-r1 DESCRIPTION="a package for multitrack audio processing" -HOMEPAGE="http://ecasound.seul.org/ecasound" -SRC_URI="http://${PN}.seul.org/download/${P}.tar.gz" +HOMEPAGE="https://ecasound.seul.org/ecasound/" +SRC_URI="https://${PN}.seul.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="1" diff --git a/media-sound/ecasound/ecasound-2.9.1-r1.ebuild b/media-sound/ecasound/ecasound-2.9.1-r1.ebuild index 52575e945b5..e9a6f5f90cf 100644 --- a/media-sound/ecasound/ecasound-2.9.1-r1.ebuild +++ b/media-sound/ecasound/ecasound-2.9.1-r1.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools eutils python-single-r1 DESCRIPTION="a package for multitrack audio processing" -HOMEPAGE="http://ecasound.seul.org/ecasound" -SRC_URI="http://ecasound.seul.org/download/${P}.tar.gz" +HOMEPAGE="https://ecasound.seul.org/ecasound/" +SRC_URI="https://ecasound.seul.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="1"