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 35983158020 for ; Thu, 24 Nov 2022 18:15:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C43CE0995; Thu, 24 Nov 2022 18:15:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 682A5E0992 for ; Thu, 24 Nov 2022 18:15:01 +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 A9E95340F7A for ; Thu, 24 Nov 2022 18:15:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E9DA76C for ; Thu, 24 Nov 2022 18:14:58 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1669313683.d00cb25be7da1647acb0756231aaf4f85822a9ea.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/zziplib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/zziplib/zziplib-0.13.72-r1.ebuild dev-libs/zziplib/zziplib-0.13.72-r2.ebuild dev-libs/zziplib/zziplib-0.13.72.ebuild X-VCS-Directories: dev-libs/zziplib/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d00cb25be7da1647acb0756231aaf4f85822a9ea X-VCS-Branch: master Date: Thu, 24 Nov 2022 18:14:58 +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: cb48007b-3453-48dd-a3dd-c3004fff587c X-Archives-Hash: 449f701e152b88a8688b9b9f41597f32 commit: d00cb25be7da1647acb0756231aaf4f85822a9ea Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Nov 18 15:44:09 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Nov 24 18:14:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00cb25b dev-libs/zziplib: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/zziplib/zziplib-0.13.72-r1.ebuild | 2 +- dev-libs/zziplib/zziplib-0.13.72-r2.ebuild | 2 +- dev-libs/zziplib/zziplib-0.13.72.ebuild | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/zziplib/zziplib-0.13.72-r1.ebuild b/dev-libs/zziplib/zziplib-0.13.72-r1.ebuild index 1feec01a800e..c8ee6ff4ef33 100644 --- a/dev-libs/zziplib/zziplib-0.13.72-r1.ebuild +++ b/dev-libs/zziplib/zziplib-0.13.72-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit cmake flag-o-matic python-any-r1 DESCRIPTION="Lightweight library for extracting data from files archived in a single zip file" -HOMEPAGE="https://github.com/gdraheim/zziplib http://zziplib.sourceforge.net/" +HOMEPAGE="https://github.com/gdraheim/zziplib https://zziplib.sourceforge.net" SRC_URI="https://github.com/gdraheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" diff --git a/dev-libs/zziplib/zziplib-0.13.72-r2.ebuild b/dev-libs/zziplib/zziplib-0.13.72-r2.ebuild index a954272b3435..f526ac520540 100644 --- a/dev-libs/zziplib/zziplib-0.13.72-r2.ebuild +++ b/dev-libs/zziplib/zziplib-0.13.72-r2.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml(+)" inherit cmake flag-o-matic python-any-r1 DESCRIPTION="Lightweight library for extracting data from files archived in a single zip file" -HOMEPAGE="https://github.com/gdraheim/zziplib http://zziplib.sourceforge.net/" +HOMEPAGE="https://github.com/gdraheim/zziplib https://zziplib.sourceforge.net" SRC_URI="https://github.com/gdraheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" diff --git a/dev-libs/zziplib/zziplib-0.13.72.ebuild b/dev-libs/zziplib/zziplib-0.13.72.ebuild index 7a79e6dbded4..bc39bf3ec8d0 100644 --- a/dev-libs/zziplib/zziplib-0.13.72.ebuild +++ b/dev-libs/zziplib/zziplib-0.13.72.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7..9} ) inherit cmake flag-o-matic python-any-r1 DESCRIPTION="Lightweight library for extracting data from files archived in a single zip file" -HOMEPAGE="https://github.com/gdraheim/zziplib http://zziplib.sourceforge.net/" +HOMEPAGE="https://github.com/gdraheim/zziplib https://zziplib.sourceforge.net" SRC_URI="https://github.com/gdraheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( LGPL-2.1 MPL-1.1 )"