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 E42191382C5 for ; Mon, 26 Mar 2018 19:18:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1661CE09EE; Mon, 26 Mar 2018 19:18:17 +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 E27B8E09EE for ; Mon, 26 Mar 2018 19:18:16 +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 C532D335C78 for ; Mon, 26 Mar 2018 19:18:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E969527B for ; Mon, 26 Mar 2018 19:18:11 +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: <1522091800.ac2c14d9117ecf32681bae7827bbdb15ea3598fd.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/i3lock/i3lock-2.10.ebuild x11-misc/i3lock/i3lock-2.8.ebuild x11-misc/i3lock/i3lock-2.9.1.ebuild X-VCS-Directories: x11-misc/i3lock/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ac2c14d9117ecf32681bae7827bbdb15ea3598fd X-VCS-Branch: master Date: Mon, 26 Mar 2018 19:18:11 +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: 2e3aad85-d8c2-49ed-997a-ecc2ee4cc088 X-Archives-Hash: a55edcdb399e513f9964b6b27fb13d39 commit: ac2c14d9117ecf32681bae7827bbdb15ea3598fd Author: Francesco Turco fastmail fm> AuthorDate: Fri Jan 26 18:49:55 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Mar 26 19:16:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2c14d9 x11-misc/i3lock: use HTTPS instead of HTTP Closes: https://github.com/gentoo/gentoo/pull/6973 x11-misc/i3lock/i3lock-2.10.ebuild | 4 ++-- x11-misc/i3lock/i3lock-2.8.ebuild | 6 +++--- x11-misc/i3lock/i3lock-2.9.1.ebuild | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/x11-misc/i3lock/i3lock-2.10.ebuild b/x11-misc/i3lock/i3lock-2.10.ebuild index 7101cc230c3..0b51ebc8e52 100644 --- a/x11-misc/i3lock/i3lock-2.10.ebuild +++ b/x11-misc/i3lock/i3lock-2.10.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Simple screen locker" -HOMEPAGE="http://i3wm.org/i3lock/" -SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2" +HOMEPAGE="https://i3wm.org/i3lock/" +SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/x11-misc/i3lock/i3lock-2.8.ebuild b/x11-misc/i3lock/i3lock-2.8.ebuild index 206ce7020ee..1b0619ea015 100644 --- a/x11-misc/i3lock/i3lock-2.8.ebuild +++ b/x11-misc/i3lock/i3lock-2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Simple screen locker" -HOMEPAGE="http://i3wm.org/i3lock/" -SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2" +HOMEPAGE="https://i3wm.org/i3lock/" +SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/x11-misc/i3lock/i3lock-2.9.1.ebuild b/x11-misc/i3lock/i3lock-2.9.1.ebuild index f99aa982024..ee3f80478d4 100644 --- a/x11-misc/i3lock/i3lock-2.9.1.ebuild +++ b/x11-misc/i3lock/i3lock-2.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Simple screen locker" -HOMEPAGE="http://i3wm.org/i3lock/" -SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2" +HOMEPAGE="https://i3wm.org/i3lock/" +SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0"