commit: e601c0ac707bc06d9f818d525ed12debe73c3b86
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 17:36:58 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 17:36:58 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e601c0ac
dev-lisp/cl-ppcre: Updates header. Adds metadata
dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild | 12 ++++--------
dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild | 3 +--
dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild | 3 +--
dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild | 3 +--
dev-lisp/cl-ppcre/metadata.xml | 33 ++++++++++++++++++++++++++++++++
5 files changed, 40 insertions(+), 14 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 3cc4bb52..ba65b3fe 100644
--- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
+++ b/dev-lisp/cl-ppcre/cl-ppcre-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/${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"
@@ -29,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/cl-ppcre-2.0.2.ebuild
b/dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild
index 1ca5ec08..e8a3edad 100644
--- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild
+++ b/dev-lisp/cl-ppcre/cl-ppcre-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/cl-ppcre-2.0.4.ebuild
b/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild
index cbb9213d..0191c7d3 100644
--- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild
+++ b/dev-lisp/cl-ppcre/cl-ppcre-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/cl-ppcre-2.0.9.ebuild
b/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild
index 3cc4bb52..c3445610 100644
--- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild
+++ b/dev-lisp/cl-ppcre/cl-ppcre-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/metadata.xml b/dev-lisp/cl-ppcre/metadata.xml
new file mode 100644
index 00000000..20107092
--- /dev/null
+++ b/dev-lisp/cl-ppcre/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>