From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1025670-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 64EE6138331
	for <garchives@archives.gentoo.org>; 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 2E016E0848;
	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 033EBE083E
	for <gentoo-commits@lists.gentoo.org>; 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 8572A335C2C
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 May 2018 00:42:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D9DED2AD
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 May 2018 00:42:06 +0000 (UTC)
From: "Aaron Bauman" <bman@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, "Aaron Bauman" <bman@gentoo.org>
Message-ID: <1527122423.2f083930ebfb4caf27c8cc4cb7c624e71a496633.bman@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vamp-aubio-plugins/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.0.ebuild media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1.ebuild
X-VCS-Directories: media-plugins/vamp-aubio-plugins/
X-VCS-Committer: bman
X-VCS-Committer-Name: Aaron Bauman
X-VCS-Revision: 2f083930ebfb4caf27c8cc4cb7c624e71a496633
X-VCS-Branch: master
Date: Thu, 24 May 2018 00:42:06 +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-Archives-Salt: df673d8b-4368-47ec-abbc-39927cbcdc25
X-Archives-Hash: 84fb97f72914d5eaf9ad47ab8025c35a

commit:     2f083930ebfb4caf27c8cc4cb7c624e71a496633
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed May 23 17:14:24 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu May 24 00:40:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f083930

media-plugins/vamp-aubio-plugins: use HTTPs

 media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.0.ebuild | 6 +++---
 media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.0.ebuild b/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.0.ebuild
index 8e9631d772c..81e440734f6 100644
--- a/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.0.ebuild
+++ b/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
 inherit flag-o-matic toolchain-funcs multilib
 
 DESCRIPTION="Onset detection, pitch tracking, note tracking and tempo tracking plugins"
-HOMEPAGE="http://www.vamp-plugins.org/"
-SRC_URI="http://aubio.org/pub/vamp-aubio-plugins/${P}.tar.bz2"
+HOMEPAGE="https://www.vamp-plugins.org/"
+SRC_URI="https://aubio.org/pub/vamp-aubio-plugins/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1.ebuild b/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1.ebuild
index 21282eb8005..b8f7cf32509 100644
--- a/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1.ebuild
+++ b/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1.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=5
@@ -8,8 +8,8 @@ PYTHON_REQ_USE='threads(+)'
 inherit flag-o-matic toolchain-funcs multilib python-any-r1 waf-utils
 
 DESCRIPTION="Onset detection, pitch tracking, note tracking and tempo tracking plugins"
-HOMEPAGE="http://www.vamp-plugins.org/"
-SRC_URI="http://aubio.org/pub/vamp-aubio-plugins/${P}.tar.bz2"
+HOMEPAGE="https://www.vamp-plugins.org/"
+SRC_URI="https://aubio.org/pub/vamp-aubio-plugins/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"