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: Sun, 02 Jul 2017 21:03:39
Message-Id: 1499029410.9a33ff7b236de5a47d8ac3cef42abb87e58a5c55.nimiux@gentoo
1 commit: 9a33ff7b236de5a47d8ac3cef42abb87e58a5c55
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 21:03:30 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 21:03:30 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9a33ff7b
7
8 dev-lisp/cl-unicode: Drops old version. Fixes metadata formatting
9
10 dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild | 22 -----------------
11 dev-lisp/cl-unicode/metadata.xml | 38 ++++++++++++++---------------
12 2 files changed, 19 insertions(+), 41 deletions(-)
13
14 diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild
15 deleted file mode 100644
16 index 35d46cad..00000000
17 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild
18 +++ /dev/null
19 @@ -1,22 +0,0 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -
23 -inherit common-lisp-2
24 -
25 -DESCRIPTION="Provides Common Lisp implementations with knowledge about Unicode characters."
26 -HOMEPAGE="http://weitz.de/cl-unicode/"
27 -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
28 -
29 -LICENSE="BSD-2"
30 -SLOT="0"
31 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
32 -IUSE=""
33 -
34 -RDEPEND="dev-lisp/cl-ppcre"
35 -
36 -src_install() {
37 - common-lisp-install *.{lisp,asd} test/
38 - common-lisp-symlink-asdf
39 - dodoc CHANGELOG.txt
40 - dohtml doc/index.html
41 -}
42
43 diff --git a/dev-lisp/cl-unicode/metadata.xml b/dev-lisp/cl-unicode/metadata.xml
44 index ff9a9eb1..73984633 100644
45 --- a/dev-lisp/cl-unicode/metadata.xml
46 +++ b/dev-lisp/cl-unicode/metadata.xml
47 @@ -1,29 +1,29 @@
48 <?xml version="1.0" encoding="UTF-8"?>
49 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
50 <pkgmetadata>
51 - <maintainer type="project">
52 - <email>common-lisp@g.o</email>
53 - <name>Gentoo Common Lisp Project</name>
54 - </maintainer>
55 - <longdescription lang="en">
56 - CL-UNICODE is a library which provides Common Lisp implementations
57 - with knowledge about Unicode characters including their name, their
58 - general category, the scripts and blocks they belong to, their
59 - numerical value, and several other properties. It also provides the
60 - ability to replace the standard syntax for reading Lisp characters
61 - with one that is Unicode-aware and is used to enhance CL-PPCRE with
62 - Unicode properties.
63 - </longdescription>
64 - <longdescription lang="es">
65 - CL-UNICODE es una biblioteca que ofrece implmentaciones de Common
66 + <maintainer type="project">
67 + <email>common-lisp@g.o</email>
68 + <name>Gentoo Common Lisp Project</name>
69 + </maintainer>
70 + <longdescription lang="en">
71 + CL-UNICODE is a library which provides Common Lisp implementations
72 + with knowledge about Unicode characters including their name, their
73 + general category, the scripts and blocks they belong to, their
74 + numerical value, and several other properties. It also provides the
75 + ability to replace the standard syntax for reading Lisp characters
76 + with one that is Unicode-aware and is used to enhance CL-PPCRE with
77 + Unicode properties.
78 + </longdescription>
79 + <longdescription lang="es">
80 + CL-UNICODE es una biblioteca que ofrece implmentaciones de Common
81 Lisp que reconoce caracteres Unicode incluyendo su nombre, categoría
82 general, los guiones y bloques a los que pertenecen, su valor
83 numérico y algunas otras propiedades. También ofrece la capacidad
84 de reemplazar la sintaxis estándar para la lectura de caracteres
85 Lisp por otra que reconoce Unicode y se utiliza para mejorar
86 CL-PPCRE con propiedades Unicode.
87 - </longdescription>
88 - <upstream>
89 - <remote-id type="github">edicl/cl-unicode</remote-id>
90 - </upstream>
91 + </longdescription>
92 + <upstream>
93 + <remote-id type="github">edicl/cl-unicode</remote-id>
94 + </upstream>
95 </pkgmetadata>