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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47F10158094 for ; Fri, 24 Jun 2022 13:09:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4AD0E077F; Fri, 24 Jun 2022 13:09:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B523CE077F for ; Fri, 24 Jun 2022 13:09:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95C32341933 for ; Fri, 24 Jun 2022 13:09:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31AAA512 for ; Fri, 24 Jun 2022 13:09:53 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1656075974.67003dd56ed6c04c844729c24ef9f934fadffc8c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/savagewheels/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/savagewheels/metadata.xml games-arcade/savagewheels/savagewheels-1.6.1-r2.ebuild X-VCS-Directories: games-arcade/savagewheels/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 67003dd56ed6c04c844729c24ef9f934fadffc8c X-VCS-Branch: master Date: Fri, 24 Jun 2022 13:09:53 +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: 72b71b9b-8c42-4415-af5b-423816eed5b6 X-Archives-Hash: f17c3a7b878c1a0dd1191b6a77e52814 commit: 67003dd56ed6c04c844729c24ef9f934fadffc8c Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Jun 9 06:45:20 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Jun 24 13:06:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67003dd5 games-arcade/savagewheels: update HOMEPAGE Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Andrew Ammerlaan gentoo.org> games-arcade/savagewheels/metadata.xml | 2 +- games-arcade/savagewheels/savagewheels-1.6.1-r2.ebuild | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/games-arcade/savagewheels/metadata.xml b/games-arcade/savagewheels/metadata.xml index e0c3da06887f..6cffb58dceda 100644 --- a/games-arcade/savagewheels/metadata.xml +++ b/games-arcade/savagewheels/metadata.xml @@ -3,6 +3,6 @@ - petarov/savagewheels + kenamick/savagewheels diff --git a/games-arcade/savagewheels/savagewheels-1.6.1-r2.ebuild b/games-arcade/savagewheels/savagewheels-1.6.1-r2.ebuild index d87adf05402a..b52e1e1467e6 100644 --- a/games-arcade/savagewheels/savagewheels-1.6.1-r2.ebuild +++ b/games-arcade/savagewheels/savagewheels-1.6.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,13 +6,13 @@ EAPI=7 inherit cmake DESCRIPTION="2D car crashing game similar to the old classic Destruction Derby" -HOMEPAGE="https://github.com/petarov/savagewheels" +HOMEPAGE="https://github.com/kenamick/savagewheels" GAMEDATA="${PN}-gamedata-1.4.0" SRC_URI=" - https://github.com/petarov/savagewheels/archive/${PV}.tar.gz -> ${P}.tar.gz - https://github.com/petarov/savagewheels/releases/download/v1.4/${PN}-gamedata.tar.gz -> ${GAMEDATA}.tar.gz + https://github.com/kenamick/savagewheels/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/kenamick/savagewheels/releases/download/v1.4/${PN}-gamedata.tar.gz -> ${GAMEDATA}.tar.gz " LICENSE="MIT"