Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcms/
Date: Thu, 26 Jul 2018 20:30:34
Message-Id: 1532636917.fb565920d599d9cfa8faea836f16685617169d7f.voyageur@gentoo
1 commit: fb565920d599d9cfa8faea836f16685617169d7f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 22 10:46:41 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 26 20:28:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb565920
7
8 x11-plugins/wmcms: use HTTPs
9
10 x11-plugins/wmcms/wmcms-0.3.5-r2.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/x11-plugins/wmcms/wmcms-0.3.5-r2.ebuild b/x11-plugins/wmcms/wmcms-0.3.5-r2.ebuild
14 index 39876e15b96..688174fdfc1 100644
15 --- a/x11-plugins/wmcms/wmcms-0.3.5-r2.ebuild
16 +++ b/x11-plugins/wmcms/wmcms-0.3.5-r2.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=5
23 inherit eutils
24
25 DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App"
26 -HOMEPAGE="http://www.geocities.ws/neofpo/wmcms.html"
27 -SRC_URI="http://www.geocities.ws/neofpo/files/${P}.tar.gz"
28 +HOMEPAGE="https://www.geocities.ws/neofpo/wmcms.html"
29 +SRC_URI="https://www.geocities.ws/neofpo/files/${P}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="0"