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/wmswallow/
Date: Sat, 05 May 2018 19:28:48
Message-Id: 1525548421.3209c48c0769680c2cb7bf535b970c93a6f79291.bman@gentoo
1 commit: 3209c48c0769680c2cb7bf535b970c93a6f79291
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 30 09:07:11 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=3209c48c
7
8 x11-plugins/wmswallow: use HTTPS
9
10 x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild b/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild
14 index eec1a0b98b9..e4cc74eca71 100644
15 --- a/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild
16 +++ b/x11-plugins/wmswallow/wmswallow-0.6.1-r1.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 toolchain-funcs
24
25 DESCRIPTION="A dock applet to make any application dockable"
26 -HOMEPAGE="http://www.dockapps.net/wmswallow"
27 -SRC_URI="http://www.dockapps.net/download/${PN}.tar.Z"
28 +HOMEPAGE="https://www.dockapps.net/wmswallow"
29 +SRC_URI="https://www.dockapps.net/download/${PN}.tar.Z"
30
31 LICENSE="GPL-2"
32 SLOT="0"