mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/zziplib: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
d38193f262
commit
d00cb25be7
@@ -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 )"
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
Reference in New Issue
Block a user