commit: 138d995d6ed4fa4ea551b1e3969e04f34f0ffc2d Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Wed May 6 22:17:39 2020 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Fri May 8 12:20:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138d995d
sci-libs/coinor-osi: add an "<upstream>" tag to metadata.xml. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-libs/coinor-osi/metadata.xml | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/sci-libs/coinor-osi/metadata.xml b/sci-libs/coinor-osi/metadata.xml index 17b9b82ecf1..db78d091306 100644 --- a/sci-libs/coinor-osi/metadata.xml +++ b/sci-libs/coinor-osi/metadata.xml @@ -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>[email protected]</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>[email protected]</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>
