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 5CE861581C1 for ; Sat, 13 Jul 2024 11:06:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 948792BC111; Sat, 13 Jul 2024 11:06:26 +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 76AEF2BC111 for ; Sat, 13 Jul 2024 11:06:26 +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 8D2C533E3A9 for ; Sat, 13 Jul 2024 11:06:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25F981BD7 for ; Sat, 13 Jul 2024 11:06:24 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1720868773.0759a61ff4fadfc636f78feb242db478d25bc124.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/amule/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/amule/amule-2.3.3-r3.ebuild net-p2p/amule/amule-2.3.3-r4.ebuild net-p2p/amule/amule-9999.ebuild X-VCS-Directories: net-p2p/amule/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 0759a61ff4fadfc636f78feb242db478d25bc124 X-VCS-Branch: master Date: Sat, 13 Jul 2024 11:06:24 +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: f632a899-531a-4578-864f-cde7f2ebdf6f X-Archives-Hash: 922650d0b93df0bafd433bd2a751f2b0 commit: 0759a61ff4fadfc636f78feb242db478d25bc124 Author: Alexander Tsoy tsoy me> AuthorDate: Sun Jun 30 09:27:44 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Jul 13 11:06:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0759a61f net-p2p/amule: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/37373 Signed-off-by: Alexander Tsoy tsoy.me> Signed-off-by: Yixun Lan gentoo.org> net-p2p/amule/amule-2.3.3-r3.ebuild | 2 +- net-p2p/amule/amule-2.3.3-r4.ebuild | 2 +- net-p2p/amule/amule-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-p2p/amule/amule-2.3.3-r3.ebuild b/net-p2p/amule/amule-2.3.3-r3.ebuild index edc3de4268ce..f67a6e764603 100644 --- a/net-p2p/amule/amule-2.3.3-r3.ebuild +++ b/net-p2p/amule/amule-2.3.3-r3.ebuild @@ -17,7 +17,7 @@ else fi DESCRIPTION="aMule, the all-platform eMule p2p client" -HOMEPAGE="http://www.amule.org/" +HOMEPAGE="https://www.amule.org/" LICENSE="GPL-2+" SLOT="0" diff --git a/net-p2p/amule/amule-2.3.3-r4.ebuild b/net-p2p/amule/amule-2.3.3-r4.ebuild index a1aa3c9c2ce6..40687025dc71 100644 --- a/net-p2p/amule/amule-2.3.3-r4.ebuild +++ b/net-p2p/amule/amule-2.3.3-r4.ebuild @@ -17,7 +17,7 @@ else fi DESCRIPTION="aMule, the all-platform eMule p2p client" -HOMEPAGE="http://www.amule.org/" +HOMEPAGE="https://www.amule.org/" LICENSE="GPL-2+" SLOT="0" diff --git a/net-p2p/amule/amule-9999.ebuild b/net-p2p/amule/amule-9999.ebuild index 9673e620eb9c..581dd72dc6dd 100644 --- a/net-p2p/amule/amule-9999.ebuild +++ b/net-p2p/amule/amule-9999.ebuild @@ -17,7 +17,7 @@ else fi DESCRIPTION="aMule, the all-platform eMule p2p client" -HOMEPAGE="http://www.amule.org/" +HOMEPAGE="https://www.amule.org/" LICENSE="GPL-2+" SLOT="0"