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

index 33d5fc8331f349bbe8721e11bfab3686e03128fc..d3478ff5d45849f266a39675e8a627e8d77b1d6b 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">
-               The COIN-OR Cut Generation Library (Cgl) is an open collection of
-               cutting plane implementations ("cut generators") for use in teaching,
-               research, and applications. Cgl can be used with other COIN-OR
-               packages that make use of cuts, such as the mixed-integer linear
-               programming.
-       </longdescription>
+  <maintainer type="project">
+    <email>sci@gentoo.org</email>
+    <name>Gentoo Science Project</name>
+  </maintainer>
+  <longdescription lang="en">
+    The COIN-OR Cut Generation Library (Cgl) is an open collection of
+    cutting plane implementations ("cut generators") for use in
+    teaching, research, and applications. Cgl can be used with other
+    COIN-OR packages that make use of cuts, such as the mixed-integer
+    linear programming.
+  </longdescription>
+  <upstream>
+    <remote-id type="github">coin-or/Cgl</remote-id>
+  </upstream>
 </pkgmetadata>