commit:     c79ff581cfd04f7a50197d36314a0b2b8571cf24
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 15:43:30 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 15:43:30 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c79ff581

dev-lisp/cl-unicode: Updates header and EAPI. Adds metadata

 dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild |  3 +--
 dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild |  3 +--
 dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild |  5 ++---
 dev-lisp/cl-unicode/metadata.xml            | 29 +++++++++++++++++++++++++++++
 4 files changed, 33 insertions(+), 7 deletions(-)

diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild 
b/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild
index 774a94e3..35d46cad 100644
--- a/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild
+++ b/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 inherit common-lisp-2
 

diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild 
b/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild
index dae548c3..a0bf0537 100644
--- a/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild
+++ b/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=5
 

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 e52302f6..5fbd6e19 100644
--- a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
+++ b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
 inherit common-lisp-3
 

diff --git a/dev-lisp/cl-unicode/metadata.xml b/dev-lisp/cl-unicode/metadata.xml
new file mode 100644
index 00000000..ff9a9eb1
--- /dev/null
+++ b/dev-lisp/cl-unicode/metadata.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</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>
+</pkgmetadata>

Reply via email to