diff options
author | 2024-12-21 19:49:35 +0100 | |
---|---|---|
committer | 2025-01-21 15:53:04 +0200 | |
commit | fcc7203fb09149955da777f24409af88a36bc7ee (patch) | |
tree | 01e39f234f5d59a1210ad499b635c225ef0f5069 /app-editors/vis | |
parent | app-backup/amanda: add missing bdeps to 3.5.4-r2 (diff) | |
download | gentoo-fcc7203fb09149955da777f24409af88a36bc7ee.tar.gz gentoo-fcc7203fb09149955da777f24409af88a36bc7ee.tar.bz2 gentoo-fcc7203fb09149955da777f24409af88a36bc7ee.zip |
app-editors/vis: indent metadata & complete upstream tag
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors/vis')
-rw-r--r-- | app-editors/vis/metadata.xml | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/app-editors/vis/metadata.xml b/app-editors/vis/metadata.xml index 9bc3451307bd..7efdaf645151 100644 --- a/app-editors/vis/metadata.xml +++ b/app-editors/vis/metadata.xml @@ -1,20 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person" proxied="yes"> - <email>contact@hacktivis.me</email> -</maintainer> -<maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> -</maintainer> -<longdescription lang="en"> -Vis aims to be a modern, legacy free, simple yet efficient editor combining the strengths of both vi(m) and sam. -</longdescription> -<use> - <flag name="tre">more memory efficient regex search using <pkg>dev-libs/tre</pkg></flag> -</use> -<upstream> - <remote-id type="github">martanne/vis</remote-id> -</upstream> + <maintainer type="person" proxied="yes"> + <email>contact@hacktivis.me</email> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + Vis aims to be a modern, legacy free, simple yet efficient editor combining the strengths of both vi(m) and sam. + </longdescription> + <use> + <flag name="tre">more memory efficient regex search using <pkg>dev-libs/tre</pkg></flag> + </use> + <upstream> + <bugs-to>https://github.com/martanne/vis/issues</bugs-to> + <changelog>https://github.com/martanne/vis/blob/master/CHANGELOG.md</changelog> + <doc>https://github.com/martanne/vis/wiki</doc> + <remote-id type="github">martanne/vis</remote-id> + </upstream> </pkgmetadata> |