diff options
Diffstat (limited to 'app-doc')
-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 |