commit: 089906b4b4692477cad3cc8405335daa955399a2 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Mon Jun 16 12:16:45 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Jun 16 13:55:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=089906b4
dev-lisp/clx: metadata: minor improvements - remove default lang tag - remove generic USE=doc documentation - add bugs-to & doc Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42623 Closes: https://github.com/gentoo/gentoo/pull/42623 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-lisp/clx/metadata.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-lisp/clx/metadata.xml b/dev-lisp/clx/metadata.xml index 010d7ab76fca..77f38c787423 100644 --- a/dev-lisp/clx/metadata.xml +++ b/dev-lisp/clx/metadata.xml @@ -5,7 +5,7 @@ <email>[email protected]</email> <name>Gentoo Common Lisp Project</name> </maintainer> - <longdescription lang="en"> + <longdescription> CLX provides an implementation of the X Window System protocol to Lisp graphics library[ies] and applications. It is the Common Lisp equivalent of Xlib. @@ -15,10 +15,9 @@ a las librerías y aplicaciones gráficas escritas en Lisp. Es el equivamente en Common Lisp a Xlib. </longdescription> - <use> - <flag name="doc">Builds documentation</flag> - </use> <upstream> + <bugs-to>https://github.com/sharplispers/clx/issues</bugs-to> + <doc>https://sharplispers.github.io/clx/</doc> <remote-id type="github">sharplispers/clx</remote-id> </upstream> </pkgmetadata>
