diff options
author | 2019-04-01 19:51:23 +0200 | |
---|---|---|
committer | 2019-04-09 09:32:49 +0200 | |
commit | e084b715a66253ce4375428b658a19d75ec78daa (patch) | |
tree | e1cec0e963f0da918df260af0305892ebfbf7200 /dev-lang/mono-basic/metadata.xml | |
parent | dev-lang/mono-basic: drop old version. (diff) | |
download | gentoo-e084b715a66253ce4375428b658a19d75ec78daa.tar.gz gentoo-e084b715a66253ce4375428b658a19d75ec78daa.tar.bz2 gentoo-e084b715a66253ce4375428b658a19d75ec78daa.zip |
dev-lang/mono-basic: updated metadata.xml.
Added <longdescription> and <remote> sections.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-lang/mono-basic/metadata.xml')
-rw-r--r-- | dev-lang/mono-basic/metadata.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-lang/mono-basic/metadata.xml b/dev-lang/mono-basic/metadata.xml index 54d5423c4060..bc520d854aef 100644 --- a/dev-lang/mono-basic/metadata.xml +++ b/dev-lang/mono-basic/metadata.xml @@ -9,4 +9,14 @@ <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> + <longdescription> + This package contains the visual basic runtime and compiler, + which are used by the mono project, to make + Visual Basic .NET projects run under linux. + Current compatibility level is Visual Basic 8 / .NET 2.0. + </longdescription> + <upstream> + <bugs-to>https://github.com/mono/mono-basic/issues</bugs-to> + <remote-id type="github">mono/mono-basic</remote-id> + </upstream> </pkgmetadata> |