Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/stk/
Date: Sun, 25 Mar 2018 21:59:19
Message-Id: 1522015151.87174cadef24012b25ac24203ff4af62b4fa5471.monsieurp@gentoo
1 commit: 87174cadef24012b25ac24203ff4af62b4fa5471
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 21 19:51:38 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 21:59:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87174cad
7
8 media-libs/stk: use HTTPS.
9
10 media-libs/stk/stk-4.5.0.ebuild | 6 +++---
11 media-libs/stk/stk-4.5.1-r1.ebuild | 4 ++--
12 media-libs/stk/stk-4.5.1.ebuild | 6 +++---
13 3 files changed, 8 insertions(+), 8 deletions(-)
14
15 diff --git a/media-libs/stk/stk-4.5.0.ebuild b/media-libs/stk/stk-4.5.0.ebuild
16 index 0645fb3db41..3a5a9c740d1 100644
17 --- a/media-libs/stk/stk-4.5.0.ebuild
18 +++ b/media-libs/stk/stk-4.5.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -6,8 +6,8 @@ EAPI=5
26 inherit eutils autotools
27
28 DESCRIPTION="Synthesis ToolKit in C++"
29 -HOMEPAGE="http://ccrma.stanford.edu/software/stk/"
30 -SRC_URI="http://ccrma.stanford.edu/software/stk/release/${P}.tar.gz"
31 +HOMEPAGE="https://ccrma.stanford.edu/software/stk/"
32 +SRC_URI="https://ccrma.stanford.edu/software/stk/release/${P}.tar.gz"
33
34 LICENSE="MIT"
35 SLOT="0"
36
37 diff --git a/media-libs/stk/stk-4.5.1-r1.ebuild b/media-libs/stk/stk-4.5.1-r1.ebuild
38 index 71f85aada4b..8d6a4005c32 100644
39 --- a/media-libs/stk/stk-4.5.1-r1.ebuild
40 +++ b/media-libs/stk/stk-4.5.1-r1.ebuild
41 @@ -6,8 +6,8 @@ EAPI=6
42 inherit eutils autotools
43
44 DESCRIPTION="Synthesis ToolKit in C++"
45 -HOMEPAGE="http://ccrma.stanford.edu/software/stk/"
46 -SRC_URI="http://ccrma.stanford.edu/software/stk/release/${P}.tar.gz"
47 +HOMEPAGE="https://ccrma.stanford.edu/software/stk/"
48 +SRC_URI="https://ccrma.stanford.edu/software/stk/release/${P}.tar.gz"
49
50 LICENSE="MIT"
51 SLOT="0"
52
53 diff --git a/media-libs/stk/stk-4.5.1.ebuild b/media-libs/stk/stk-4.5.1.ebuild
54 index 943ab4560da..72482af91aa 100644
55 --- a/media-libs/stk/stk-4.5.1.ebuild
56 +++ b/media-libs/stk/stk-4.5.1.ebuild
57 @@ -1,4 +1,4 @@
58 -# Copyright 1999-2015 Gentoo Foundation
59 +# Copyright 1999-2018 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61
62 EAPI=5
63 @@ -6,8 +6,8 @@ EAPI=5
64 inherit eutils autotools
65
66 DESCRIPTION="Synthesis ToolKit in C++"
67 -HOMEPAGE="http://ccrma.stanford.edu/software/stk/"
68 -SRC_URI="http://ccrma.stanford.edu/software/stk/release/${P}.tar.gz"
69 +HOMEPAGE="https://ccrma.stanford.edu/software/stk/"
70 +SRC_URI="https://ccrma.stanford.edu/software/stk/release/${P}.tar.gz"
71
72 LICENSE="MIT"
73 SLOT="0"