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 7D35A138334 for ; Sun, 29 Sep 2019 10:16:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66794E0878; Sun, 29 Sep 2019 10:16:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0B277E0878 for ; Sun, 29 Sep 2019 10:16:49 +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 0A66A34B6C2 for ; Sun, 29 Sep 2019 10:16:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 063247E9 for ; Sun, 29 Sep 2019 10:16:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1569752092.19dcbdb88e99208533217c270deaf18c5637f969.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gdb/gdb-8.3.1.ebuild sys-devel/gdb/gdb-8.3.ebuild sys-devel/gdb/gdb-9999.ebuild X-VCS-Directories: sys-devel/gdb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 19dcbdb88e99208533217c270deaf18c5637f969 X-VCS-Branch: master Date: Sun, 29 Sep 2019 10:16:46 +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: ab71c812-c0be-4c7c-ba4a-6a7e7f29993d X-Archives-Hash: ce4dea50c935754a72ca7244de59770c commit: 19dcbdb88e99208533217c270deaf18c5637f969 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 29 10:14:52 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 29 10:14:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19dcbdb8 sys-devel/gdb: Inline mirror://fedora-dev Signed-off-by: Michał Górny gentoo.org> sys-devel/gdb/gdb-8.3.1.ebuild | 2 +- sys-devel/gdb/gdb-8.3.ebuild | 2 +- sys-devel/gdb/gdb-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/gdb/gdb-8.3.1.ebuild b/sys-devel/gdb/gdb-8.3.1.ebuild index 71cf42ab54c..1520ddd1b9f 100644 --- a/sys-devel/gdb/gdb-8.3.1.ebuild +++ b/sys-devel/gdb/gdb-8.3.1.ebuild @@ -39,7 +39,7 @@ case ${PV} in RPM="${PN}-${MY_PV}-$(gvcr $#).fc$(gvcr $(( $# - 1 ))).src.rpm" } parse_fedora_ver - SRC_URI="mirror://fedora-dev/development/rawhide/source/SRPMS/g/${RPM}" + SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/development/rawhide/source/SRPMS/g/${RPM}" ;; *) # Normal upstream release diff --git a/sys-devel/gdb/gdb-8.3.ebuild b/sys-devel/gdb/gdb-8.3.ebuild index 7a92d8c0298..8ac77b330d3 100644 --- a/sys-devel/gdb/gdb-8.3.ebuild +++ b/sys-devel/gdb/gdb-8.3.ebuild @@ -39,7 +39,7 @@ case ${PV} in RPM="${PN}-${MY_PV}-$(gvcr $#).fc$(gvcr $(( $# - 1 ))).src.rpm" } parse_fedora_ver - SRC_URI="mirror://fedora-dev/development/rawhide/source/SRPMS/g/${RPM}" + SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/development/rawhide/source/SRPMS/g/${RPM}" ;; *) # Normal upstream release diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index 71cf42ab54c..1520ddd1b9f 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -39,7 +39,7 @@ case ${PV} in RPM="${PN}-${MY_PV}-$(gvcr $#).fc$(gvcr $(( $# - 1 ))).src.rpm" } parse_fedora_ver - SRC_URI="mirror://fedora-dev/development/rawhide/source/SRPMS/g/${RPM}" + SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/development/rawhide/source/SRPMS/g/${RPM}" ;; *) # Normal upstream release