commit: efc8d450b3979d3b6b52e1cbe1d7215d3e157413 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Jan 28 21:56:38 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Jan 28 22:08:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc8d450
app-emacs/vertico: update metadata; add longdescription Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/vertico/metadata.xml | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/app-emacs/vertico/metadata.xml b/app-emacs/vertico/metadata.xml index f5159c9e8ada..db15f8555ef5 100644 --- a/app-emacs/vertico/metadata.xml +++ b/app-emacs/vertico/metadata.xml @@ -1,12 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + <pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo GNU Emacs project</name> -</maintainer> -<stabilize-allarches/> -<upstream> - <remote-id type="github">minad/vertico</remote-id> -</upstream> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <stabilize-allarches/> + <longdescription> + Vertico provides a performant and minimalistic vertical completion UI + based on the default completion system. The focus of Vertico is to + provide a UI which behaves correctly under all circumstances. By reusing + the built-in facilities system, Vertico achieves full compatibility with + built-in Emacs completion commands and completion tables. Vertico only + provides the completion UI but aims to be highly flexible, extendable + and modular. Additional enhancements are available as extensions or + complementary packages. + </longdescription> + <upstream> + <remote-id type="github">minad/vertico</remote-id> + </upstream> </pkgmetadata>
