* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/
@ 2013-05-10 17:23 José María Alonso
0 siblings, 0 replies; 13+ messages in thread
From: José María Alonso @ 2013-05-10 17:23 UTC (permalink / raw
To: gentoo-commits
commit: ac00d51aea1a18426ee6395162cc2bb5c492c9b6
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 17:22:49 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri May 10 17:22:49 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=ac00d51a
dev-lisp/cl-ppcre: bump to version 2.0.4
---
dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild
new file mode 100644
index 0000000..ce7275a
--- /dev/null
+++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+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="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/flexi-streams"
+PDEPEND="dev-lisp/cl-ppcre-unicode"
+
+src_prepare() {
+ rm -rf cl-ppcre-unicode* test/unicode* || die
+}
+
+src_install() {
+ common-lisp-install-sources -t all *.lisp test/
+ common-lisp-install-asdf
+ dodoc CHANGELOG README.md
+ dohtml doc/index.html
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/
@ 2013-07-19 13:19 José María Alonso
0 siblings, 0 replies; 13+ messages in thread
From: José María Alonso @ 2013-07-19 13:19 UTC (permalink / raw
To: gentoo-commits
commit: 7a307b2b38236ddeee682b2468453e066e7bdd35
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 13:19:34 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 13:19:34 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=7a307b2b
dev-lisp/cl-ppcre: get distfile form github
---
dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 ce7275a..c01b1c9 100644
--- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild
+++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild
@@ -6,10 +6,12 @@ EAPI=5
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="mirror://gentoo/${P}.tar.gz"
+SRC_URI="https://github.com/edicl/cl-ppcre/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/
@ 2015-04-07 19:36 José María Alonso
0 siblings, 0 replies; 13+ messages in thread
From: José María Alonso @ 2015-04-07 19:36 UTC (permalink / raw
To: gentoo-commits
commit: f248ab86426e7ef59a44e30fc883b8669c46f694
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 7 19:35:51 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Apr 7 19:35:51 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f248ab86
dev-lisp/cl-ppcre: bump to version 2.0.9
dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild | 34 +++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild
new file mode 100644
index 0000000..62f2a69
--- /dev/null
+++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+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"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/flexi-streams"
+PDEPEND="dev-lisp/cl-ppcre-unicode"
+
+src_unpack() {
+ unpack ${A} && cd "${S}"
+ rm -rf cl-ppcre-unicode test/unicode*
+}
+
+src_install() {
+ common-lisp-install-sources *.lisp test/
+ common-lisp-install-asdf
+ dodoc CHANGELOG
+ dohtml doc/index.html
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/
@ 2015-04-09 17:00 José María Alonso
0 siblings, 0 replies; 13+ messages in thread
From: José María Alonso @ 2015-04-09 17:00 UTC (permalink / raw
To: gentoo-commits
commit: ec3d5d89b12735d2eaf6f7f2e1057bb18b5b5d0a
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 9 17:00:23 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Apr 9 17:00:23 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ec3d5d89
dev-lisp/cl-ppcre: fix cl-ppcre-unicode install. Thanks to longlene on irc
dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 62f2a69..3adb9d8 100644
--- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild
+++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild
@@ -28,7 +28,7 @@ src_unpack() {
src_install() {
common-lisp-install-sources *.lisp test/
- common-lisp-install-asdf
+ common-lisp-install-asdf ${PN}
dodoc CHANGELOG
dohtml doc/index.html
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/
@ 2015-11-15 9:20 José María Alonso
0 siblings, 0 replies; 13+ messages in thread
From: José María Alonso @ 2015-11-15 9:20 UTC (permalink / raw
To: gentoo-commits
commit: 62c435e858648cbf74f9fc9b7bdebd1abac45d94
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 09:22:26 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 09:22:26 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=62c435e8
dev-lisp/cl-ppcre: bump to version 2.0.11
dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild | 34 ++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
new file mode 100644
index 0000000..3adb9d8
--- /dev/null
+++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+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"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/flexi-streams"
+PDEPEND="dev-lisp/cl-ppcre-unicode"
+
+src_unpack() {
+ unpack ${A} && cd "${S}"
+ rm -rf cl-ppcre-unicode test/unicode*
+}
+
+src_install() {
+ common-lisp-install-sources *.lisp test/
+ common-lisp-install-asdf ${PN}
+ dodoc CHANGELOG
+ dohtml doc/index.html
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/
@ 2015-11-15 9:25 José María Alonso
0 siblings, 0 replies; 13+ messages in thread
From: José María Alonso @ 2015-11-15 9:25 UTC (permalink / raw
To: gentoo-commits
commit: 0684b64a825b77dc2896644a4672ae0cbb6db7eb
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 09:28:09 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 09:28:09 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0684b64a
dev-lisp/cl-ppcre: fix Id header
dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild | 2 +-
dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild | 2 +-
dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild | 2 +-
dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 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 3adb9d8..3cc4bb5 100644
--- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
+++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
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 f99571e..1ca5ec0 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,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $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 c01b1c9..cbb9213 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,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $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 3adb9d8..3cc4bb5 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,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/
@ 2017-04-05 17:37 José María Alonso
0 siblings, 0 replies; 13+ messages in thread
From: José María Alonso @ 2017-04-05 17:37 UTC (permalink / raw
To: gentoo-commits
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>common-lisp@gentoo.org</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>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/
@ 2017-04-05 17:51 José María Alonso
0 siblings, 0 replies; 13+ messages in thread
From: José María Alonso @ 2017-04-05 17:51 UTC (permalink / raw
To: gentoo-commits
commit: 48361eec1b3e48d3c4d53dc5e6187654ce86dd16
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 17:51:37 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 17:51:37 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=48361eec
dev-lisp/cl-ppcre: Removes trailing spaces from metadata
dev-lisp/cl-ppcre/metadata.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/cl-ppcre/metadata.xml b/dev-lisp/cl-ppcre/metadata.xml
index 20107092..80cabfa1 100644
--- a/dev-lisp/cl-ppcre/metadata.xml
+++ b/dev-lisp/cl-ppcre/metadata.xml
@@ -7,21 +7,21 @@
</maintainer>
<longdescription lang="en">
CL-PPCRE is a portable regular expression library for Common Lisp
- which has the following features:
-
+ which has the following features:
+
* compatible with Perl
- * fast (outperforms Perl)
+ * fast (outperforms Perl)
* portable (ANSI Common Lisp)
- * thread-safe
+ * 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)
+ * 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
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/
@ 2017-07-07 8:26 José María Alonso
0 siblings, 0 replies; 13+ messages in thread
From: José María Alonso @ 2017-07-07 8:26 UTC (permalink / raw
To: gentoo-commits
commit: 69661304e311d82b1727b0dddb6e22612584a263
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 08:26:24 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 08:26:24 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=69661304
dev-lisp/cl-ppcre: Drops old version
dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild
deleted file mode 100644
index e8a3edad..00000000
--- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit common-lisp-2
-
-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="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/flexi-streams"
-PDEPEND="dev-lisp/cl-ppcre-unicode"
-
-src_unpack() {
- unpack ${A} && cd "${S}"
- rm -rf cl-ppcre-unicode test/unicode*
-}
-
-src_install() {
- common-lisp-install *.lisp ${PN}.asd test/
- common-lisp-symlink-asdf
- dodoc CHANGELOG
- dohtml doc/index.html
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/
@ 2017-08-30 13:19 José María Alonso
0 siblings, 0 replies; 13+ messages in thread
From: José María Alonso @ 2017-08-30 13:19 UTC (permalink / raw
To: gentoo-commits
commit: df37c9b782b92288d7c008dcfe0a44d1ce06ddcd
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 13:19:33 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 13:19:33 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=df37c9b7
dev-lisp/cl-ppcre: Drops old version
dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild
deleted file mode 100644
index 0191c7d3..00000000
--- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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 -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/flexi-streams"
-PDEPEND="dev-lisp/cl-ppcre-unicode"
-
-src_prepare() {
- rm -rf cl-ppcre-unicode* test/unicode* || die
-}
-
-src_install() {
- common-lisp-install-sources -t all *.lisp test/
- common-lisp-install-asdf
- dodoc CHANGELOG README.md
- dohtml doc/index.html
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/
@ 2017-09-30 13:25 José María Alonso
0 siblings, 0 replies; 13+ messages in thread
From: José María Alonso @ 2017-09-30 13:25 UTC (permalink / raw
To: gentoo-commits
commit: 8a150863ea5c203cd0c40b4c9ef74c9546634124
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 13:25:14 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 13:25:14 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8a150863
dev-lisp/cl-ppcre: Drops old version 2.0.9
dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild
deleted file mode 100644
index c3445610..00000000
--- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/flexi-streams"
-PDEPEND="dev-lisp/cl-ppcre-unicode"
-
-src_unpack() {
- unpack ${A} && cd "${S}"
- rm -rf cl-ppcre-unicode test/unicode*
-}
-
-src_install() {
- common-lisp-install-sources *.lisp test/
- common-lisp-install-asdf ${PN}
- dodoc CHANGELOG
- dohtml doc/index.html
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/
@ 2018-08-27 14:06 José María Alonso
0 siblings, 0 replies; 13+ messages in thread
From: José María Alonso @ 2018-08-27 14:06 UTC (permalink / raw
To: gentoo-commits
commit: 56e8d3d22ab71b381d0b4e6f3db8c4d5d81fcc54
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 27 14:08:26 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug 27 14:08:26 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=56e8d3d2
dev-lisp/cl-ppcre: Bump to version 2.1.0
dev-lisp/cl-ppcre/cl-ppcre-2.1.0.ebuild | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.1.0.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.1.0.ebuild
new file mode 100644
index 00000000..70c99953
--- /dev/null
+++ b/dev-lisp/cl-ppcre/cl-ppcre-2.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+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/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/flexi-streams"
+PDEPEND="dev-lisp/cl-ppcre-unicode"
+
+src_unpack() {
+ unpack ${A} && cd "${S}"
+ rm -rf cl-ppcre-unicode test/unicode*
+}
+
+src_install() {
+ common-lisp-install-sources *.lisp test/
+ common-lisp-install-asdf ${PN}
+ dodoc CHANGELOG docs/index.html
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/
@ 2022-03-14 5:03 Ulrich Müller
0 siblings, 0 replies; 13+ messages in thread
From: Ulrich Müller @ 2022-03-14 5:03 UTC (permalink / raw
To: gentoo-commits
commit: d96245d2bc9b8a5ec21649e6d28c5d22b1fdc536
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 04:55:51 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 04:55:51 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d96245d2
dev-lisp/cl-ppcre: Indent metadata.xml consistently
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lisp/cl-ppcre/metadata.xml | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/dev-lisp/cl-ppcre/metadata.xml b/dev-lisp/cl-ppcre/metadata.xml
index b4b324f1..0b2858e5 100644
--- a/dev-lisp/cl-ppcre/metadata.xml
+++ b/dev-lisp/cl-ppcre/metadata.xml
@@ -6,26 +6,26 @@
<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:
+ 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
+ * 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:
+ 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
+ * 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>
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2022-03-14 5:03 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-05 17:37 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2022-03-14 5:03 Ulrich Müller
2018-08-27 14:06 José María Alonso
2017-09-30 13:25 José María Alonso
2017-08-30 13:19 José María Alonso
2017-07-07 8:26 José María Alonso
2017-04-05 17:51 José María Alonso
2015-11-15 9:25 José María Alonso
2015-11-15 9:20 José María Alonso
2015-04-09 17:00 José María Alonso
2015-04-07 19:36 José María Alonso
2013-07-19 13:19 José María Alonso
2013-05-10 17:23 José María Alonso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox