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 D3FB815810F for ; Sun, 11 Jun 2023 15:37:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BEEFE089B; Sun, 11 Jun 2023 15:37:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 F2494E089B for ; Sun, 11 Jun 2023 15:37:29 +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 37DA63413C1 for ; Sun, 11 Jun 2023 15:37:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A881FA90 for ; Sun, 11 Jun 2023 15:37:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1686497753.5b6acb369478b8a66aeae2bdec0c8c5637ec8373.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Wx/Wx-0.993.200-r2.ebuild X-VCS-Directories: dev-perl/Wx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5b6acb369478b8a66aeae2bdec0c8c5637ec8373 X-VCS-Branch: master Date: Sun, 11 Jun 2023 15:37:27 +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: 8cd8be5c-20a8-4185-b07f-757060adcaa9 X-Archives-Hash: 769f0f86d1768ec80b7c5ef769f6a7aa commit: 5b6acb369478b8a66aeae2bdec0c8c5637ec8373 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jun 11 10:05:34 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 11 15:35:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6acb36 dev-perl/Wx: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Sam James gentoo.org> dev-perl/Wx/Wx-0.993.200-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Wx/Wx-0.993.200-r2.ebuild b/dev-perl/Wx/Wx-0.993.200-r2.ebuild index 5a47b9bf46b1..7f084f48811c 100644 --- a/dev-perl/Wx/Wx-0.993.200-r2.ebuild +++ b/dev-perl/Wx/Wx-0.993.200-r2.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=7 @@ -10,7 +10,7 @@ DIST_EXAMPLES=("samples/*") inherit wxwidgets virtualx perl-module DESCRIPTION="Perl bindings for wxGTK" -HOMEPAGE="http://wxperl.sourceforge.net/ https://metacpan.org/release/Wx" +HOMEPAGE="https://wxperl.sourceforge.net/ https://metacpan.org/release/Wx" SLOT="0" KEYWORDS="amd64 ~riscv x86"