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 AF4E015800A for ; Wed, 12 Jul 2023 18:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51350E0817; Wed, 12 Jul 2023 18:46:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 30E55E0817 for ; Wed, 12 Jul 2023 18:46:01 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 368D0335D5E for ; Wed, 12 Jul 2023 18:46:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55A80AD5 for ; Wed, 12 Jul 2023 18:45:58 +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: <1689186959.2a8ae252e9693bea40a8f9e6e523ab079e2d043c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/ucon64/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/ucon64/ucon64-2.2.2.ebuild X-VCS-Directories: games-util/ucon64/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 2a8ae252e9693bea40a8f9e6e523ab079e2d043c X-VCS-Branch: master Date: Wed, 12 Jul 2023 18:45:58 +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: c8be6b8e-9870-4ab5-94dd-0d5d1093d6f1 X-Archives-Hash: 4332ef62cb87a049bad376d75684c6f5 commit: 2a8ae252e9693bea40a8f9e6e523ab079e2d043c Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Jul 10 13:45:39 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Jul 12 18:35:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a8ae252 games-util/ucon64: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> games-util/ucon64/ucon64-2.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-util/ucon64/ucon64-2.2.2.ebuild b/games-util/ucon64/ucon64-2.2.2.ebuild index 617f85487c0d..718d5de12bce 100644 --- a/games-util/ucon64/ucon64-2.2.2.ebuild +++ b/games-util/ucon64/ucon64-2.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="The backup tool and wonderful emulator's Swiss Army knife program" -HOMEPAGE="http://ucon64.sourceforge.net/" +HOMEPAGE="https://ucon64.sourceforge.net/" SRC_URI="mirror://sourceforge/ucon64/${P}-src.tar.gz" S="${WORKDIR}/${P}-src/src"