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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7033E15800D for ; Tue, 4 Jul 2023 22:15:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6C1BE0855; Tue, 4 Jul 2023 22:15:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3B10E0855 for ; Tue, 4 Jul 2023 22:15:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED94A340F87 for ; Tue, 4 Jul 2023 22:15:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63F2EAC3 for ; Tue, 4 Jul 2023 22:15:18 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1688508901.c9d556a96c733e4a414250f99fc27b12df0129ae.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild X-VCS-Directories: x11-misc/imwheel/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c9d556a96c733e4a414250f99fc27b12df0129ae X-VCS-Branch: master Date: Tue, 4 Jul 2023 22:15:18 +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: e67ad576-426d-41f5-a4bc-cd4f60b71446 X-Archives-Hash: e40ba99c9ff3a1b6dc817d6b05b49b9d commit: c9d556a96c733e4a414250f99fc27b12df0129ae Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jul 4 20:56:55 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Jul 4 22:15:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d556a9 x11-misc/imwheel: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild index b2028583345f..d6db068fc05b 100644 --- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild +++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools DESCRIPTION="mouse tool for advanced features such as wheels and 3+ buttons" -HOMEPAGE="http://imwheel.sourceforge.net/" +HOMEPAGE="https://imwheel.sourceforge.net/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2"