diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2017-07-02 23:05:25 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2017-07-02 23:05:25 +0200 |
commit | f0e38beee4ee8e62ee58dbb450769b96c12b50c5 (patch) | |
tree | 4fcd30600ec593ea9c4a955631cf5a405e167a61 | |
parent | media-libs/alure: Fix spelling typo 'PATCHES' (diff) | |
download | gentoo-f0e38beee4ee8e62ee58dbb450769b96c12b50c5.tar.gz gentoo-f0e38beee4ee8e62ee58dbb450769b96c12b50c5.tar.bz2 gentoo-f0e38beee4ee8e62ee58dbb450769b96c12b50c5.zip |
dev-lisp/cl-unicode: Fixes metadata formatting
Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r-- | dev-lisp/cl-unicode/metadata.xml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/dev-lisp/cl-unicode/metadata.xml b/dev-lisp/cl-unicode/metadata.xml index ff9a9eb1f04b..739846335fdf 100644 --- a/dev-lisp/cl-unicode/metadata.xml +++ b/dev-lisp/cl-unicode/metadata.xml @@ -1,29 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>common-lisp@gentoo.org</email> - <name>Gentoo Common Lisp Project</name> - </maintainer> - <longdescription lang="en"> - CL-UNICODE is a library which provides Common Lisp implementations - with knowledge about Unicode characters including their name, their - general category, the scripts and blocks they belong to, their - numerical value, and several other properties. It also provides the - ability to replace the standard syntax for reading Lisp characters - with one that is Unicode-aware and is used to enhance CL-PPCRE with - Unicode properties. - </longdescription> - <longdescription lang="es"> - CL-UNICODE es una biblioteca que ofrece implmentaciones de Common + <maintainer type="project"> + <email>common-lisp@gentoo.org</email> + <name>Gentoo Common Lisp Project</name> + </maintainer> + <longdescription lang="en"> + CL-UNICODE is a library which provides Common Lisp implementations + with knowledge about Unicode characters including their name, their + general category, the scripts and blocks they belong to, their + numerical value, and several other properties. It also provides the + ability to replace the standard syntax for reading Lisp characters + with one that is Unicode-aware and is used to enhance CL-PPCRE with + Unicode properties. + </longdescription> + <longdescription lang="es"> + CL-UNICODE es una biblioteca que ofrece implmentaciones de Common Lisp que reconoce caracteres Unicode incluyendo su nombre, categoría general, los guiones y bloques a los que pertenecen, su valor numérico y algunas otras propiedades. También ofrece la capacidad de reemplazar la sintaxis estándar para la lectura de caracteres Lisp por otra que reconoce Unicode y se utiliza para mejorar CL-PPCRE con propiedades Unicode. - </longdescription> - <upstream> - <remote-id type="github">edicl/cl-unicode</remote-id> - </upstream> + </longdescription> + <upstream> + <remote-id type="github">edicl/cl-unicode</remote-id> + </upstream> </pkgmetadata> |