diff options
author | 2020-05-07 10:22:24 -0400 | |
---|---|---|
committer | 2020-05-08 08:20:36 -0400 | |
commit | 45d8719fd7f3e482c87b7cdce404324decdaa5e8 (patch) | |
tree | 6380974f5433f5b1526824e4fe61525d10f057c0 /sci-libs/coinor-vol | |
parent | sci-libs/coinor-dylp: new EAPI=7 version 1.10.4. (diff) | |
download | gentoo-45d8719fd7f3e482c87b7cdce404324decdaa5e8.tar.gz gentoo-45d8719fd7f3e482c87b7cdce404324decdaa5e8.tar.bz2 gentoo-45d8719fd7f3e482c87b7cdce404324decdaa5e8.zip |
sci-libs/coinor-vol: add an "<upstream>" tag to metadata.xml.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/coinor-vol')
-rw-r--r-- | sci-libs/coinor-vol/metadata.xml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/sci-libs/coinor-vol/metadata.xml b/sci-libs/coinor-vol/metadata.xml index c0e9b5e1040c..3281553a97d6 100644 --- a/sci-libs/coinor-vol/metadata.xml +++ b/sci-libs/coinor-vol/metadata.xml @@ -1,13 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> - Volume Algorithm is part of COIN-OR (COmputational INfrastructure - for Operations Research) project. Vol is an implementation of a - subgradient method that produces primal as well as dual solutions. - </longdescription> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + Volume Algorithm is part of COIN-OR (COmputational INfrastructure + for Operations Research) project. Vol is an implementation of a + subgradient method that produces primal as well as dual solutions. + </longdescription> + <upstream> + <remote-id type="github">coin-or/Vol</remote-id> + </upstream> </pkgmetadata> |