commit: 8e7e38288550c99336bf26934714af645a5f5030 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Thu May 7 17:12:44 2020 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Fri May 8 12:20:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7e3828
sci-libs/coinor-cgl: 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-cgl/metadata.xml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/sci-libs/coinor-cgl/metadata.xml b/sci-libs/coinor-cgl/metadata.xml index 33d5fc8331f..d3478ff5d45 100644 --- a/sci-libs/coinor-cgl/metadata.xml +++ b/sci-libs/coinor-cgl/metadata.xml @@ -1,15 +1,18 @@ <?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"> - The COIN-OR Cut Generation Library (Cgl) is an open collection of - cutting plane implementations ("cut generators") for use in teaching, - research, and applications. Cgl can be used with other COIN-OR - packages that make use of cuts, such as the mixed-integer linear - programming. - </longdescription> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + The COIN-OR Cut Generation Library (Cgl) is an open collection of + cutting plane implementations ("cut generators") for use in + teaching, research, and applications. Cgl can be used with other + COIN-OR packages that make use of cuts, such as the mixed-integer + linear programming. + </longdescription> + <upstream> + <remote-id type="github">coin-or/Cgl</remote-id> + </upstream> </pkgmetadata>
