public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre/
Date: Wed,  5 Apr 2017 17:51:14 +0000 (UTC)	[thread overview]
Message-ID: <1491414667.07c8ac9e21aa9c823fe745e6563ecbded9f0373c.nimiux@gentoo> (raw)

commit:     07c8ac9e21aa9c823fe745e6563ecbded9f0373c
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 17:50:34 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 17:51:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c8ac9e

dev-lisp/cl-ppcre: Updates EAPI

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild | 11 ++++-------
 dev-lisp/cl-ppcre/metadata.xml           | 31 +++++++++++++++++++++----------
 2 files changed, 25 insertions(+), 17 deletions(-)

diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
index 7aa2d5026a0..ba65b3febed 100644
--- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
+++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
@@ -1,16 +1,14 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit common-lisp-3
 
-MY_P="v${PV}"
-
 DESCRIPTION="CL-PPCRE is a portable regular expression library for Common Lisp."
 HOMEPAGE="http://weitz.de/cl-ppcre/
 		  http://www.cliki.net/cl-ppcre"
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
@@ -28,6 +26,5 @@ src_unpack() {
 src_install() {
 	common-lisp-install-sources *.lisp test/
 	common-lisp-install-asdf ${PN}
-	dodoc CHANGELOG
-	dohtml doc/index.html
+	dodoc CHANGELOG doc/index.html
 }

diff --git a/dev-lisp/cl-ppcre/metadata.xml b/dev-lisp/cl-ppcre/metadata.xml
index c2fc0d6e9b3..80cabfa1315 100644
--- a/dev-lisp/cl-ppcre/metadata.xml
+++ b/dev-lisp/cl-ppcre/metadata.xml
@@ -5,16 +5,27 @@
 		<email>common-lisp@gentoo.org</email>
 		<name>Gentoo Common Lisp Project</name>
 	</maintainer>
-	<longdescription>
-CL-PPCRE is a portable regular expression library for Common Lisp
-which has the following features: 
- 
- * compatible with Perl
- * fast (outperforms Perl) 
- * portable (ANSI Common Lisp)
- * thread-safe 
- * includes convenience features
- * well-documented.
+	<longdescription lang="en">
+    CL-PPCRE is a portable regular expression library for Common Lisp
+    which has the following features:
+
+    * compatible with Perl
+    * fast (outperforms Perl)
+    * portable (ANSI Common Lisp)
+    * thread-safe
+    * includes convenience features
+    * well-documented
+	</longdescription>
+	<longdescription lang="es">
+    CL-PPCRE es una biblioteca de expressiones regulares portable
+    para Common Lisp que tiene las siguientes características:
+
+    * Compatible con Perl
+    * Rápida (más rápida que la versión para Perl)
+    * Portable (ANSI Common Lisp)
+    * Segura en la ejecución de hilos (thread-safe)
+    * Incluye características para hacerla cómoda
+    * Bien documentada
 	</longdescription>
 	<upstream>
 		<remote-id type="github">edicl/cl-ppcre</remote-id>


             reply	other threads:[~2017-04-05 17:51 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-05 17:51 José María Alonso [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25 16:42 [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre/ Jakov Smolić
2024-06-17 18:20 Ulrich Müller
2024-06-17  8:47 Arthur Zamarin
2024-06-17  6:57 Arthur Zamarin
2024-06-17  6:57 Arthur Zamarin
2024-06-10 14:32 Ulrich Müller
2024-06-08 17:40 Ulrich Müller
2018-08-27 14:15 José María Alonso
2017-10-03 20:48 José María Alonso
2017-10-03 14:11 José María Alonso
2017-09-29 22:56 Thomas Deutschmann
2017-09-27 19:19 José María Alonso
2017-08-24 18:55 José María Alonso
2015-12-17 22:30 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=1491414667.07c8ac9e21aa9c823fe745e6563ecbded9f0373c.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