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 586C3158020 for ; Fri, 18 Nov 2022 03:19:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00FC6E0985; Fri, 18 Nov 2022 03:19:15 +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 D9BB6E0985 for ; Fri, 18 Nov 2022 03:19:14 +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 ED1F4340FF9 for ; Fri, 18 Nov 2022 03:19:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88C2A755 for ; Fri, 18 Nov 2022 03:19:12 +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: <1668741467.7ad5e7def8c886d8af664c12897052a8113bb0e5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/unzip/unzip-6.0_p26.ebuild app-arch/unzip/unzip-6.0_p27-r1.ebuild X-VCS-Directories: app-arch/unzip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7ad5e7def8c886d8af664c12897052a8113bb0e5 X-VCS-Branch: master Date: Fri, 18 Nov 2022 03:19:12 +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: b65b84fc-a476-443e-b9fd-78a7367e3175 X-Archives-Hash: 318ff69870f49856311a078e6f643802 commit: 7ad5e7def8c886d8af664c12897052a8113bb0e5 Author: Sam James gentoo org> AuthorDate: Fri Nov 18 03:17:47 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 18 03:17:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad5e7de app-arch/unzip: update HOMEPAGE Signed-off-by: Sam James gentoo.org> app-arch/unzip/unzip-6.0_p26.ebuild | 2 +- app-arch/unzip/unzip-6.0_p27-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/unzip/unzip-6.0_p26.ebuild b/app-arch/unzip/unzip-6.0_p26.ebuild index 78e5c99af635..d53d771fa9b0 100644 --- a/app-arch/unzip/unzip-6.0_p26.ebuild +++ b/app-arch/unzip/unzip-6.0_p26.ebuild @@ -10,7 +10,7 @@ MY_PV="${MY_PV%_p*}" MY_P="${PN}${MY_PV}" DESCRIPTION="unzipper for pkzip-compressed files" -HOMEPAGE="http://www.info-zip.org/" +HOMEPAGE="https://infozip.sourceforge.net/UnZip.html" SRC_URI="mirror://sourceforge/infozip/${MY_P}.tar.gz mirror://debian/pool/main/u/${PN}/${PN}_${PV/_p/-}.debian.tar.xz" diff --git a/app-arch/unzip/unzip-6.0_p27-r1.ebuild b/app-arch/unzip/unzip-6.0_p27-r1.ebuild index c466394b30d4..478c83240bf7 100644 --- a/app-arch/unzip/unzip-6.0_p27-r1.ebuild +++ b/app-arch/unzip/unzip-6.0_p27-r1.ebuild @@ -10,7 +10,7 @@ MY_PV="${MY_PV%_p*}" MY_P="${PN}${MY_PV}" DESCRIPTION="unzipper for pkzip-compressed files" -HOMEPAGE="http://www.info-zip.org/" +HOMEPAGE="https://infozip.sourceforge.net/UnZip.html" SRC_URI="mirror://sourceforge/infozip/${MY_P}.tar.gz mirror://debian/pool/main/u/${PN}/${PN}_${PV/_p/-}.debian.tar.xz"