Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-unicode/
Date: Wed, 05 Apr 2017 15:43:46
Message-Id: 1491407010.c79ff581cfd04f7a50197d36314a0b2b8571cf24.nimiux@gentoo
1 commit: c79ff581cfd04f7a50197d36314a0b2b8571cf24
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 15:43:30 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 15:43:30 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c79ff581
7
8 dev-lisp/cl-unicode: Updates header and EAPI. Adds metadata
9
10 dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild | 3 +--
11 dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild | 3 +--
12 dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild | 5 ++---
13 dev-lisp/cl-unicode/metadata.xml | 29 +++++++++++++++++++++++++++++
14 4 files changed, 33 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild
17 index 774a94e3..35d46cad 100644
18 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild
19 +++ b/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild
20 @@ -1,6 +1,5 @@
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 -# $Id$
25
26 inherit common-lisp-2
27
28
29 diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild
30 index dae548c3..a0bf0537 100644
31 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild
32 +++ b/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild
33 @@ -1,6 +1,5 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 +# Copyright 1999-2017 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38
39 EAPI=5
40
41
42 diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
43 index e52302f6..5fbd6e19 100644
44 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
45 +++ b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
46 @@ -1,8 +1,7 @@
47 -# Copyright 1999-2016 Gentoo Foundation
48 +# Copyright 1999-2017 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 -# $Id$
51
52 -EAPI=5
53 +EAPI=6
54
55 inherit common-lisp-3
56
57
58 diff --git a/dev-lisp/cl-unicode/metadata.xml b/dev-lisp/cl-unicode/metadata.xml
59 new file mode 100644
60 index 00000000..ff9a9eb1
61 --- /dev/null
62 +++ b/dev-lisp/cl-unicode/metadata.xml
63 @@ -0,0 +1,29 @@
64 +<?xml version="1.0" encoding="UTF-8"?>
65 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
66 +<pkgmetadata>
67 + <maintainer type="project">
68 + <email>common-lisp@g.o</email>
69 + <name>Gentoo Common Lisp Project</name>
70 + </maintainer>
71 + <longdescription lang="en">
72 + CL-UNICODE is a library which provides Common Lisp implementations
73 + with knowledge about Unicode characters including their name, their
74 + general category, the scripts and blocks they belong to, their
75 + numerical value, and several other properties. It also provides the
76 + ability to replace the standard syntax for reading Lisp characters
77 + with one that is Unicode-aware and is used to enhance CL-PPCRE with
78 + Unicode properties.
79 + </longdescription>
80 + <longdescription lang="es">
81 + CL-UNICODE es una biblioteca que ofrece implmentaciones de Common
82 + Lisp que reconoce caracteres Unicode incluyendo su nombre, categoría
83 + general, los guiones y bloques a los que pertenecen, su valor
84 + numérico y algunas otras propiedades. También ofrece la capacidad
85 + de reemplazar la sintaxis estándar para la lectura de caracteres
86 + Lisp por otra que reconoce Unicode y se utiliza para mejorar
87 + CL-PPCRE con propiedades Unicode.
88 + </longdescription>
89 + <upstream>
90 + <remote-id type="github">edicl/cl-unicode</remote-id>
91 + </upstream>
92 +</pkgmetadata>