sci-libs/coinor-vol: add an "<upstream>" tag to metadata.xml.
authorMichael Orlitzky <mjo@gentoo.org>
Thu, 7 May 2020 14:22:24 +0000 (10:22 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Fri, 8 May 2020 12:20:36 +0000 (08:20 -0400)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
sci-libs/coinor-vol/metadata.xml

index c0e9b5e1040c924f1a5b2781e7f835a745dc2749..3281553a97d67b51f2dfde14f3386a5b11c73522 100644 (file)
@@ -1,13 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-       <maintainer type="project">
-               <email>sci@gentoo.org</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <longdescription lang="en">
-               Volume Algorithm is part of COIN-OR (COmputational INfrastructure
-               for Operations Research) project. Vol is an implementation of a
-               subgradient method that produces primal as well as dual solutions.
-       </longdescription>
+  <maintainer type="project">
+    <email>sci@gentoo.org</email>
+    <name>Gentoo Science Project</name>
+  </maintainer>
+  <longdescription lang="en">
+    Volume Algorithm is part of COIN-OR (COmputational INfrastructure
+    for Operations Research) project. Vol is an implementation of a
+    subgradient method that produces primal as well as dual solutions.
+  </longdescription>
+  <upstream>
+    <remote-id type="github">coin-or/Vol</remote-id>
+  </upstream>
 </pkgmetadata>