From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1614555-garchives=archives.gentoo.org@lists.gentoo.org>
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 34F00158041
	for <garchives@archives.gentoo.org>; Mon, 25 Mar 2024 09:22:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 30221E29FB;
	Mon, 25 Mar 2024 09:22: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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 115F8E2A09
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Mar 2024 09:22: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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 165203430C1
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Mar 2024 09:22:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 50B2115EA
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Mar 2024 09:21:57 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1711358447.e5cea88009bfbc8c36caaf3f56db60df7507996c.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/doomsday/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-fps/doomsday/metadata.xml
X-VCS-Directories: games-fps/doomsday/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: e5cea88009bfbc8c36caaf3f56db60df7507996c
X-VCS-Branch: master
Date: Mon, 25 Mar 2024 09:21:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 80e30b8d-b618-4444-8896-71d6acf0490f
X-Archives-Hash: fc937d741e130b1825f622b6387fa4c8

commit:     e5cea88009bfbc8c36caaf3f56db60df7507996c
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 25 04:13:00 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 09:20:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5cea880

games-fps/doomsday: add github / bugs-to upstream metadata

This package has a well-rounded set of resources. Sourceforge for
release assets, github for git, redmine for tickets, a custom website
for a homepage. Make this a bit easier to follow.

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-fps/doomsday/metadata.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games-fps/doomsday/metadata.xml b/games-fps/doomsday/metadata.xml
index 40cf9e97525a..0b45508d1e96 100644
--- a/games-fps/doomsday/metadata.xml
+++ b/games-fps/doomsday/metadata.xml
@@ -14,5 +14,7 @@
 	</use>
 	<upstream>
 		<remote-id type="sourceforge">deng</remote-id>
+		<remote-id type="github">skyjake/Doomsday-Engine</remote-id>
+		<bugs-to>https://tracker.dengine.net/projects/deng</bugs-to>
 	</upstream>
 </pkgmetadata>