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-wm/echinus/
Date: Sun, 10 Feb 2019 03:27:42
Message-Id: 1549769209.ab0ea4c1296dd0b6927c3614ec695628e3b64dfd.bman@gentoo
1 commit: ab0ea4c1296dd0b6927c3614ec695628e3b64dfd
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Wed Nov 14 19:53:29 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 03:26:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0ea4c1
7
8 x11-wm/echinus: use HTTPS for HOMEPAGE and SRC_URI
9
10 Signed-off-by: Francesco Turco <fturco <AT> fastmail.fm>
11 Closes: https://github.com/gentoo/gentoo/pull/10419
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 x11-wm/echinus/echinus-0.4.9.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/x11-wm/echinus/echinus-0.4.9.ebuild b/x11-wm/echinus/echinus-0.4.9.ebuild
18 index 36cbcd703ef..6ed20ef6b80 100644
19 --- a/x11-wm/echinus/echinus-0.4.9.ebuild
20 +++ b/x11-wm/echinus/echinus-0.4.9.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=4
27 @@ -6,8 +6,8 @@ EAPI=4
28 inherit eutils toolchain-funcs multilib
29
30 DESCRIPTION="A window manager for X in the spirit of dwm"
31 -HOMEPAGE="http://plhk.ru/echinus"
32 -SRC_URI="http://plhk.ru/static/${PN}/${P}.tar.gz"
33 +HOMEPAGE="https://plhk.ru/"
34 +SRC_URI="https://plhk.ru/static/${PN}/${P}.tar.gz"
35
36 LICENSE="MIT"
37 SLOT="0"