sci-libs/coinor-osi: add an "<upstream>" tag to metadata.xml.
authorMichael Orlitzky <mjo@gentoo.org>
Wed, 6 May 2020 22:17:39 +0000 (18:17 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Fri, 8 May 2020 12:20:33 +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-osi/metadata.xml

index 17b9b82ecf178a1fa5dc27769e3385d7bdc97a14..db78d09130677e98331dc13335a2ee645cbf4a22 100644 (file)
@@ -1,18 +1,23 @@
 <?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">
-  The COIN-OR Open Solver Interface is a uniform API for interacting with
-  callable solver libraries. It supports linear programming solvers as
-  well as the ability to "finish off" a mixed-integer problem calling the
-  solver library's MIP solver.
-</longdescription>
-<use>
-  <flag name="glpk">Enable GNU Linear Programming Kit
-  <pkg>sci-mathematics/glpk</pkg> support</flag>
-</use>
+  <maintainer type="project">
+    <email>sci@gentoo.org</email>
+    <name>Gentoo Science Project</name>
+  </maintainer>
+  <longdescription lang="en">
+    The COIN-OR Open Solver Interface is a uniform API for interacting
+    with callable solver libraries. It supports linear programming
+    solvers as well as the ability to "finish off" a mixed-integer
+    problem calling the solver library's MIP solver.
+  </longdescription>
+  <use>
+    <flag name="glpk">
+      Enable GNU Linear Programming Kit
+      <pkg>sci-mathematics/glpk</pkg> support
+    </flag>
+  </use>
+  <upstream>
+    <remote-id type="github">coin-or/Osi</remote-id>
+  </upstream>
 </pkgmetadata>