diff options
author | 2020-05-07 13:44:48 -0400 | |
---|---|---|
committer | 2020-05-08 08:10:20 -0400 | |
commit | 9f7638d7e2b68fdfad38cd37fd6d711ddf87ab44 (patch) | |
tree | 15122be8d41b6e8d5bcfb63eae6277b5ce763193 /sci-libs/coinor-sample | |
parent | media-gfx/eom: Drop old (diff) | |
download | gentoo-9f7638d7e2b68fdfad38cd37fd6d711ddf87ab44.tar.gz gentoo-9f7638d7e2b68fdfad38cd37fd6d711ddf87ab44.tar.bz2 gentoo-9f7638d7e2b68fdfad38cd37fd6d711ddf87ab44.zip |
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@gentoo.org>
Diffstat (limited to 'sci-libs/coinor-sample')
-rw-r--r-- | sci-libs/coinor-sample/metadata.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/sci-libs/coinor-sample/metadata.xml b/sci-libs/coinor-sample/metadata.xml index a12f5c3b51e0..24cf6bc849c5 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>sci@gentoo.org</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>sci@gentoo.org</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> |