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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 154F81382C5 for ; Sat, 27 Jun 2020 20:45:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B28CCE095A; Sat, 27 Jun 2020 20:45:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9978EE095A for ; Sat, 27 Jun 2020 20:45:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A02334EFBA for ; Sat, 27 Jun 2020 20:45:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D428E2C5 for ; Sat, 27 Jun 2020 20:45:18 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1593290691.a3483bde8d616c2047a144e20afc6996d4c19434.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/szip/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/szip/szip-2.1-r2.ebuild X-VCS-Directories: sci-libs/szip/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: a3483bde8d616c2047a144e20afc6996d4c19434 X-VCS-Branch: master Date: Sat, 27 Jun 2020 20:45:18 +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: 4d78cd4f-5ff8-4f66-a4e2-f8e4d8aa31ec X-Archives-Hash: 94d1a1583eaf7723a5622337dd102f13 commit: a3483bde8d616c2047a144e20afc6996d4c19434 Author: Alexey Sokolov google com> AuthorDate: Sat Jun 20 16:09:57 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jun 27 20:44:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3483bde sci-libs/szip: update homepage Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov asokolov.org> Signed-off-by: Andreas K. Hüttel gentoo.org> sci-libs/szip/szip-2.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/szip/szip-2.1-r2.ebuild b/sci-libs/szip/szip-2.1-r2.ebuild index 7e5ab7936ab..da08b6a5c3c 100644 --- a/sci-libs/szip/szip-2.1-r2.ebuild +++ b/sci-libs/szip/szip-2.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=6 DESCRIPTION="Extended-Rice lossless compression algorithm implementation" -HOMEPAGE="http://www.hdfgroup.org/doc_resource/SZIP/" +HOMEPAGE="https://www.hdfgroup.org/doc_resource/SZIP/" SRC_URI="ftp://ftp.hdfgroup.org/lib-external/${PN}/${PV}/src/${P}.tar.gz" LICENSE="szip"