commit: 9f7638d7e2b68fdfad38cd37fd6d711ddf87ab44 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Thu May 7 17:44:48 2020 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Fri May 8 12:10:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7638d7
sci-libs/coinor-sample: 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-sample/metadata.xml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/sci-libs/coinor-sample/metadata.xml b/sci-libs/coinor-sample/metadata.xml index a12f5c3b51e..24cf6bc849c 100644 --- a/sci-libs/coinor-sample/metadata.xml +++ b/sci-libs/coinor-sample/metadata.xml @@ -1,12 +1,15 @@ <?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 COmputational INfrastructure for Operations Research (COIN-OR) - sample models for testing. - </longdescription> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + The COmputational INfrastructure for Operations Research (COIN-OR) + sample models for testing. + </longdescription> + <upstream> + <remote-id type="github">coin-or-tools/Data-Sample</remote-id> + </upstream> </pkgmetadata>
