commit: 48361eec1b3e48d3c4d53dc5e6187654ce86dd16
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 17:51:37 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 17:51:37 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=48361eec
dev-lisp/cl-ppcre: Removes trailing spaces from metadata
dev-lisp/cl-ppcre/metadata.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/cl-ppcre/metadata.xml b/dev-lisp/cl-ppcre/metadata.xml
index 20107092..80cabfa1 100644
--- a/dev-lisp/cl-ppcre/metadata.xml
+++ b/dev-lisp/cl-ppcre/metadata.xml
@@ -7,21 +7,21 @@
</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:
-
+
* Compatible con Perl
- * Rápida (más rápida que la versión para 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