From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 707C7139694 for ; Thu, 6 Apr 2017 21:26:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81D65E0BD4; Thu, 6 Apr 2017 21:26:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 460A1E0BD4 for ; Thu, 6 Apr 2017 21:26:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E577340806 for ; Thu, 6 Apr 2017 21:26:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EFC173E7 for ; Thu, 6 Apr 2017 21:26:53 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1491514009.13695acde98b8a8c822c6f5d95ef1466da9fa8a0.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild dev-lisp/cl-ppcre-unicode/metadata.xml X-VCS-Directories: dev-lisp/cl-ppcre-unicode/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 13695acde98b8a8c822c6f5d95ef1466da9fa8a0 X-VCS-Branch: master Date: Thu, 6 Apr 2017 21:26:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0f0c60bc-e357-4b8c-a42b-e5e977aa34fd X-Archives-Hash: d78841acc068b82faa3d8a19575f8c57 commit: 13695acde98b8a8c822c6f5d95ef1466da9fa8a0 Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Apr 6 21:26:49 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Apr 6 21:26:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=13695acd dev-lisp/cl-ppcre-unicode: Updates header .../cl-ppcre-unicode-2.0.11.ebuild | 9 ++---- .../cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild | 3 +- .../cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild | 3 +- .../cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild | 3 +- dev-lisp/cl-ppcre-unicode/metadata.xml | 33 ++++++++++++++++++++++ 5 files changed, 39 insertions(+), 12 deletions(-) diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild index 9cb11ed3..4fedc28b 100644 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild @@ -1,17 +1,14 @@ -# Copyright 1999-2015 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 -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/cl-ppcre/archive/${MY_P}.tar.gz -> cl-ppcre-${PV}.tar.gz" +SRC_URI="https://github.com/edicl/cl-ppcre/archive/v${PV}.tar.gz -> cl-ppcre-${PV}.tar.gz" LICENSE="BSD-2" SLOT="0" diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild index 4739d229..7d3d7f4d 100644 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2010 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-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild index 5a035700..b40e81fa 100644 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2013 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-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild index 9cb11ed3..65d9cbb2 100644 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2015 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-ppcre-unicode/metadata.xml b/dev-lisp/cl-ppcre-unicode/metadata.xml new file mode 100644 index 00000000..323d8fc1 --- /dev/null +++ b/dev-lisp/cl-ppcre-unicode/metadata.xml @@ -0,0 +1,33 @@ + + + + + common-lisp@gentoo.org + Gentoo Common Lisp Project + + + 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. + + + 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 + + + edicl/cl-ppcre + +