Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/coinor-clp/
Date: Fri, 08 May 2020 12:21:50
Message-Id: 1588940434.be3d420f3eb198266b7eda1129c91d5fd668a1b4.mjo@gentoo
1 commit: be3d420f3eb198266b7eda1129c91d5fd668a1b4
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 22:56:17 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri May 8 12:20:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3d420f
7
8 sci-libs/coinor-clp: add an "<upstream>" tag to metadata.xml.
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 sci-libs/coinor-clp/metadata.xml | 45 +++++++++++++++++++++++-----------------
14 1 file changed, 26 insertions(+), 19 deletions(-)
15
16 diff --git a/sci-libs/coinor-clp/metadata.xml b/sci-libs/coinor-clp/metadata.xml
17 index 49d8540dde0..00d23848636 100644
18 --- a/sci-libs/coinor-clp/metadata.xml
19 +++ b/sci-libs/coinor-clp/metadata.xml
20 @@ -1,23 +1,30 @@
21 <?xml version="1.0" encoding="UTF-8"?>
22 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 -<maintainer type="project">
25 - <email>sci@g.o</email>
26 - <name>Gentoo Science Project</name>
27 -</maintainer>
28 -<longdescription lang="en">
29 - Clp (Coin-or linear programming) is an open-source linear
30 - programming solver written in C++. It is primarily meant to be used
31 - as a callable library, but a basic, stand-alone executable version
32 - is also available. It is designed to find solutions of constrained
33 - linear mathematical optimization problems.
34 -</longdescription>
35 -<use>
36 - <flag name="glpk">Enable GNU Linear Programming Kit
37 - <pkg>sci-mathematics/glpk</pkg> support</flag>
38 - <flag name="metis">Enable partitioning with
39 - <pkg>sci-libs/metis</pkg></flag>
40 - <flag name="mumps">Enable <pkg>sci-libs/mumps</pkg> support</flag>
41 - <flag name="sparse">Enable support for sparse matrix with <pkg>sci-libs/cholmod</pkg></flag>
42 -</use>
43 + <maintainer type="project">
44 + <email>sci@g.o</email>
45 + <name>Gentoo Science Project</name>
46 + </maintainer>
47 + <longdescription lang="en">
48 + Clp (Coin-OR linear programming) is an open-source linear
49 + programming solver written in C++. It is primarily meant to be
50 + used as a callable library, but a basic, stand-alone executable
51 + version is also available. It is designed to find solutions of
52 + constrained linear mathematical optimization problems.
53 + </longdescription>
54 + <use>
55 + <flag name="glpk">
56 + Enable GNU Linear Programming Kit
57 + <pkg>sci-mathematics/glpk</pkg> support
58 + </flag>
59 + <flag name="metis">Enable partitioning with
60 + <pkg>sci-libs/metis</pkg></flag>
61 + <flag name="mumps">Enable <pkg>sci-libs/mumps</pkg> support</flag>
62 + <flag name="sparse">
63 + Enable support for sparse matrix with <pkg>sci-libs/cholmod</pkg>
64 + </flag>
65 + </use>
66 + <upstream>
67 + <remote-id type="github">coin-or/Clp</remote-id>
68 + </upstream>
69 </pkgmetadata>