diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2017-04-05 17:45:54 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2017-04-05 17:46:25 +0200 |
commit | 2415579024758103f5a2f216aaec205852c3c164 (patch) | |
tree | 4bd1c00952d5b7a39d2de102b4fc759f9647801e /dev-lisp/cl-unicode | |
parent | sci-libs/adolc: add ~arm ~ppc64 (bug 575366). (diff) | |
download | gentoo-2415579024758103f5a2f216aaec205852c3c164.tar.gz gentoo-2415579024758103f5a2f216aaec205852c3c164.tar.bz2 gentoo-2415579024758103f5a2f216aaec205852c3c164.zip |
dev-lisp/cl-unicode: Updates EAPI
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-lisp/cl-unicode')
-rw-r--r-- | dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/cl-unicode/metadata.xml | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild index 128e54db2469..60839121ad48 100644 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild +++ b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit common-lisp-3 xdg-utils diff --git a/dev-lisp/cl-unicode/metadata.xml b/dev-lisp/cl-unicode/metadata.xml index f063ceac053f..ff9a9eb1f04b 100644 --- a/dev-lisp/cl-unicode/metadata.xml +++ b/dev-lisp/cl-unicode/metadata.xml @@ -5,7 +5,7 @@ <email>common-lisp@gentoo.org</email> <name>Gentoo Common Lisp Project</name> </maintainer> - <longdescription> + <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 @@ -14,6 +14,15 @@ 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> |