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 B9C3F138335 for ; Tue, 1 Oct 2019 06:01:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33AB7E08A4; Tue, 1 Oct 2019 06:01:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 ED6E5E088A for ; Tue, 1 Oct 2019 06:01:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1B3C634B733 for ; Tue, 1 Oct 2019 06:01:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23E21829 for ; Tue, 1 Oct 2019 06:01:51 +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: <1569909642.3c5d32a322c71c088bbb91b359a2193c3110c0d2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/quake3-reaction/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/quake3-reaction/quake3-reaction-3.2.ebuild X-VCS-Directories: games-fps/quake3-reaction/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3c5d32a322c71c088bbb91b359a2193c3110c0d2 X-VCS-Branch: master Date: Tue, 1 Oct 2019 06:01:51 +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: 17630c95-2872-42a5-9ba2-252c27cd478a X-Archives-Hash: f94784464ae7b3e2e370517c51ac5dd3 commit: 3c5d32a322c71c088bbb91b359a2193c3110c0d2 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 30 09:49:04 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 1 06:00:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5d32a3 games-fps/quake3-reaction: Inline mirror://quakeunity, HTTPS Signed-off-by: Michał Górny gentoo.org> games-fps/quake3-reaction/quake3-reaction-3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild b/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild index e5ca16d89d4..ee94abeb912 100644 --- a/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild +++ b/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild @@ -11,8 +11,8 @@ inherit games games-mods HOMEPAGE="http://www.rq3.com/" SRC_URI=" - mirror://quakeunity/modifications/reactionquake3/ReactionQuake3-v3.1-Full.zip - mirror://quakeunity/modifications/reactionquake3/ReactionQuake3-v3.2-Update.zip + https://www.mirrorservice.org/sites/quakeunity.com/modifications/reactionquake3/ReactionQuake3-v3.1-Full.zip + https://www.mirrorservice.org/sites/quakeunity.com/modifications/reactionquake3/ReactionQuake3-v3.2-Update.zip " LICENSE="all-rights-reserved"