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-ppcre/
Date: Wed, 05 Apr 2017 17:37:07
Message-Id: 1491413818.e601c0ac707bc06d9f818d525ed12debe73c3b86.nimiux@gentoo
1 commit: e601c0ac707bc06d9f818d525ed12debe73c3b86
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 17:36:58 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 17:36:58 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e601c0ac
7
8 dev-lisp/cl-ppcre: Updates header. Adds metadata
9
10 dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild | 12 ++++--------
11 dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild | 3 +--
12 dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild | 3 +--
13 dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild | 3 +--
14 dev-lisp/cl-ppcre/metadata.xml | 33 ++++++++++++++++++++++++++++++++
15 5 files changed, 40 insertions(+), 14 deletions(-)
16
17 diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
18 index 3cc4bb52..ba65b3fe 100644
19 --- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
20 +++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
21 @@ -1,17 +1,14 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26
27 -EAPI=5
28 +EAPI=6
29
30 inherit common-lisp-3
31
32 -MY_P="v${PV}"
33 -
34 DESCRIPTION="CL-PPCRE is a portable regular expression library for Common Lisp."
35 HOMEPAGE="http://weitz.de/cl-ppcre/
36 http://www.cliki.net/cl-ppcre"
37 -SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
38 +SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39
40 LICENSE="BSD-2"
41 SLOT="0"
42 @@ -29,6 +26,5 @@ src_unpack() {
43 src_install() {
44 common-lisp-install-sources *.lisp test/
45 common-lisp-install-asdf ${PN}
46 - dodoc CHANGELOG
47 - dohtml doc/index.html
48 + dodoc CHANGELOG doc/index.html
49 }
50
51 diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild
52 index 1ca5ec08..e8a3edad 100644
53 --- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild
54 +++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild
55 @@ -1,6 +1,5 @@
56 -# Copyright 1999-2010 Gentoo Foundation
57 +# Copyright 1999-2017 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Id$
60
61 inherit common-lisp-2
62
63
64 diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild
65 index cbb9213d..0191c7d3 100644
66 --- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild
67 +++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild
68 @@ -1,6 +1,5 @@
69 -# Copyright 1999-2013 Gentoo Foundation
70 +# Copyright 1999-2017 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Id$
73
74 EAPI=5
75
76
77 diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild
78 index 3cc4bb52..c3445610 100644
79 --- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild
80 +++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild
81 @@ -1,6 +1,5 @@
82 -# Copyright 1999-2015 Gentoo Foundation
83 +# Copyright 1999-2017 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 -# $Id$
86
87 EAPI=5
88
89
90 diff --git a/dev-lisp/cl-ppcre/metadata.xml b/dev-lisp/cl-ppcre/metadata.xml
91 new file mode 100644
92 index 00000000..20107092
93 --- /dev/null
94 +++ b/dev-lisp/cl-ppcre/metadata.xml
95 @@ -0,0 +1,33 @@
96 +<?xml version="1.0" encoding="UTF-8"?>
97 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
98 +<pkgmetadata>
99 + <maintainer type="project">
100 + <email>common-lisp@g.o</email>
101 + <name>Gentoo Common Lisp Project</name>
102 + </maintainer>
103 + <longdescription lang="en">
104 + CL-PPCRE is a portable regular expression library for Common Lisp
105 + which has the following features:
106 +
107 + * compatible with Perl
108 + * fast (outperforms Perl)
109 + * portable (ANSI Common Lisp)
110 + * thread-safe
111 + * includes convenience features
112 + * well-documented
113 + </longdescription>
114 + <longdescription lang="es">
115 + CL-PPCRE es una biblioteca de expressiones regulares portable
116 + para Common Lisp que tiene las siguientes características:
117 +
118 + * Compatible con Perl
119 + * Rápida (más rápida que la versión para Perl)
120 + * Portable (ANSI Common Lisp)
121 + * Segura en la ejecución de hilos (thread-safe)
122 + * Incluye características para hacerla cómoda
123 + * Bien documentada
124 + </longdescription>
125 + <upstream>
126 + <remote-id type="github">edicl/cl-ppcre</remote-id>
127 + </upstream>
128 +</pkgmetadata>