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/wmpop3lb/
Date: Tue, 12 Jun 2018 21:38:35
Message-Id: 1528839446.348b9d732a32612fe136b4e260b04e8b632097fb.voyageur@gentoo
1 commit: 348b9d732a32612fe136b4e260b04e8b632097fb
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 12 17:53:36 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 21:37:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348b9d73
7
8 x11-plugins/wmpop3lb: use HTTPs
9
10 x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild b/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild
14 index 178d3e12556..ba983fab624 100644
15 --- a/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild
16 +++ b/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-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=2
23 inherit eutils
24
25 DESCRIPTION="dockapp for checking up to 7 pop3 accounts"
26 -HOMEPAGE="http://www.dockapps.net/wmpop3lb"
27 -SRC_URI="http://www.dockapps.net/download/${P/-}.tar.gz"
28 +HOMEPAGE="https://www.dockapps.net/wmpop3lb"
29 +SRC_URI="https://www.dockapps.net/download/${P/-}.tar.gz"
30
31 SLOT="0"
32 LICENSE="GPL-2"