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 AC0EF139694 for ; Tue, 13 Jun 2017 03:33:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F247EE0E36; Tue, 13 Jun 2017 03:33:13 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBFF5E0E36 for ; Tue, 13 Jun 2017 03:33:13 +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 6E8653419FB for ; Tue, 13 Jun 2017 03:33:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 987A973E0 for ; Tue, 13 Jun 2017 03:33:10 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1497324784.84603aa9baaff8eb3751c3cfebc63ef575e0b4d1.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/hedgewars/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/hedgewars/hedgewars-0.9.22-r1.ebuild X-VCS-Directories: games-strategy/hedgewars/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 84603aa9baaff8eb3751c3cfebc63ef575e0b4d1 X-VCS-Branch: master Date: Tue, 13 Jun 2017 03:33:10 +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-Archives-Salt: 533383ae-e785-4b28-a1b0-eb343f6246a7 X-Archives-Hash: fdc501b889b8068bb01914ce1218b388 commit: 84603aa9baaff8eb3751c3cfebc63ef575e0b4d1 Author: NP-Hardass gentoo org> AuthorDate: Tue Jun 13 03:32:23 2017 +0000 Commit: NP Hardass gentoo org> CommitDate: Tue Jun 13 03:33:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84603aa9 games-strategy/hedgewars: Update SRC_URI from shuttered gna.org, #612500 Acked-By: mr_bones_ gentoo.org Package-Manager: Portage-2.3.6, Repoman-2.3.2 games-strategy/hedgewars/hedgewars-0.9.22-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-strategy/hedgewars/hedgewars-0.9.22-r1.ebuild b/games-strategy/hedgewars/hedgewars-0.9.22-r1.ebuild index 4e8a1971d03..09cb7e297c0 100644 --- a/games-strategy/hedgewars/hedgewars-0.9.22-r1.ebuild +++ b/games-strategy/hedgewars/hedgewars-0.9.22-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # TODO: when physfs-2.1.0 hits the tree, set @@ -13,7 +13,7 @@ MY_P=${PN}-src-${PV} DEB_PATCH_VER=7 DESCRIPTION="A turn-based strategy, artillery, action and comedy game" HOMEPAGE="http://hedgewars.org/" -SRC_URI="http://download.gna.org/hedgewars/${MY_P}.tar.bz2 +SRC_URI="http://www.hedgewars.org/download/releases/${MY_P}.tar.bz2 mirror://debian/pool/main/h/${PN}/${PN}_${PV}-dfsg-${DEB_PATCH_VER}.debian.tar.xz" LICENSE="GPL-2 Apache-2.0 FDL-1.3"