From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1439904-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 E11B1158094
	for <garchives@archives.gentoo.org>; Mon, 26 Sep 2022 16:11:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 31FCCE0DD3;
	Mon, 26 Sep 2022 16:11:50 +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 18304E0DD3
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Sep 2022 16:11:50 +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 21B4F34128E
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Sep 2022 16:11:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FAA05A2
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Sep 2022 16:11:47 +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: <1664208700.378f60807ba0c5b4a2a4977b9f21dc642909faa8.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rasqal/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/rasqal/metadata.xml
X-VCS-Directories: dev-libs/rasqal/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 378f60807ba0c5b4a2a4977b9f21dc642909faa8
X-VCS-Branch: master
Date: Mon, 26 Sep 2022 16:11:47 +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: 3056f9f9-0f61-45c5-87ca-06581d3d3ea7
X-Archives-Hash: 37d387c2eb55a353f670ce7c152f4abb

commit:     378f60807ba0c5b4a2a4977b9f21dc642909faa8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 15:49:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 16:11:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378f6080

dev-libs/rasqal: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/rasqal/metadata.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-libs/rasqal/metadata.xml b/dev-libs/rasqal/metadata.xml
index b69a849fd57e..7ff102495df8 100644
--- a/dev-libs/rasqal/metadata.xml
+++ b/dev-libs/rasqal/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>sound@gentoo.org</email>
-	<name>Gentoo Sound project</name>
-</maintainer>
+	<maintainer type="project">
+		<email>sound@gentoo.org</email>
+		<name>Gentoo Sound project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">dajobe/rasqal</remote-id>
+	</upstream>
 </pkgmetadata>