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/wmlongrun/
Date: Sat, 05 May 2018 19:28:46
Message-Id: 1525548421.e3d2b3c0d40ab353cec050759f8dbc066a6b9ae7.bman@gentoo
1 commit: e3d2b3c0d40ab353cec050759f8dbc066a6b9ae7
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 30 09:05:49 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 5 19:27:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d2b3c0
7
8 x11-plugins/wmlongrun: use HTTPS
9
10 x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild b/x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild
14 index 045077e90b0..6778e05ba04 100644
15 --- a/x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild
16 +++ b/x11-plugins/wmlongrun/wmlongrun-0.3.1.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=6
23
24 DESCRIPTION="A dockapp to monitor LongRun on a Transmeta Crusoe processor"
25 -HOMEPAGE="http://www.dockapps.net/wmlongrun"
26 -SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
27 +HOMEPAGE="https://www.dockapps.net/wmlongrun"
28 +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
29
30 LICENSE="GPL-2"
31 SLOT="0"