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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBA88158020 for ; Fri, 23 Dec 2022 07:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEFF2E07D3; Fri, 23 Dec 2022 07:07:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC8A4E07D0 for ; Fri, 23 Dec 2022 07:07:30 +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 487CD34113F for ; Fri, 23 Dec 2022 07:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98E707DC for ; Fri, 23 Dec 2022 07:07: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: <1671779162.a225d66f2e340a7634dd5a1c07978cb20d0289f7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pxz/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild app-arch/pxz/pxz-5.0_pre20220509.ebuild X-VCS-Directories: app-arch/pxz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a225d66f2e340a7634dd5a1c07978cb20d0289f7 X-VCS-Branch: master Date: Fri, 23 Dec 2022 07:07: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: baa9e26c-4e51-4875-babc-8f9ae97a1016 X-Archives-Hash: 17395f611c020324086bb205a50e4731 commit: a225d66f2e340a7634dd5a1c07978cb20d0289f7 Author: Sam James gentoo org> AuthorDate: Fri Dec 23 07:06:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 23 07:06:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a225d66f app-arch/pxz: HTTPSify HOMEPAGE Signed-off-by: Sam James gentoo.org> app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild | 2 +- app-arch/pxz/pxz-5.0_pre20220509.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild b/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild index 051b8312f0de..3f00553e7be7 100644 --- a/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild +++ b/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs prefix vcs-snapshot PXZ_COMMIT="136e5c25daf545753329d7cee1b06ae482fb9c44" DESCRIPTION="Parallel implementation of the XZ compression utility" -HOMEPAGE="http://jnovy.fedorapeople.org/pxz/" +HOMEPAGE="https://jnovy.fedorapeople.org/pxz/" SRC_URI="https://github.com/jnovy/pxz/archive/${PXZ_COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-arch/pxz/pxz-5.0_pre20220509.ebuild b/app-arch/pxz/pxz-5.0_pre20220509.ebuild index 0c834cf15ee1..44c00d324932 100644 --- a/app-arch/pxz/pxz-5.0_pre20220509.ebuild +++ b/app-arch/pxz/pxz-5.0_pre20220509.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs vcs-snapshot PXZ_COMMIT="136e5c25daf545753329d7cee1b06ae482fb9c44" DESCRIPTION="Parallel implementation of the XZ compression utility" -HOMEPAGE="http://jnovy.fedorapeople.org/pxz/" +HOMEPAGE="https://jnovy.fedorapeople.org/pxz/" SRC_URI="https://github.com/jnovy/pxz/archive/${PXZ_COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"