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-dylp/
Date: Fri, 08 May 2020 12:21:52
Message-Id: 1588940435.0907d619ea7a54799a3b07b2111afea82dbf599e.mjo@gentoo
1 commit: 0907d619ea7a54799a3b07b2111afea82dbf599e
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 13:49:22 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri May 8 12:20:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0907d619
7
8 sci-libs/coinor-dylp: 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-dylp/metadata.xml | 25 ++++++++++++++-----------
14 1 file changed, 14 insertions(+), 11 deletions(-)
15
16 diff --git a/sci-libs/coinor-dylp/metadata.xml b/sci-libs/coinor-dylp/metadata.xml
17 index 5faa1834a14..0766bb7d975 100644
18 --- a/sci-libs/coinor-dylp/metadata.xml
19 +++ b/sci-libs/coinor-dylp/metadata.xml
20 @@ -1,15 +1,18 @@
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 - DyLp is designed to find solutions of constrained linear mathematical
30 - optimization problems. To this end, it is using a full implementation
31 - of the so called dynamic simplex algorithm for linear programming.
32 - DyLP is part of the larger COIN-OR initiative (Computational
33 - Infrastructure for Operations Research).
34 - </longdescription>
35 + <maintainer type="project">
36 + <email>sci@g.o</email>
37 + <name>Gentoo Science Project</name>
38 + </maintainer>
39 + <longdescription lang="en">
40 + DyLP is designed to find solutions of constrained linear
41 + mathematical optimization problems. To this end, it is using a
42 + full implementation of the so called dynamic simplex algorithm for
43 + linear programming. DyLP is part of the larger COIN-OR initiative
44 + (Computational Infrastructure for Operations Research).
45 + </longdescription>
46 + <upstream>
47 + <remote-id type="github">coin-or/DyLP</remote-id>
48 + </upstream>
49 </pkgmetadata>