commit: 13695acde98b8a8c822c6f5d95ef1466da9fa8a0
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 6 21:26:49 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Gentoo Common Lisp Project</name>
+ </maintainer>
+ <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>
+ </upstream>
+</pkgmetadata>