Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/volwheel/
Date: Sun, 13 May 2018 19:20:22
Message-Id: 1526239111.c69e4f5ba1f4d7b61a91c2edf2178d58491f9856.bman@gentoo
1 commit: c69e4f5ba1f4d7b61a91c2edf2178d58491f9856
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 11 13:08:46 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 19:18:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69e4f5b
7
8 media-sound/volwheel: use HTTPS
9
10 media-sound/volwheel/volwheel-0.2.8-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/media-sound/volwheel/volwheel-0.2.8-r1.ebuild b/media-sound/volwheel/volwheel-0.2.8-r1.ebuild
14 index cf495d5fa7b..51ff9c182eb 100644
15 --- a/media-sound/volwheel/volwheel-0.2.8-r1.ebuild
16 +++ b/media-sound/volwheel/volwheel-0.2.8-r1.ebuild
17 @@ -1,11 +1,11 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 inherit eutils gnome2-utils
24
25 DESCRIPTION="A volume control trayicon with mouse wheel support"
26 -HOMEPAGE="http://oliwer.net/b/volwheel.html"
27 +HOMEPAGE="https://oliwer.net/b/volwheel.html"
28 SRC_URI="https://olwtools.googlecode.com/files/${P}.tar.gz"
29
30 LICENSE="GPL-3"