summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-06-08 18:55:48 +0200
committerUlrich Müller <ulm@gentoo.org>2024-06-08 19:40:01 +0200
commit16da8795f881bf95674ad50ece7f6d8373d40173 (patch)
tree4e2a390760f6cc270d350e3d68255e7fa0ce450b /dev-lisp
parentdev-lisp/cl-ppcre: Update EAPI from 6 to 7 (diff)
downloadgentoo-16da8795f881bf95674ad50ece7f6d8373d40173.tar.gz
gentoo-16da8795f881bf95674ad50ece7f6d8373d40173.tar.bz2
gentoo-16da8795f881bf95674ad50ece7f6d8373d40173.zip
dev-lisp/cl-ppcre-unicode: Update EAPI from 6 to 7
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild (renamed from dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0.ebuild)17
1 files 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
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*