Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtz/
Date: Sat, 05 May 2018 19:28:49
Message-Id: 1525548422.4b2e4dd921346a56678f4b923b10eb06d04e088a.bman@gentoo
1 commit: 4b2e4dd921346a56678f4b923b10eb06d04e088a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 30 09:08:38 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 5 19:27:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2e4dd9
7
8 x11-plugins/wmtz: use HTTPS
9
10 x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
14 index 8f22dabd31e..1e47374c61b 100644
15 --- a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
16 +++ b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
17 @@ -1,12 +1,12 @@
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=6
23 inherit multilib toolchain-funcs
24
25 DESCRIPTION="dockapp that shows the time in multiple timezones"
26 -HOMEPAGE="http://www.dockapps.net/wmtz"
27 -# http://www.dockapps.net/download/${P}.tar.gz
28 +HOMEPAGE="https://www.dockapps.net/wmtz"
29 +# https://www.dockapps.net/download/${P}.tar.gz
30 SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
31
32 LICENSE="GPL-2"