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-vol/
Date: Fri, 08 May 2020 12:21:49
Message-Id: 1588940436.45d8719fd7f3e482c87b7cdce404324decdaa5e8.mjo@gentoo
1 commit: 45d8719fd7f3e482c87b7cdce404324decdaa5e8
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 14:22:24 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri May 8 12:20:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d8719f
7
8 sci-libs/coinor-vol: 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-vol/metadata.xml | 21 ++++++++++++---------
14 1 file changed, 12 insertions(+), 9 deletions(-)
15
16 diff --git a/sci-libs/coinor-vol/metadata.xml b/sci-libs/coinor-vol/metadata.xml
17 index c0e9b5e1040..3281553a97d 100644
18 --- a/sci-libs/coinor-vol/metadata.xml
19 +++ b/sci-libs/coinor-vol/metadata.xml
20 @@ -1,13 +1,16 @@
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 - Volume Algorithm is part of COIN-OR (COmputational INfrastructure
30 - for Operations Research) project. Vol is an implementation of a
31 - subgradient method that produces primal as well as dual solutions.
32 - </longdescription>
33 + <maintainer type="project">
34 + <email>sci@g.o</email>
35 + <name>Gentoo Science Project</name>
36 + </maintainer>
37 + <longdescription lang="en">
38 + Volume Algorithm is part of COIN-OR (COmputational INfrastructure
39 + for Operations Research) project. Vol is an implementation of a
40 + subgradient method that produces primal as well as dual solutions.
41 + </longdescription>
42 + <upstream>
43 + <remote-id type="github">coin-or/Vol</remote-id>
44 + </upstream>
45 </pkgmetadata>