From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F400138330 for ; Sun, 27 May 2018 16:11:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 442A2E0971; Sun, 27 May 2018 16:11:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19FB7E0971 for ; Sun, 27 May 2018 16:11:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BDAA7335CB5 for ; Sun, 27 May 2018 16:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 416702B4 for ; Sun, 27 May 2018 16:11:07 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527437328.a4c6df966771fbbd2119b582d92e3fcaf6e97304.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild X-VCS-Directories: x11-terms/lilyterm/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a4c6df966771fbbd2119b582d92e3fcaf6e97304 X-VCS-Branch: master Date: Sun, 27 May 2018 16:11:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fb6b137d-f59a-43fc-aa41-53643fadea93 X-Archives-Hash: 5c86d5acdfaf8ad1c25e2f8679fda269 commit: a4c6df966771fbbd2119b582d92e3fcaf6e97304 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 27 13:12:44 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 27 16:08:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c6df96 x11-terms/lilyterm: use HTTPs x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild | 6 +++--- x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild index f82789c0b1d..61340f581bf 100644 --- a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild +++ b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight" -HOMEPAGE="http://lilyterm.luna.com.tw" +HOMEPAGE="https://lilyterm.luna.com.tw" LICENSE="GPL-3" -SRC_URI="http://${PN}.luna.com.tw/file/${P}.tar.gz" +SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild index f271afbcddb..1cf81a31258 100644 --- a/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild +++ b/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight" -HOMEPAGE="http://lilyterm.luna.com.tw" +HOMEPAGE="https://lilyterm.luna.com.tw" LICENSE="GPL-3" -SRC_URI="http://${PN}.luna.com.tw/file/${P}.tar.gz" +SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~x86"