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 0461B1396D0 for ; Sat, 23 Sep 2017 06:46:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99F281FC1DA; Sat, 23 Sep 2017 06:46:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7B1A11FC1DA for ; Sat, 23 Sep 2017 06:46:31 +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 95E26341236 for ; Sat, 23 Sep 2017 06:46:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76C4F909E for ; Sat, 23 Sep 2017 06:46:26 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1506149182.2e29433b6fec19e0fe84803914d0eda3890ace48.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeycaps/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xkeycaps/xkeycaps-2.47-r2.ebuild X-VCS-Directories: x11-misc/xkeycaps/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 2e29433b6fec19e0fe84803914d0eda3890ace48 X-VCS-Branch: master Date: Sat, 23 Sep 2017 06:46:26 +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: 7aa5fc2f-9f48-437e-8d1d-5f9e00071cb1 X-Archives-Hash: efc89ac060cbb41ab04ea73d40a56c32 commit: 2e29433b6fec19e0fe84803914d0eda3890ace48 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Sep 23 06:45:13 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Sep 23 06:46:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e29433b x11-misc/xkeycaps: Use HTTPS. Package-Manager: Portage-2.3.10, Repoman-2.3.3 x11-misc/xkeycaps/xkeycaps-2.47-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xkeycaps/xkeycaps-2.47-r2.ebuild b/x11-misc/xkeycaps/xkeycaps-2.47-r2.ebuild index 063502e40cb..504fde9935b 100644 --- a/x11-misc/xkeycaps/xkeycaps-2.47-r2.ebuild +++ b/x11-misc/xkeycaps/xkeycaps-2.47-r2.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="GUI frontend to xmodmap" -HOMEPAGE="http://packages.qa.debian.org/x/xkeycaps.html" +HOMEPAGE="https://packages.qa.debian.org/x/xkeycaps.html" SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz" LICENSE="HPND"