Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-unicode/
Date: Wed, 05 Apr 2017 15:46:40
Message-Id: 1491407185.2415579024758103f5a2f216aaec205852c3c164.nimiux@gentoo
1 commit: 2415579024758103f5a2f216aaec205852c3c164
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 15:45:54 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 15:46:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24155790
7
8 dev-lisp/cl-unicode: Updates EAPI
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild | 4 ++--
13 dev-lisp/cl-unicode/metadata.xml | 11 ++++++++++-
14 2 files changed, 12 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
17 index 128e54db246..60839121ad4 100644
18 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
19 +++ b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27
28 inherit common-lisp-3 xdg-utils
29
30
31 diff --git a/dev-lisp/cl-unicode/metadata.xml b/dev-lisp/cl-unicode/metadata.xml
32 index f063ceac053..ff9a9eb1f04 100644
33 --- a/dev-lisp/cl-unicode/metadata.xml
34 +++ b/dev-lisp/cl-unicode/metadata.xml
35 @@ -5,7 +5,7 @@
36 <email>common-lisp@g.o</email>
37 <name>Gentoo Common Lisp Project</name>
38 </maintainer>
39 - <longdescription>
40 + <longdescription lang="en">
41 CL-UNICODE is a library which provides Common Lisp implementations
42 with knowledge about Unicode characters including their name, their
43 general category, the scripts and blocks they belong to, their
44 @@ -14,6 +14,15 @@
45 with one that is Unicode-aware and is used to enhance CL-PPCRE with
46 Unicode properties.
47 </longdescription>
48 + <longdescription lang="es">
49 + CL-UNICODE es una biblioteca que ofrece implmentaciones de Common
50 + Lisp que reconoce caracteres Unicode incluyendo su nombre, categoría
51 + general, los guiones y bloques a los que pertenecen, su valor
52 + numérico y algunas otras propiedades. También ofrece la capacidad
53 + de reemplazar la sintaxis estándar para la lectura de caracteres
54 + Lisp por otra que reconoce Unicode y se utiliza para mejorar
55 + CL-PPCRE con propiedades Unicode.
56 + </longdescription>
57 <upstream>
58 <remote-id type="github">edicl/cl-unicode</remote-id>
59 </upstream>