diff options
| author | Filip Kobierski <fkobi@pm.me> | 2025-06-16 14:16:45 +0200 |
|---|---|---|
| committer | Maciej Barć <xgqt@gentoo.org> | 2025-06-16 15:55:59 +0200 |
| commit | 089906b4b4692477cad3cc8405335daa955399a2 (patch) | |
| tree | d7d9f6d46cc8272901dafa8390aab1edd2827766 /dev-lisp | |
| parent | 195ba49f1f6d4b089a0c04ef117ad589c5617124 (diff) | |
| download | gentoo-089906b4b4692477cad3cc8405335daa955399a2.tar.gz gentoo-089906b4b4692477cad3cc8405335daa955399a2.tar.bz2 gentoo-089906b4b4692477cad3cc8405335daa955399a2.zip | |
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@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@gentoo.org>
Diffstat (limited to 'dev-lisp')
| -rw-r--r-- | dev-lisp/clx/metadata.xml | 7 |
1 files 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>common-lisp@gentoo.org</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> |
