commit: be3d420f3eb198266b7eda1129c91d5fd668a1b4 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Wed May 6 22:56:17 2020 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Fri May 8 12:20:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3d420f
sci-libs/coinor-clp: 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-clp/metadata.xml | 45 +++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/sci-libs/coinor-clp/metadata.xml b/sci-libs/coinor-clp/metadata.xml index 49d8540dde0..00d23848636 100644 --- a/sci-libs/coinor-clp/metadata.xml +++ b/sci-libs/coinor-clp/metadata.xml @@ -1,23 +1,30 @@ <?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"> - Clp (Coin-or linear programming) is an open-source linear - programming solver written in C++. It is primarily meant to be used - as a callable library, but a basic, stand-alone executable version - is also available. It is designed to find solutions of constrained - linear mathematical optimization problems. -</longdescription> -<use> - <flag name="glpk">Enable GNU Linear Programming Kit - <pkg>sci-mathematics/glpk</pkg> support</flag> - <flag name="metis">Enable partitioning with - <pkg>sci-libs/metis</pkg></flag> - <flag name="mumps">Enable <pkg>sci-libs/mumps</pkg> support</flag> - <flag name="sparse">Enable support for sparse matrix with <pkg>sci-libs/cholmod</pkg></flag> -</use> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + Clp (Coin-OR linear programming) is an open-source linear + programming solver written in C++. It is primarily meant to be + used as a callable library, but a basic, stand-alone executable + version is also available. It is designed to find solutions of + constrained linear mathematical optimization problems. + </longdescription> + <use> + <flag name="glpk"> + Enable GNU Linear Programming Kit + <pkg>sci-mathematics/glpk</pkg> support + </flag> + <flag name="metis">Enable partitioning with + <pkg>sci-libs/metis</pkg></flag> + <flag name="mumps">Enable <pkg>sci-libs/mumps</pkg> support</flag> + <flag name="sparse"> + Enable support for sparse matrix with <pkg>sci-libs/cholmod</pkg> + </flag> + </use> + <upstream> + <remote-id type="github">coin-or/Clp</remote-id> + </upstream> </pkgmetadata>
