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-ppcre/
Date: Wed, 05 Apr 2017 17:51:26
Message-Id: 1491414667.07c8ac9e21aa9c823fe745e6563ecbded9f0373c.nimiux@gentoo
1 commit: 07c8ac9e21aa9c823fe745e6563ecbded9f0373c
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 17:50:34 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 17:51:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c8ac9e
7
8 dev-lisp/cl-ppcre: Updates EAPI
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild | 11 ++++-------
13 dev-lisp/cl-ppcre/metadata.xml | 31 +++++++++++++++++++++----------
14 2 files changed, 25 insertions(+), 17 deletions(-)
15
16 diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
17 index 7aa2d5026a0..ba65b3febed 100644
18 --- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
19 +++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
20 @@ -1,16 +1,14 @@
21 -# Copyright 1999-2015 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
29
30 -MY_P="v${PV}"
31 -
32 DESCRIPTION="CL-PPCRE is a portable regular expression library for Common Lisp."
33 HOMEPAGE="http://weitz.de/cl-ppcre/
34 http://www.cliki.net/cl-ppcre"
35 -SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
36 +SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
37
38 LICENSE="BSD-2"
39 SLOT="0"
40 @@ -28,6 +26,5 @@ src_unpack() {
41 src_install() {
42 common-lisp-install-sources *.lisp test/
43 common-lisp-install-asdf ${PN}
44 - dodoc CHANGELOG
45 - dohtml doc/index.html
46 + dodoc CHANGELOG doc/index.html
47 }
48
49 diff --git a/dev-lisp/cl-ppcre/metadata.xml b/dev-lisp/cl-ppcre/metadata.xml
50 index c2fc0d6e9b3..80cabfa1315 100644
51 --- a/dev-lisp/cl-ppcre/metadata.xml
52 +++ b/dev-lisp/cl-ppcre/metadata.xml
53 @@ -5,16 +5,27 @@
54 <email>common-lisp@g.o</email>
55 <name>Gentoo Common Lisp Project</name>
56 </maintainer>
57 - <longdescription>
58 -CL-PPCRE is a portable regular expression library for Common Lisp
59 -which has the following features:
60 -
61 - * compatible with Perl
62 - * fast (outperforms Perl)
63 - * portable (ANSI Common Lisp)
64 - * thread-safe
65 - * includes convenience features
66 - * well-documented.
67 + <longdescription lang="en">
68 + CL-PPCRE is a portable regular expression library for Common Lisp
69 + which has the following features:
70 +
71 + * compatible with Perl
72 + * fast (outperforms Perl)
73 + * portable (ANSI Common Lisp)
74 + * thread-safe
75 + * includes convenience features
76 + * well-documented
77 + </longdescription>
78 + <longdescription lang="es">
79 + CL-PPCRE es una biblioteca de expressiones regulares portable
80 + para Common Lisp que tiene las siguientes características:
81 +
82 + * Compatible con Perl
83 + * Rápida (más rápida que la versión para Perl)
84 + * Portable (ANSI Common Lisp)
85 + * Segura en la ejecución de hilos (thread-safe)
86 + * Incluye características para hacerla cómoda
87 + * Bien documentada
88 </longdescription>
89 <upstream>
90 <remote-id type="github">edicl/cl-ppcre</remote-id>