mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-arch/pxz: use HTTPS for GitHub and HOMEPAGE domain
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
committed by
Michał Górny
parent
45a9dc1603
commit
ffbb7769a3
@@ -6,7 +6,7 @@ EAPI="3"
|
||||
inherit flag-o-matic
|
||||
|
||||
DESCRIPTION="Parallel implementation of the XZ compression utility"
|
||||
HOMEPAGE="http://jnovy.fedorapeople.org/pxz/"
|
||||
HOMEPAGE="https://jnovy.fedorapeople.org/pxz/"
|
||||
SRC_URI="mirror://gentoo/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="3"
|
||||
@@ -6,7 +6,7 @@ EAPI="3"
|
||||
inherit toolchain-funcs flag-o-matic
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://github.com/jnovy/pxz.git"
|
||||
EGIT_REPO_URI="https://github.com/jnovy/pxz.git"
|
||||
inherit git-2
|
||||
else
|
||||
MY_PV=${PV/_}
|
||||
@@ -14,13 +14,13 @@ else
|
||||
*beta?*) MY_PV="${MY_PV/beta/beta.}git" ;;
|
||||
esac
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
SRC_URI="http://jnovy.fedorapeople.org/pxz/${MY_P}.tar.xz"
|
||||
SRC_URI="https://jnovy.fedorapeople.org/pxz/${MY_P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
S=${WORKDIR}/${MY_P/beta*/beta}
|
||||
fi
|
||||
|
||||
DESCRIPTION="parallel LZMA compressor (no parallel decompression!)"
|
||||
HOMEPAGE="http://jnovy.fedorapeople.org/pxz/"
|
||||
HOMEPAGE="https://jnovy.fedorapeople.org/pxz/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user