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 7FEE115800A for ; Wed, 12 Jul 2023 18:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EA4EE0802; Wed, 12 Jul 2023 18:46:01 +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 10CD5E0802 for ; Wed, 12 Jul 2023 18:46:01 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2130335D36 for ; Wed, 12 Jul 2023 18:45:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42418AD4 for ; Wed, 12 Jul 2023 18:45:58 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1689186958.83520bcef3dc74ec33884b3163986a880d98dcf0.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/qstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/qstat/metadata.xml games-util/qstat/qstat-2.14.ebuild X-VCS-Directories: games-util/qstat/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 83520bcef3dc74ec33884b3163986a880d98dcf0 X-VCS-Branch: master Date: Wed, 12 Jul 2023 18:45:58 +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: 33fb92dd-2b95-4473-9473-80dd62e8d278 X-Archives-Hash: dae472dc4d80e4fb29714be1d43ca0e1 commit: 83520bcef3dc74ec33884b3163986a880d98dcf0 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Jul 10 13:45:10 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Jul 12 18:35:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83520bce games-util/qstat: update HOMEPAGE, add github remote-id Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> games-util/qstat/metadata.xml | 1 + games-util/qstat/qstat-2.14.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/games-util/qstat/metadata.xml b/games-util/qstat/metadata.xml index f7e23ebce6d2..852b2619fd9a 100644 --- a/games-util/qstat/metadata.xml +++ b/games-util/qstat/metadata.xml @@ -7,5 +7,6 @@ qstat + Unity-Technologies/qstat diff --git a/games-util/qstat/qstat-2.14.ebuild b/games-util/qstat/qstat-2.14.ebuild index d7a0d38b8c34..5de977de37a5 100644 --- a/games-util/qstat/qstat-2.14.ebuild +++ b/games-util/qstat/qstat-2.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit autotools DESCRIPTION="Server statics collector supporting many FPS games" -HOMEPAGE="https://github.com/multiplay/qstat" -SRC_URI="https://github.com/multiplay/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/Unity-Technologies/qstat" +SRC_URI="https://github.com/Unity-Technologies/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Artistic" SLOT="0"