public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2015-12-17 22:32 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2015-12-17 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     813b273e70add1c1479759913dd95b4786f74350
Author:     José María Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 22:35:03 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 22:35:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813b273e

dev-lisp/cl-ppcre-unicode: add from lisp overlay

Package-Manager: portage-2.2.20.1

 dev-lisp/cl-ppcre-unicode/Manifest                 |  1 +
 .../cl-ppcre-unicode-2.0.11.ebuild                 | 29 ++++++++++++++++++++++
 dev-lisp/cl-ppcre-unicode/metadata.xml             | 16 ++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/dev-lisp/cl-ppcre-unicode/Manifest b/dev-lisp/cl-ppcre-unicode/Manifest
new file mode 100644
index 0000000..2e15340
--- /dev/null
+++ b/dev-lisp/cl-ppcre-unicode/Manifest
@@ -0,0 +1 @@
+DIST cl-ppcre-2.0.11.tar.gz 158418 SHA256 ed8571915216788dc4f6cdb44e49b0e0782e203ed547fe2e58cd5b0e5c57edc4 SHA512 c693c568065c0571e5509599018e58951425a857cec3793312af0d22e248e32233f924eafc8ba67fbedad38cb3f4efa11343b785b073eaac53c31871422488b1 WHIRLPOOL 85e0bda97b1bea3da32fbe9a56dd45eb6926fccb7546ee41528a4c6b7b079a94f0d30c59d98cd0288ea26efe6b004b6856cabaaeb3cb93e441cdebc5d588bdf7

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..9cb11ed
--- /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
+# $Id$
+
+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}
+}

diff --git a/dev-lisp/cl-ppcre-unicode/metadata.xml b/dev-lisp/cl-ppcre-unicode/metadata.xml
new file mode 100644
index 0000000..a1563ab
--- /dev/null
+++ b/dev-lisp/cl-ppcre-unicode/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>common-lisp</herd>
+	<longdescription>
+		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>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2017-09-27 19:18 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-09-27 19:18 UTC (permalink / raw
  To: gentoo-commits

commit:     e54f4dbec6f54544002f0b1c574f43c00eb62bd3
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 19:18:07 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 19:18:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54f4dbe

dev-lisp/cl-ppcre-unicode: Stable on amd64 and x86

Gentoo-Bug: 629378

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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 4be28602628..d8ce4648602 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,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/edicl/cl-ppcre/archive/${MY_P}.tar.gz -> cl-ppcre-${
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="=dev-lisp/cl-ppcre-${PV}*


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2017-09-28 14:32 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-09-28 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     2c5df28f04e6e3d8daec1dfd955b5a578628ee05
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 14:32:15 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 14:32:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5df28f

dev-lisp/cl-ppcre-unicode: Removes trailing * from RDEPEND

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 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 d8ce4648602..cbf45da0f4d 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,23 +1,21 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-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"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+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] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2017-10-03 14:11 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-10-03 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     8a65f22fdd2703516e974257fbe44ccbe49c68d8
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 14:11:36 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 14:11:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a65f22f

dev-lisp/cl-ppcre-unicode: Stable for amd64/x86 wrt bug #629378

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 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 cbf45da0f4d..34ef1cfdf67 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
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/edicl/cl-ppcre/archive/v${PV}.tar.gz -> cl-ppcre-${P
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="=dev-lisp/cl-ppcre-${PV}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2018-08-27 14:15 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2018-08-27 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     b4be8c12b67c845c52942f909931a07b9af80576
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 27 14:17:37 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug 27 14:17:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4be8c12

dev-lisp/cl-ppcre-unicode: Bump version to 2.1.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-lisp/cl-ppcre-unicode/Manifest                 |  1 +
 .../cl-ppcre-unicode/cl-ppcre-unicode-2.1.0.ebuild | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-lisp/cl-ppcre-unicode/Manifest b/dev-lisp/cl-ppcre-unicode/Manifest
index 25c6a670503..2ace7fade36 100644
--- a/dev-lisp/cl-ppcre-unicode/Manifest
+++ b/dev-lisp/cl-ppcre-unicode/Manifest
@@ -1 +1,2 @@
 DIST cl-ppcre-2.0.11.tar.gz 158418 BLAKE2B d65aa1a565dbe6c9d10e4dafe323ab1332929e46e00ea2e9775ad940ed5ac983520c0e423daa17bf0173420d2269b5af2fd9b52f8d3dbcb0c778e03e61ef052d SHA512 c693c568065c0571e5509599018e58951425a857cec3793312af0d22e248e32233f924eafc8ba67fbedad38cb3f4efa11343b785b073eaac53c31871422488b1
+DIST cl-ppcre-2.1.0.tar.gz 159051 BLAKE2B d1b9dd93c3f4c4c3a23a7c01f28cc4a8cc8543bfa3280f60b53d61dadb377f9e45c0f79592323bb7dcaf06721d899159f958f5b7d391370eeb5c6ede81a7a0cd SHA512 c9c95c58628fd5ecebf6e24e0c26913719360c325e90e78c256d1306eb8c2cbe85a2a5f617fdb6c2a7091bd80f4021ad0d294371b2696ad8e5873eca13aab866

diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0.ebuild
new file mode 100644
index 00000000000..8203612b0ed
--- /dev/null
+++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0.ebuild
@@ -0,0 +1,26 @@
+# 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/cl-ppcre/archive/v${PV}.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] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2024-06-08 17:40 Ulrich Müller
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Müller @ 2024-06-08 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     16da8795f881bf95674ad50ece7f6d8373d40173
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 16:55:48 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 17:40:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16da8795

dev-lisp/cl-ppcre-unicode: Update EAPI from 6 to 7

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ...de-2.1.0.ebuild => cl-ppcre-unicode-2.1.0-r1.ebuild} | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild
similarity index 71%
rename from dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0.ebuild
rename to dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild
index 140ebc0154d6..91fd43e949e8 100644
--- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0.ebuild
+++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild
@@ -1,24 +1,23 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 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"
+HOMEPAGE="https://edicl.github.io/cl-ppcre/
+	https://www.cliki.net/cl-ppcre"
+
 SRC_URI="https://github.com/edicl/cl-ppcre/archive/v${PV}.tar.gz -> cl-ppcre-${PV}.tar.gz"
+S="${WORKDIR}/cl-ppcre-${PV}"
 
 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}"
+RDEPEND="~dev-lisp/cl-ppcre-${PV}
+	dev-lisp/cl-unicode"
 
 src_install() {
 	common-lisp-install-sources ${PN}/ test/unicode*


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2024-06-10 14:32 Ulrich Müller
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Müller @ 2024-06-10 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     379cfb2ac73088f5f31a5f11fe45e98173665777
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 14:25:45 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 14:25:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379cfb2a

dev-lisp/cl-ppcre-unicode: update EAPI 7 -> 8

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild
index 91fd43e949e8..9c950abde1a9 100644
--- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild
+++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit common-lisp-3
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2024-06-17  6:57 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-06-17  6:57 UTC (permalink / raw
  To: gentoo-commits

commit:     7ce629fe211d52c431150ac3a376bf4df6182346
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 06:57:25 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 06:57:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce629fe

dev-lisp/cl-ppcre-unicode: Stabilize 2.1.0-r1 amd64, #934436

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild
index 9c950abde1a9..79462789c0c4 100644
--- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild
+++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/cl-ppcre-${PV}"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 
 RDEPEND="~dev-lisp/cl-ppcre-${PV}
 	dev-lisp/cl-unicode"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2024-06-17  6:57 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-06-17  6:57 UTC (permalink / raw
  To: gentoo-commits

commit:     24d6fac8b053344015e7f7897969d3c588f3dfc3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 06:57:28 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 06:57:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d6fac8

dev-lisp/cl-ppcre-unicode: Stabilize 2.1.0-r1 x86, #934436

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild
index 79462789c0c4..5486feaaf190 100644
--- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild
+++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/cl-ppcre-${PV}"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 
 RDEPEND="~dev-lisp/cl-ppcre-${PV}
 	dev-lisp/cl-unicode"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2024-06-17  8:47 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-06-17  8:47 UTC (permalink / raw
  To: gentoo-commits

commit:     8978f555e88c6d8ce483969ebc5158d83160c070
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 08:45:51 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 08:47:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8978f555

dev-lisp/cl-ppcre-unicode: drop 2.0.11

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-lisp/cl-ppcre-unicode/Manifest                 |  1 -
 .../cl-ppcre-unicode-2.0.11.ebuild                 | 26 ----------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-lisp/cl-ppcre-unicode/Manifest b/dev-lisp/cl-ppcre-unicode/Manifest
index 2ace7fade36c..ebac6b44582f 100644
--- a/dev-lisp/cl-ppcre-unicode/Manifest
+++ b/dev-lisp/cl-ppcre-unicode/Manifest
@@ -1,2 +1 @@
-DIST cl-ppcre-2.0.11.tar.gz 158418 BLAKE2B d65aa1a565dbe6c9d10e4dafe323ab1332929e46e00ea2e9775ad940ed5ac983520c0e423daa17bf0173420d2269b5af2fd9b52f8d3dbcb0c778e03e61ef052d SHA512 c693c568065c0571e5509599018e58951425a857cec3793312af0d22e248e32233f924eafc8ba67fbedad38cb3f4efa11343b785b073eaac53c31871422488b1
 DIST cl-ppcre-2.1.0.tar.gz 159051 BLAKE2B d1b9dd93c3f4c4c3a23a7c01f28cc4a8cc8543bfa3280f60b53d61dadb377f9e45c0f79592323bb7dcaf06721d899159f958f5b7d391370eeb5c6ede81a7a0cd SHA512 c9c95c58628fd5ecebf6e24e0c26913719360c325e90e78c256d1306eb8c2cbe85a2a5f617fdb6c2a7091bd80f4021ad0d294371b2696ad8e5873eca13aab866

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
deleted file mode 100644
index 0a98f781406a..000000000000
--- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# 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/cl-ppcre/archive/v${PV}.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] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2024-06-17 18:20 Ulrich Müller
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Müller @ 2024-06-17 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c6987e44df77244504265fdf9d35882cbef0292f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 18:19:26 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 18:20:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6987e44

dev-lisp/cl-ppcre-unicode: add 2.1.2

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-lisp/cl-ppcre-unicode/Manifest                 |  1 +
 .../cl-ppcre-unicode/cl-ppcre-unicode-2.1.2.ebuild | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-lisp/cl-ppcre-unicode/Manifest b/dev-lisp/cl-ppcre-unicode/Manifest
index ebac6b44582f..47eafcd5ee1a 100644
--- a/dev-lisp/cl-ppcre-unicode/Manifest
+++ b/dev-lisp/cl-ppcre-unicode/Manifest
@@ -1 +1,2 @@
 DIST cl-ppcre-2.1.0.tar.gz 159051 BLAKE2B d1b9dd93c3f4c4c3a23a7c01f28cc4a8cc8543bfa3280f60b53d61dadb377f9e45c0f79592323bb7dcaf06721d899159f958f5b7d391370eeb5c6ede81a7a0cd SHA512 c9c95c58628fd5ecebf6e24e0c26913719360c325e90e78c256d1306eb8c2cbe85a2a5f617fdb6c2a7091bd80f4021ad0d294371b2696ad8e5873eca13aab866
+DIST cl-ppcre-2.1.2.tar.gz 159376 BLAKE2B 73ca66402066401e52bc685bf2cd1a66a15b7688e3415ffa1eac2de28bbc577808752122bcb56967c061a83a547046bd3c2667fbaa5dc37d135b6cf67f29e10b SHA512 bfcea40b251a21861dae4883f6d5b277626ae2bed86fb895173e011bdf35a289eee949a3a87b3e83ed123ae22f2a19268038e624b378fd98d28855dda9e11f78

diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.2.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.2.ebuild
new file mode 100644
index 000000000000..9c950abde1a9
--- /dev/null
+++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit common-lisp-3
+
+DESCRIPTION="CL-PPCRE is a portable regular expression library for Common Lisp"
+HOMEPAGE="https://edicl.github.io/cl-ppcre/
+	https://www.cliki.net/cl-ppcre"
+
+SRC_URI="https://github.com/edicl/cl-ppcre/archive/v${PV}.tar.gz -> cl-ppcre-${PV}.tar.gz"
+S="${WORKDIR}/cl-ppcre-${PV}"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND="~dev-lisp/cl-ppcre-${PV}
+	dev-lisp/cl-unicode"
+
+src_install() {
+	common-lisp-install-sources ${PN}/ test/unicode*
+	common-lisp-install-asdf ${PN}
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre-unicode/
@ 2024-06-25 16:42 Jakov Smolić
  0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2024-06-25 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     644388c54d5bc5e5ac75fd19deed6dcf958e4da0
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 16:42:19 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 16:42:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644388c5

dev-lisp/cl-ppcre-unicode: Keyword 2.1.2 riscv, #893500

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.2.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.2.ebuild
index 9c950abde1a9..70a4212613df 100644
--- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.2.ebuild
+++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/cl-ppcre-${PV}"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~riscv ~sparc ~x86"
 
 RDEPEND="~dev-lisp/cl-ppcre-${PV}
 	dev-lisp/cl-unicode"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-06-25 16:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 18:20 [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre-unicode/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25 16:42 Jakov Smolić
2024-06-17  8:47 Arthur Zamarin
2024-06-17  6:57 Arthur Zamarin
2024-06-17  6:57 Arthur Zamarin
2024-06-10 14:32 Ulrich Müller
2024-06-08 17:40 Ulrich Müller
2018-08-27 14:15 José María Alonso
2017-10-03 14:11 José María Alonso
2017-09-28 14:32 José María Alonso
2017-09-27 19:18 José María Alonso
2015-12-17 22:32 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