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 224701382C5 for ; Sun, 25 Mar 2018 21:59:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2130FE095C; Sun, 25 Mar 2018 21:59:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EF393E095C for ; Sun, 25 Mar 2018 21:59:17 +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 CB413335C79 for ; Sun, 25 Mar 2018 21:59:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C50925B for ; Sun, 25 Mar 2018 21:59:15 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1522015151.87174cadef24012b25ac24203ff4af62b4fa5471.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/stk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/stk/stk-4.5.0.ebuild media-libs/stk/stk-4.5.1-r1.ebuild media-libs/stk/stk-4.5.1.ebuild X-VCS-Directories: media-libs/stk/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 87174cadef24012b25ac24203ff4af62b4fa5471 X-VCS-Branch: master Date: Sun, 25 Mar 2018 21:59:15 +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: daf595ab-9e77-4a37-8465-3554f9df2d11 X-Archives-Hash: 44a66b4c1a02742eb5c48e6ff5f03bb4 commit: 87174cadef24012b25ac24203ff4af62b4fa5471 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Mar 21 19:51:38 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Mar 25 21:59:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87174cad media-libs/stk: use HTTPS. media-libs/stk/stk-4.5.0.ebuild | 6 +++--- media-libs/stk/stk-4.5.1-r1.ebuild | 4 ++-- media-libs/stk/stk-4.5.1.ebuild | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/media-libs/stk/stk-4.5.0.ebuild b/media-libs/stk/stk-4.5.0.ebuild index 0645fb3db41..3a5a9c740d1 100644 --- a/media-libs/stk/stk-4.5.0.ebuild +++ b/media-libs/stk/stk-4.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 eutils autotools DESCRIPTION="Synthesis ToolKit in C++" -HOMEPAGE="http://ccrma.stanford.edu/software/stk/" -SRC_URI="http://ccrma.stanford.edu/software/stk/release/${P}.tar.gz" +HOMEPAGE="https://ccrma.stanford.edu/software/stk/" +SRC_URI="https://ccrma.stanford.edu/software/stk/release/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/media-libs/stk/stk-4.5.1-r1.ebuild b/media-libs/stk/stk-4.5.1-r1.ebuild index 71f85aada4b..8d6a4005c32 100644 --- a/media-libs/stk/stk-4.5.1-r1.ebuild +++ b/media-libs/stk/stk-4.5.1-r1.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit eutils autotools DESCRIPTION="Synthesis ToolKit in C++" -HOMEPAGE="http://ccrma.stanford.edu/software/stk/" -SRC_URI="http://ccrma.stanford.edu/software/stk/release/${P}.tar.gz" +HOMEPAGE="https://ccrma.stanford.edu/software/stk/" +SRC_URI="https://ccrma.stanford.edu/software/stk/release/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/media-libs/stk/stk-4.5.1.ebuild b/media-libs/stk/stk-4.5.1.ebuild index 943ab4560da..72482af91aa 100644 --- a/media-libs/stk/stk-4.5.1.ebuild +++ b/media-libs/stk/stk-4.5.1.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 eutils autotools DESCRIPTION="Synthesis ToolKit in C++" -HOMEPAGE="http://ccrma.stanford.edu/software/stk/" -SRC_URI="http://ccrma.stanford.edu/software/stk/release/${P}.tar.gz" +HOMEPAGE="https://ccrma.stanford.edu/software/stk/" +SRC_URI="https://ccrma.stanford.edu/software/stk/release/${P}.tar.gz" LICENSE="MIT" SLOT="0"