sci-libs/coinor-dylp: add an "<upstream>" tag to metadata.xml.
authorMichael Orlitzky <mjo@gentoo.org>
Thu, 7 May 2020 13:49:22 +0000 (09:49 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Fri, 8 May 2020 12:20:35 +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-dylp/metadata.xml

index 5faa1834a148cf0487644020a035b578fdcbce77..0766bb7d97512aeea78b78617d3d1d6af245a9bb 100644 (file)
@@ -1,15 +1,18 @@
 <?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">
-               DyLp is designed to find solutions of constrained linear mathematical
-               optimization problems. To this end, it is using a full implementation
-               of the so called dynamic simplex algorithm for linear programming.
-               DyLP is part of the larger COIN-OR initiative (Computational
-               Infrastructure for Operations Research).
-       </longdescription>
+  <maintainer type="project">
+    <email>sci@gentoo.org</email>
+    <name>Gentoo Science Project</name>
+  </maintainer>
+  <longdescription lang="en">
+    DyLP is designed to find solutions of constrained linear
+    mathematical optimization problems. To this end, it is using a
+    full implementation of the so called dynamic simplex algorithm for
+    linear programming.  DyLP is part of the larger COIN-OR initiative
+    (Computational Infrastructure for Operations Research).
+  </longdescription>
+  <upstream>
+    <remote-id type="github">coin-or/DyLP</remote-id>
+  </upstream>
 </pkgmetadata>