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-misc/i3lock/
Date: Mon, 26 Mar 2018 19:18:21
Message-Id: 1522091800.ac2c14d9117ecf32681bae7827bbdb15ea3598fd.bman@gentoo
1 commit: ac2c14d9117ecf32681bae7827bbdb15ea3598fd
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Fri Jan 26 18:49:55 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 19:16:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2c14d9
7
8 x11-misc/i3lock: use HTTPS instead of HTTP
9
10 Closes: https://github.com/gentoo/gentoo/pull/6973
11
12 x11-misc/i3lock/i3lock-2.10.ebuild | 4 ++--
13 x11-misc/i3lock/i3lock-2.8.ebuild | 6 +++---
14 x11-misc/i3lock/i3lock-2.9.1.ebuild | 6 +++---
15 3 files changed, 8 insertions(+), 8 deletions(-)
16
17 diff --git a/x11-misc/i3lock/i3lock-2.10.ebuild b/x11-misc/i3lock/i3lock-2.10.ebuild
18 index 7101cc230c3..0b51ebc8e52 100644
19 --- a/x11-misc/i3lock/i3lock-2.10.ebuild
20 +++ b/x11-misc/i3lock/i3lock-2.10.ebuild
21 @@ -6,8 +6,8 @@ EAPI=6
22 inherit toolchain-funcs
23
24 DESCRIPTION="Simple screen locker"
25 -HOMEPAGE="http://i3wm.org/i3lock/"
26 -SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2"
27 +HOMEPAGE="https://i3wm.org/i3lock/"
28 +SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2"
29
30 LICENSE="BSD"
31 SLOT="0"
32
33 diff --git a/x11-misc/i3lock/i3lock-2.8.ebuild b/x11-misc/i3lock/i3lock-2.8.ebuild
34 index 206ce7020ee..1b0619ea015 100644
35 --- a/x11-misc/i3lock/i3lock-2.8.ebuild
36 +++ b/x11-misc/i3lock/i3lock-2.8.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2017 Gentoo Foundation
39 +# Copyright 1999-2018 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=5
43 @@ -6,8 +6,8 @@ EAPI=5
44 inherit eutils toolchain-funcs
45
46 DESCRIPTION="Simple screen locker"
47 -HOMEPAGE="http://i3wm.org/i3lock/"
48 -SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2"
49 +HOMEPAGE="https://i3wm.org/i3lock/"
50 +SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2"
51
52 LICENSE="BSD"
53 SLOT="0"
54
55 diff --git a/x11-misc/i3lock/i3lock-2.9.1.ebuild b/x11-misc/i3lock/i3lock-2.9.1.ebuild
56 index f99aa982024..ee3f80478d4 100644
57 --- a/x11-misc/i3lock/i3lock-2.9.1.ebuild
58 +++ b/x11-misc/i3lock/i3lock-2.9.1.ebuild
59 @@ -1,4 +1,4 @@
60 -# Copyright 1999-2017 Gentoo Foundation
61 +# Copyright 1999-2018 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=6
65 @@ -6,8 +6,8 @@ EAPI=6
66 inherit toolchain-funcs
67
68 DESCRIPTION="Simple screen locker"
69 -HOMEPAGE="http://i3wm.org/i3lock/"
70 -SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2"
71 +HOMEPAGE="https://i3wm.org/i3lock/"
72 +SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2"
73
74 LICENSE="BSD"
75 SLOT="0"