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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28615138334 for ; Tue, 18 Jun 2019 00:35:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06A68E08AC; Tue, 18 Jun 2019 00:35:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF94AE08AC for ; Tue, 18 Jun 2019 00:35:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE988346364 for ; Tue, 18 Jun 2019 00:35:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20B6C626 for ; Tue, 18 Jun 2019 00:35:19 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1560818104.ede5fcc288cd7d062c97447b2a3bdbf07d212c07.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/rpm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/rpm/rpm-4.14.1-r1.ebuild app-arch/rpm/rpm-4.14.1.ebuild app-arch/rpm/rpm-4.14.2.1.ebuild X-VCS-Directories: app-arch/rpm/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ede5fcc288cd7d062c97447b2a3bdbf07d212c07 X-VCS-Branch: master Date: Tue, 18 Jun 2019 00:35:19 +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: 048d9ff0-7eef-496a-b91d-474e4f4bc6cc X-Archives-Hash: b6f5261b9ba4bba6a672d3047f87793e commit: ede5fcc288cd7d062c97447b2a3bdbf07d212c07 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 1 15:38:37 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Jun 18 00:35:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede5fcc2 app-arch/rpm: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12148 Signed-off-by: Aaron Bauman gentoo.org> app-arch/rpm/rpm-4.14.1-r1.ebuild | 4 ++-- app-arch/rpm/rpm-4.14.1.ebuild | 2 +- app-arch/rpm/rpm-4.14.2.1.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-arch/rpm/rpm-4.14.1-r1.ebuild b/app-arch/rpm/rpm-4.14.1-r1.ebuild index c34b6839654..9e08501a7c0 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 05513ac2d37..29d7e38050a 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 7d1e6c3e056..ec73a8f530a 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"