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-terms/lilyterm/
Date: Sun, 27 May 2018 16:11:15
Message-Id: 1527437328.a4c6df966771fbbd2119b582d92e3fcaf6e97304.bman@gentoo
1 commit: a4c6df966771fbbd2119b582d92e3fcaf6e97304
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun May 27 13:12:44 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 16:08:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c6df96
7
8 x11-terms/lilyterm: use HTTPs
9
10 x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild | 6 +++---
11 x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild | 6 +++---
12 2 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild
15 index f82789c0b1d..61340f581bf 100644
16 --- a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild
17 +++ b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild
18 @@ -1,13 +1,13 @@
19 -# Copyright 1999-2013 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 inherit eutils
25
26 DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight"
27 -HOMEPAGE="http://lilyterm.luna.com.tw"
28 +HOMEPAGE="https://lilyterm.luna.com.tw"
29 LICENSE="GPL-3"
30 -SRC_URI="http://${PN}.luna.com.tw/file/${P}.tar.gz"
31 +SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz"
32
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35
36 diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild
37 index f271afbcddb..1cf81a31258 100644
38 --- a/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild
39 +++ b/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild
40 @@ -1,12 +1,12 @@
41 -# Copyright 1999-2013 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46
47 DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight"
48 -HOMEPAGE="http://lilyterm.luna.com.tw"
49 +HOMEPAGE="https://lilyterm.luna.com.tw"
50 LICENSE="GPL-3"
51 -SRC_URI="http://${PN}.luna.com.tw/file/${P}.tar.gz"
52 +SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz"
53
54 SLOT="0"
55 KEYWORDS="~amd64 ~x86"