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 616E21382C5 for ; Sun, 18 Apr 2021 06:31:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ADC1E07DB; Sun, 18 Apr 2021 06:31:47 +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 2E9F6E07DB for ; Sun, 18 Apr 2021 06:31:47 +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 0D2F933BE4E for ; Sun, 18 Apr 2021 06:31:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 813B666A for ; Sun, 18 Apr 2021 06:31:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618727491.2b6cd96907a5eaa26af1a4e09bf6810008a9b5c9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/thinktanks-demo/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild games-arcade/thinktanks-demo/thinktanks-demo-1.1-r4.ebuild X-VCS-Directories: games-arcade/thinktanks-demo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2b6cd96907a5eaa26af1a4e09bf6810008a9b5c9 X-VCS-Branch: master Date: Sun, 18 Apr 2021 06:31:44 +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: 0458a669-6484-4be9-982b-a12eb97fa729 X-Archives-Hash: f435258b0d2dbc4dd6a6aab9a2ce5a8e commit: 2b6cd96907a5eaa26af1a4e09bf6810008a9b5c9 Author: Sam James gentoo org> AuthorDate: Sun Apr 18 06:15:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 18 06:31:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6cd969 games-arcade/thinktanks-demo: update SRC_URI Signed-off-by: Sam James gentoo.org> .../{thinktanks-demo-1.1-r3.ebuild => thinktanks-demo-1.1-r4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r4.ebuild similarity index 93% rename from games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild rename to games-arcade/thinktanks-demo/thinktanks-demo-1.1-r4.ebuild index 09e8678088d..7b6c73e06c3 100644 --- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild +++ b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r4.ebuild @@ -7,7 +7,7 @@ inherit desktop unpacker DESCRIPTION="Tank combat game with lighthearted, fast paced pandemonium" HOMEPAGE="http://www.garagegames.com/pg/product/view.php?id=12" -SRC_URI="ftp://ggdev-1.homelan.com/thinktanks/ThinkTanksDemo_v${PV}.sh.bin" +SRC_URI="http://demos.garagegames.com/thinktanks/ThinkTanksDemo_v${PV}.sh.bin" S="${WORKDIR}" LICENSE="THINKTANKS"