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:
David Hicks
2017-07-29 09:54:34 +10:00
committed by Michał Górny
parent 45a9dc1603
commit ffbb7769a3
2 changed files with 5 additions and 5 deletions

View File

@@ -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"

View File

@@ -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"