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-utils/
Date: Fri, 08 May 2020 12:21:46
Message-Id: 1588940432.7014cc207d4d74e0bd4629ed669e8bdb7b0eb5b9.mjo@gentoo
1 commit: 7014cc207d4d74e0bd4629ed669e8bdb7b0eb5b9
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 21:33:49 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri May 8 12:20:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7014cc20
7
8 sci-libs/coinor-utils: add "<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-utils/metadata.xml | 19 ++++++++++++-------
14 1 file changed, 12 insertions(+), 7 deletions(-)
15
16 diff --git a/sci-libs/coinor-utils/metadata.xml b/sci-libs/coinor-utils/metadata.xml
17 index 871e40d0656..c4ba4a30fb7 100644
18 --- a/sci-libs/coinor-utils/metadata.xml
19 +++ b/sci-libs/coinor-utils/metadata.xml
20 @@ -6,13 +6,18 @@
21 <name>Gentoo Science Project</name>
22 </maintainer>
23 <longdescription lang="en">
24 - CoinUtils (Coin-or Utilities) is a collection of classes that are
25 - generally useful to COmputational INfrastructure for Operations
26 - Research (COIN-OR) projects. These include vector, matrix, mps file
27 - reading classes.
28 -</longdescription>
29 + CoinUtils (Coin-or Utilities) is a collection of classes that are
30 + generally useful to COmputational INfrastructure for Operations
31 + Research (COIN-OR) projects. These include vector, matrix, mps
32 + file reading classes.
33 + </longdescription>
34 <use>
35 - <flag name="glpk">Enable GNU Linear Programming Kit
36 - <pkg>sci-mathematics/glpk</pkg> support</flag>
37 + <flag name="glpk">
38 + Enable GNU Linear Programming Kit
39 + <pkg>sci-mathematics/glpk</pkg> support
40 + </flag>
41 </use>
42 + <upstream>
43 + <remote-id type="github">coin-or/CoinUtils</remote-id>
44 + </upstream>
45 </pkgmetadata>