commit:     18e06fedc3cc5679d47773e08b0ac23fe8a83368
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 16:53:02 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=18e06fed

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

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

 .../{cl-ppcre-2.1.0.ebuild => cl-ppcre-2.1.0-r1.ebuild}    | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.1.0.ebuild 
b/dev-lisp/cl-ppcre/cl-ppcre-2.1.0-r1.ebuild
similarity index 72%
rename from dev-lisp/cl-ppcre/cl-ppcre-2.1.0.ebuild
rename to dev-lisp/cl-ppcre/cl-ppcre-2.1.0-r1.ebuild
index 668039a6537c..d0ad9237a47d 100644
--- a/dev-lisp/cl-ppcre/cl-ppcre-2.1.0.ebuild
+++ b/dev-lisp/cl-ppcre/cl-ppcre-2.1.0-r1.ebuild
@@ -1,26 +1,26 @@
-# 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/${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*
+       unpack ${A}
+       cd "${S}" || die
+       rm -rf cl-ppcre-unicode test/unicode* || die
 }
 
 src_install() {

Reply via email to