Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/streamtuner/
Date: Sun, 13 May 2018 19:20:19
Message-Id: 1526239113.dc9a1e0408eacc9c7705c9420fda127d8ddae49c.bman@gentoo
1 commit: dc9a1e0408eacc9c7705c9420fda127d8ddae49c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 11 13:09:28 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 19:18:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc9a1e04
7
8 net-misc/streamtuner: use HTTPS
9
10 net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
14 index ea6fe488906..a8d6ec3abcd 100644
15 --- a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
16 +++ b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
17 @@ -1,11 +1,11 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 inherit gnome2
24
25 DESCRIPTION="Stream directory browser for browsing internet radio streams"
26 -HOMEPAGE="http://www.nongnu.org/streamtuner"
27 +HOMEPAGE="https://www.nongnu.org/streamtuner/"
28 SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz
29 https://savannah.nongnu.org/download/${PN}/${P}-pygtk-2.6.diff"