diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-08-31 13:26:52 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-08-31 22:45:15 +0200 |
commit | a7f3479cfc7fb2db39bcd46ed1ac523f316dd5d6 (patch) | |
tree | 04b8f8f8a27b73cb44147b0136327724cbb77d96 /app-doc/casting-spels-emacs | |
parent | dev-python/pypy: amd64/x86 stable (ALLARCHES policy) wrt bug #867412 (diff) | |
download | gentoo-a7f3479cfc7fb2db39bcd46ed1ac523f316dd5d6.tar.gz gentoo-a7f3479cfc7fb2db39bcd46ed1ac523f316dd5d6.tar.bz2 gentoo-a7f3479cfc7fb2db39bcd46ed1ac523f316dd5d6.zip |
app-doc/casting-spels-emacs: Update to EAPI 8
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-doc/casting-spels-emacs')
-rw-r--r-- | app-doc/casting-spels-emacs/casting-spels-emacs-19-r3.ebuild (renamed from app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r3.ebuild index ee21972955d5..e3f9c9c18b3c 100644 --- a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild +++ b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r3.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit elisp-common DESCRIPTION="Casting SPELs in Lisp - A Comic Book (Emacs Lisp Edition)" -HOMEPAGE="http://www.lisperati.com/casting-spels-emacs/html/casting-spels-emacs-1.html +HOMEPAGE="https://www.lisperati.com/casting-spels-emacs/html/casting-spels-emacs-1.html https://www.gnu.org/software/emacs/casting-spels-emacs/" SRC_URI="https://casting-spels-emacs.googlecode.com/files/${PN}-v${PV}.zip" +S="${WORKDIR}/${PN}" LICENSE="GPL-2+ FDL-1.2" SLOT="0" @@ -17,8 +18,6 @@ KEYWORDS="amd64 ~riscv x86" RDEPEND=">=app-editors/emacs-23.1:*" DEPEND="app-arch/unzip" -S="${WORKDIR}/${PN}" - src_prepare() { sed -i 's/\r$//' *.txt html/*.html {lisp,test}/*.el || die # needs cl extensions |