* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2013-05-10 17:37 José María Alonso
0 siblings, 0 replies; 11+ messages in thread
From: José María Alonso @ 2013-05-10 17:37 UTC (permalink / raw
To: gentoo-commits
commit: 5384574383fa4a33b2de25ab274537841565cdb5
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 17:37:41 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri May 10 17:37:41 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=53845743
dev-lisp/cl-ppcre-unicode: bump to version 2.0.4
---
.../cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild | 29 ++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
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
new file mode 100644
index 0000000..25dd3f4
--- /dev/null
+++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit common-lisp-3
+
+MY_P=cl-ppcre-${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/${MY_P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="=dev-lisp/cl-ppcre-${PV}*
+ dev-lisp/cl-unicode"
+
+S="${WORKDIR}"/${MY_P}
+
+src_install() {
+ common-lisp-install-sources -t all ${PN}/ test/unicode*
+ common-lisp-install-asdf ${PN}.asd
+ dodoc CHANGELOG README.md
+ dohtml doc/index.html
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2013-10-12 18:26 José María Alonso
0 siblings, 0 replies; 11+ messages in thread
From: José María Alonso @ 2013-10-12 18:26 UTC (permalink / raw
To: gentoo-commits
commit: c2ec886c28accc4f709e881c3371be1358c56d29
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 18:27:38 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 18:27:38 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=c2ec886c
dev-lisp/cl-ppcre-unicode: fix SRC_URI
---
dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
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 25dd3f4..924305c 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
@@ -2,14 +2,16 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=5
+
inherit common-lisp-3
-MY_P=cl-ppcre-${PV}
+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/${MY_P}.tar.gz"
+SRC_URI="https://github.com/edicl/cl-ppcre/archive/${MY_P}.tar.gz -> cl-ppcre-${PV}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
@@ -19,7 +21,7 @@ IUSE=""
RDEPEND="=dev-lisp/cl-ppcre-${PV}*
dev-lisp/cl-unicode"
-S="${WORKDIR}"/${MY_P}
+S="${WORKDIR}/cl-ppcre-${PV}"
src_install() {
common-lisp-install-sources -t all ${PN}/ test/unicode*
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2015-04-07 19:39 José María Alonso
0 siblings, 0 replies; 11+ messages in thread
From: José María Alonso @ 2015-04-07 19:39 UTC (permalink / raw
To: gentoo-commits
commit: ea2d3194fb67034d84e11b8c6e9b2ce1aadaaef6
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 7 19:38:47 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Apr 7 19:38:47 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ea2d3194
dev-lisp/cl-ppcre-unicode: bump to version 2.0.9
.../cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild | 29 ++++++++++++++++++++++
1 file changed, 29 insertions(+)
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
new file mode 100644
index 0000000..42aa537
--- /dev/null
+++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild
@@ -0,0 +1,29 @@
+# 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/cl-ppcre/archive/${MY_P}.tar.gz -> cl-ppcre-${PV}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="=dev-lisp/cl-ppcre-${PV}*
+ dev-lisp/cl-unicode"
+
+S="${WORKDIR}/cl-ppcre-${PV}"
+
+src_install() {
+ common-lisp-install-sources ${PN}/ test/unicode*
+ common-lisp-install-asdf ${PN}
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2015-11-15 9:26 José María Alonso
0 siblings, 0 replies; 11+ messages in thread
From: José María Alonso @ 2015-11-15 9:26 UTC (permalink / raw
To: gentoo-commits
commit: 55bf0ac860d2239fb720317e6b11aa09bab471f6
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 09:28:53 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 09:28:53 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=55bf0ac8
dev-lisp/cl-ppcre-unicode: bump to version 2.0.11
.../cl-ppcre-unicode-2.0.11.ebuild | 29 ++++++++++++++++++++++
1 file changed, 29 insertions(+)
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
new file mode 100644
index 0000000..42aa537
--- /dev/null
+++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild
@@ -0,0 +1,29 @@
+# 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/cl-ppcre/archive/${MY_P}.tar.gz -> cl-ppcre-${PV}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="=dev-lisp/cl-ppcre-${PV}*
+ dev-lisp/cl-unicode"
+
+S="${WORKDIR}/cl-ppcre-${PV}"
+
+src_install() {
+ common-lisp-install-sources ${PN}/ test/unicode*
+ common-lisp-install-asdf ${PN}
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2015-11-15 9:28 José María Alonso
0 siblings, 0 replies; 11+ messages in thread
From: José María Alonso @ 2015-11-15 9:28 UTC (permalink / raw
To: gentoo-commits
commit: 7f3ff57eb001e116609ca456347c06b4d095b2f4
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 09:30:36 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 09:30:36 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7f3ff57e
dev-lisp/cl-ppcre-unicode: fix Id header
dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild | 2 +-
dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild | 2 +-
dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild | 2 +-
dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 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 42aa537..9cb11ed 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,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-unicode/cl-ppcre-unicode-2.0.2.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild
index 0141a9b..4739d22 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,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-unicode/cl-ppcre-unicode-2.0.4.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild
index 924305c..5a03570 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,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-unicode/cl-ppcre-unicode-2.0.9.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild
index 42aa537..9cb11ed 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,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] 11+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2017-04-06 21:26 José María Alonso
0 siblings, 0 replies; 11+ messages in thread
From: José María Alonso @ 2017-04-06 21:26 UTC (permalink / raw
To: gentoo-commits
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>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] 11+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2017-07-07 8:46 José María Alonso
0 siblings, 0 replies; 11+ messages in thread
From: José María Alonso @ 2017-07-07 8:46 UTC (permalink / raw
To: gentoo-commits
commit: 0c711fec8687c54e7596ea668e4cf486abbe407f
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 08:46:43 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 08:46:43 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0c711fec
dev-lisp/cl-ppcre-unicode: Drops old version.
.../cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild | 28 ----------------------
1 file changed, 28 deletions(-)
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
deleted file mode 100644
index 7d3d7f4d..00000000
--- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit common-lisp-2
-
-MY_P=cl-ppcre-${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="http://common-lisp.net/~sionescu/files/${MY_P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="=dev-lisp/cl-ppcre-${PV}*
- dev-lisp/cl-unicode"
-
-S="${WORKDIR}"/${MY_P}
-
-src_install() {
- common-lisp-install ${PN}.asd ${PN}/ test/unicode*
- common-lisp-symlink-asdf
- dodoc CHANGELOG
- dohtml doc/index.html
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2017-08-30 13:28 José María Alonso
0 siblings, 0 replies; 11+ messages in thread
From: José María Alonso @ 2017-08-30 13:28 UTC (permalink / raw
To: gentoo-commits
commit: 42b44c3100ceea2d446ed765635fe64e9aaf24b3
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 13:28:47 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 13:28:47 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=42b44c31
dev-lisp/cl-ppcre-unicode: Drops old version
.../cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild | 30 ----------------------
1 file changed, 30 deletions(-)
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
deleted file mode 100644
index b40e81fa..00000000
--- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild
+++ /dev/null
@@ -1,30 +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 -> cl-ppcre-${PV}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="=dev-lisp/cl-ppcre-${PV}*
- dev-lisp/cl-unicode"
-
-S="${WORKDIR}/cl-ppcre-${PV}"
-
-src_install() {
- common-lisp-install-sources -t all ${PN}/ test/unicode*
- common-lisp-install-asdf ${PN}.asd
- dodoc CHANGELOG README.md
- dohtml doc/index.html
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2017-09-27 19:58 José María Alonso
0 siblings, 0 replies; 11+ messages in thread
From: José María Alonso @ 2017-09-27 19:58 UTC (permalink / raw
To: gentoo-commits
commit: e699caab00debeb078b20ad63fb7e82a2fce8d07
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 19:58:40 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 19:58:40 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e699caab
dev-lisp/cl-ppcre-unicode: Drops asterisk from RDEPEND
dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 4fedc28b..cbf45da0 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
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
-RDEPEND="=dev-lisp/cl-ppcre-${PV}*
+RDEPEND="=dev-lisp/cl-ppcre-${PV}
dev-lisp/cl-unicode"
S="${WORKDIR}/cl-ppcre-${PV}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2017-09-30 13:34 José María Alonso
0 siblings, 0 replies; 11+ messages in thread
From: José María Alonso @ 2017-09-30 13:34 UTC (permalink / raw
To: gentoo-commits
commit: 813a37e78eb36c9335fb4a699d3a6fa445b594c8
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 13:34:31 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 13:34:31 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=813a37e7
dev-lisp/cl-ppcre-unicode: Drops old version 2.0.9
.../cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild | 28 ----------------------
1 file changed, 28 deletions(-)
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
deleted file mode 100644
index 65d9cbb2..00000000
--- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild
+++ /dev/null
@@ -1,28 +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 -> cl-ppcre-${PV}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="=dev-lisp/cl-ppcre-${PV}*
- dev-lisp/cl-unicode"
-
-S="${WORKDIR}/cl-ppcre-${PV}"
-
-src_install() {
- common-lisp-install-sources ${PN}/ test/unicode*
- common-lisp-install-asdf ${PN}
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2022-03-14 5:03 Ulrich Müller
0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Müller @ 2022-03-14 5:03 UTC (permalink / raw
To: gentoo-commits
commit: 68715f53ce36e4dc6f820817f356280076139b86
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 04:58:35 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 04:58:35 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=68715f53
dev-lisp/cl-ppcre-unicode: Indent metadata.xml consistently
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lisp/cl-ppcre-unicode/metadata.xml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/dev-lisp/cl-ppcre-unicode/metadata.xml b/dev-lisp/cl-ppcre-unicode/metadata.xml
index e299a3f1..8bf06c2f 100644
--- a/dev-lisp/cl-ppcre-unicode/metadata.xml
+++ b/dev-lisp/cl-ppcre-unicode/metadata.xml
@@ -7,25 +7,25 @@
</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:
+ 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] 11+ messages in thread
end of thread, other threads:[~2022-03-14 5:03 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-10 17:37 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2013-10-12 18:26 José María Alonso
2015-04-07 19:39 José María Alonso
2015-11-15 9:26 José María Alonso
2015-11-15 9:28 José María Alonso
2017-04-06 21:26 José María Alonso
2017-07-07 8:46 José María Alonso
2017-08-30 13:28 José María Alonso
2017-09-27 19:58 José María Alonso
2017-09-30 13:34 José María Alonso
2022-03-14 5:03 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox