commit: 68715f53ce36e4dc6f820817f356280076139b86
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 04:58:35 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 04:58:35 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=68715f53
dev-lisp/cl-ppcre-unicode: Indent metadata.xml consistently
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lisp/cl-ppcre-unicode/metadata.xml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/dev-lisp/cl-ppcre-unicode/metadata.xml
b/dev-lisp/cl-ppcre-unicode/metadata.xml
index e299a3f1..8bf06c2f 100644
--- a/dev-lisp/cl-ppcre-unicode/metadata.xml
+++ b/dev-lisp/cl-ppcre-unicode/metadata.xml
@@ -7,25 +7,25 @@
</maintainer>
<longdescription lang="en">
CL-PPCRE is a portable regular expression library for Common
Lisp
- which has the following features:
+ which has the following features:
* compatible with Perl
- * fast (outperforms Perl)
+ * fast (outperforms Perl)
* portable (ANSI Common Lisp)
- * thread-safe
+ * thread-safe
* includes convenience features
* well-documented.
</longdescription>
<longdescription lang="es">
- CL-PPCRE es una biblioteca de expressiones regulares portable
- para Common Lisp que tiene las siguientes características:
+ CL-PPCRE es una biblioteca de expressiones regulares portable
+ para Common Lisp que tiene las siguientes características:
- * Compatible con Perl
- * Rápida (más rápida que la versión para Perl)
- * Portable (ANSI Common Lisp)
- * Segura en la ejecución de hilos (thread-safe)
- * Incluye características para hacerla cómoda
- * Bien documentada
+ * Compatible con Perl
+ * Rápida (más rápida que la versión para Perl)
+ * Portable (ANSI Common Lisp)
+ * Segura en la ejecución de hilos (thread-safe)
+ * Incluye características para hacerla cómoda
+ * Bien documentada
</longdescription>
<upstream>
<remote-id type="github">edicl/cl-ppcre</remote-id>