From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1425037-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 080F7158095
	for <garchives@archives.gentoo.org>; Wed,  3 Aug 2022 23:45:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 248EDE0D41;
	Wed,  3 Aug 2022 23:45:03 +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 D4616E0D35
	for <gentoo-commits@lists.gentoo.org>; Wed,  3 Aug 2022 23:45:02 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 BC2A6340FBD
	for <gentoo-commits@lists.gentoo.org>; Wed,  3 Aug 2022 23:45:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5590C526
	for <gentoo-commits@lists.gentoo.org>; Wed,  3 Aug 2022 23:45:00 +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: <1659570109.2fa5b0c88c728cc9a32aa5e3398b61d471fe3a7f.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/sundials/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-libs/sundials/metadata.xml
X-VCS-Directories: sci-libs/sundials/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 2fa5b0c88c728cc9a32aa5e3398b61d471fe3a7f
X-VCS-Branch: master
Date: Wed,  3 Aug 2022 23:45:00 +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: 295ab1ee-2180-4215-8642-a4e8a00bd212
X-Archives-Hash: e14f5c2bfed61fae02c10a7ad40eee76

commit:     2fa5b0c88c728cc9a32aa5e3398b61d471fe3a7f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 23:41:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 23:41:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa5b0c8

sci-libs/sundials: add github upstream metadata

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

 sci-libs/sundials/metadata.xml | 41 ++++++++++++++++++++++-------------------
 1 file changed, 22 insertions(+), 19 deletions(-)

diff --git a/sci-libs/sundials/metadata.xml b/sci-libs/sundials/metadata.xml
index 7e8359df0301..3a9a3b121469 100644
--- a/sci-libs/sundials/metadata.xml
+++ b/sci-libs/sundials/metadata.xml
@@ -1,23 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>sci@gentoo.org</email>
-    <name>Gentoo Scientific Project</name>
-  </maintainer>
-  <longdescription lang="en">
-    SUite of Nonlinear and DIfferential/ALgebraic equation Solvers was
-    implemented with the goal of providing robust time integrators and
-    nonlinear solvers that can easily be incorporated into existing
-    simulation codes. The primary design goals were to require minimal
-    information from the user, allow users to easily supply their own
-    data structures underneath the solvers, and allow for easy
-    incorporation of user-supplied linear solvers and preconditioners.
-  </longdescription>
-  <use>
-    <flag name="hypre">Build with <pkg>sci-libs/hypre</pkg> conditioners</flag>
-    <flag name="int64">Use index size of 64 rather than 32 bits</flag>
-    <flag name="sparse">Enable support for <pkg>sci-libs/klu</pkg> sparse solver</flag>
-    <flag name="superlumt">Build with <pkg>sci-libs/superlu_mt</pkg></flag>
-  </use>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Scientific Project</name>
+	</maintainer>
+	<longdescription lang="en">
+	SUite of Nonlinear and DIfferential/ALgebraic equation Solvers was
+	implemented with the goal of providing robust time integrators and
+	nonlinear solvers that can easily be incorporated into existing
+	simulation codes. The primary design goals were to require minimal
+	information from the user, allow users to easily supply their own
+	data structures underneath the solvers, and allow for easy
+	incorporation of user-supplied linear solvers and preconditioners.
+	</longdescription>
+	<use>
+		<flag name="hypre">Build with <pkg>sci-libs/hypre</pkg> conditioners</flag>
+		<flag name="int64">Use index size of 64 rather than 32 bits</flag>
+		<flag name="sparse">Enable support for <pkg>sci-libs/klu</pkg> sparse solver</flag>
+		<flag name="superlumt">Build with <pkg>sci-libs/superlu_mt</pkg></flag>
+	</use>
+	<upstream>
+		<remote-id type="github">LLNL/sundials</remote-id>
+	</upstream>
 </pkgmetadata>