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 6ABFC1382C5 for ; Wed, 27 May 2020 05:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58BE7E088F; Wed, 27 May 2020 05:27:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 28369E088F for ; Wed, 27 May 2020 05:27:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0204534EE1D for ; Wed, 27 May 2020 05:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8273E242 for ; Wed, 27 May 2020 05:27:56 +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: <1590557274.2decc6f77afdd6e236761d2b862994caff77e2b4.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild X-VCS-Directories: x11-misc/xbindkeys/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 2decc6f77afdd6e236761d2b862994caff77e2b4 X-VCS-Branch: master Date: Wed, 27 May 2020 05:27:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d9a69eb-81f0-40b8-88c6-35456378a7aa X-Archives-Hash: 710d1624196b3e7ee222952c8ed4e6e5 commit: 2decc6f77afdd6e236761d2b862994caff77e2b4 Author: Jeroen Roovers gentoo org> AuthorDate: Wed May 27 05:19:43 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed May 27 05:27:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2decc6f7 x11-misc/xbindkeys: Use HTTPS Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Jeroen Roovers gentoo.org> x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild index 14de366f5dc..ff72ad31364 100644 --- a/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild +++ b/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" DESCRIPTION="Tool for launching commands on keystrokes" -SRC_URI="http://www.nongnu.org/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.nongnu.org/xbindkeys/xbindkeys.html" +SRC_URI="https://www.nongnu.org/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.nongnu.org/xbindkeys/xbindkeys.html" LICENSE="GPL-2" SLOT="0"