From: Michael Mair-Keimberger Date: Sat, 1 Jun 2019 15:38:37 +0000 (+0200) Subject: app-arch/rpm: use HTTPS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ede5fcc288cd7d062c97447b2a3bdbf07d212c07;p=gentoo.git app-arch/rpm: use HTTPS Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/12148 Signed-off-by: Aaron Bauman --- diff --git a/app-arch/rpm/rpm-4.14.1-r1.ebuild b/app-arch/rpm/rpm-4.14.1-r1.ebuild index c34b6839654a..9e08501a7c0b 100644 --- a/app-arch/rpm/rpm-4.14.1-r1.ebuild +++ b/app-arch/rpm/rpm-4.14.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver DESCRIPTION="Red Hat Package Management Utils" -HOMEPAGE="http://www.rpm.org +HOMEPAGE="https://rpm.org https://github.com/rpm-software-management/rpm" SRC_URI="http://ftp.rpm.org/releases/rpm-$(ver_cut 1-2).x/${P}.tar.bz2" diff --git a/app-arch/rpm/rpm-4.14.1.ebuild b/app-arch/rpm/rpm-4.14.1.ebuild index 05513ac2d37a..29d7e38050ae 100644 --- a/app-arch/rpm/rpm-4.14.1.ebuild +++ b/app-arch/rpm/rpm-4.14.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver DESCRIPTION="Red Hat Package Management Utils" -HOMEPAGE="http://www.rpm.org +HOMEPAGE="https://rpm.org https://github.com/rpm-software-management/rpm" SRC_URI="http://ftp.rpm.org/releases/rpm-$(ver_cut 1-2).x/${P}.tar.bz2" diff --git a/app-arch/rpm/rpm-4.14.2.1.ebuild b/app-arch/rpm/rpm-4.14.2.1.ebuild index 7d1e6c3e0568..ec73a8f530a3 100644 --- a/app-arch/rpm/rpm-4.14.2.1.ebuild +++ b/app-arch/rpm/rpm-4.14.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver DESCRIPTION="Red Hat Package Management Utils" -HOMEPAGE="http://www.rpm.org +HOMEPAGE="https://rpm.org https://github.com/rpm-software-management/rpm" SRC_URI="http://ftp.rpm.org/releases/rpm-$(ver_cut 1-2).x/${P}.tar.bz2"