From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-unicode/
Date: Wed, 5 Apr 2017 15:43:37 +0000 (UTC) [thread overview]
Message-ID: <1491407010.c79ff581cfd04f7a50197d36314a0b2b8571cf24.nimiux@gentoo> (raw)
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>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>
+</pkgmetadata>
next reply other threads:[~2017-04-05 15:43 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-05 15:43 José María Alonso [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-10-07 14:41 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-unicode/ José María Alonso
2017-08-29 15:25 José María Alonso
2017-08-22 14:11 José María Alonso
2017-08-22 14:10 José María Alonso
2017-07-12 11:09 José María Alonso
2017-07-02 21:03 José María Alonso
2016-01-14 11:13 José María Alonso
2016-01-14 10:28 José María Alonso
2015-11-15 21:55 José María Alonso
2015-11-15 21:10 José María Alonso
2013-07-19 15:55 José María Alonso
2013-03-22 9:36 José María Alonso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1491407010.c79ff581cfd04f7a50197d36314a0b2b8571cf24.nimiux@gentoo \
--to=nimiux@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox