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 BDEBC1396D1 for ; Thu, 31 Aug 2017 12:37:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D50C51FC042; Thu, 31 Aug 2017 12:37:49 +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 9E8F61FC042 for ; Thu, 31 Aug 2017 12:37:49 +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 9176E33BE25 for ; Thu, 31 Aug 2017 12:37:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27E988902 for ; Thu, 31 Aug 2017 12:37:47 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504182237.75ff4b09546c584ed8962ecf98ff8c4bc502f542.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsoundtouch/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild X-VCS-Directories: media-libs/libsoundtouch/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 75ff4b09546c584ed8962ecf98ff8c4bc502f542 X-VCS-Branch: master Date: Thu, 31 Aug 2017 12:37:47 +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: 03659525-d134-4326-b370-b6621d2df08c X-Archives-Hash: e98a21fe069df46824c8009c4cafed2e commit: 75ff4b09546c584ed8962ecf98ff8c4bc502f542 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 12:23:57 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 12:23:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ff4b09 media-libs/libsoundtouch: use https for SRC_URI and HOMEPAGE media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild | 4 ++-- media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild | 4 ++-- media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild index 9b27f340a7a..622e5152d3a 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild @@ -7,8 +7,8 @@ inherit autotools eutils flag-o-matic multilib-minimal MY_PN=${PN/lib} DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates" -HOMEPAGE="http://www.surina.net/soundtouch/" -SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz" +HOMEPAGE="https://www.surina.net/soundtouch/" +SRC_URI="https://www.surina.net/soundtouch/${P/lib}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild index fc5b227091b..a086c0f6769 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild @@ -7,8 +7,8 @@ inherit autotools eutils flag-o-matic multilib-minimal MY_PN=${PN/lib} DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates" -HOMEPAGE="http://www.surina.net/soundtouch/" -SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz" +HOMEPAGE="https://www.surina.net/soundtouch/" +SRC_URI="https://www.surina.net/soundtouch/${P/lib}.tar.gz" LICENSE="LGPL-2.1" # subslot = libSoundTouch.so soname diff --git a/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild index c108d0f9e42..c95ddf7bd4b 100644 --- a/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild @@ -7,8 +7,8 @@ inherit autotools flag-o-matic ltprune multilib-minimal MY_PN="${PN/lib}" DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates" -HOMEPAGE="http://www.surina.net/soundtouch/" -SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz" +HOMEPAGE="https://www.surina.net/soundtouch/" +SRC_URI="https://www.surina.net/soundtouch/${P/lib}.tar.gz" LICENSE="LGPL-2.1" # subslot = libSoundTouch.so soname