summaryrefslogtreecommitdiff
path: root/app-doc/casting-spels-emacs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-17 22:03:16 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-17 22:03:16 +0100
commit94dd707d272879a8dfdd31d71113b1b7bba98366 (patch)
tree615875fa702a02f83e99f52ddb3a3fb0375a5674 /app-doc/casting-spels-emacs
parent29ef84a753ab20dbbb228238713a3c7443c6520e (diff)
gentoo auto-resync : 17:10:2023 - 22:03:16
Diffstat (limited to 'app-doc/casting-spels-emacs')
-rw-r--r--app-doc/casting-spels-emacs/Manifest2
-rw-r--r--app-doc/casting-spels-emacs/casting-spels-emacs-19-r4.ebuild (renamed from app-doc/casting-spels-emacs/casting-spels-emacs-19-r3.ebuild)18
2 files changed, 10 insertions, 10 deletions
diff --git a/app-doc/casting-spels-emacs/Manifest b/app-doc/casting-spels-emacs/Manifest
index b38b17937964..7372973acbfc 100644
--- a/app-doc/casting-spels-emacs/Manifest
+++ b/app-doc/casting-spels-emacs/Manifest
@@ -1,4 +1,4 @@
AUX casting-spels-emacs-19-require-cl.patch 392 BLAKE2B 030efca6d6dbd245abe77fa060c165e2d0f40909123e005af4afd79a97fe113654a077c1be5d28ccd2be1a7c5eb824a2afe73f5854258ecd55d06c13c75a0454 SHA512 8170ff7e8ec91a12bcb292aa75a03901f020b6d13fa5e14d20648e2e324c833d23622b098651573181a5161ebc424dbc74ca5a3191811332d758721b4e3159f6
DIST casting-spels-emacs-v19.zip 1883707 BLAKE2B 3cacf4d9f2afbc4d421aac86d8826fc72b762b8db48f8c7efc9df6b38139f8384704f5edb802d74ec102248ff99f7b177d32290eb006f7b2e69eeb52509e39ff SHA512 349d326a4787b1f1f7dd0630012f938fc67f354f3cb8f18a8b501dff3c1f0e7f07decea528a55f38e1f83d222c917455102103732560a426f37fb183e27d24ab
-EBUILD casting-spels-emacs-19-r3.ebuild 1017 BLAKE2B ed12778d4a30eca397ab4557122a942e08d8fea8ad8ee8f2c00017bc8a2e4dde5cb006f11e1cc7c8f049ad9773fff4cefecc02e4368086d18f0ad7051607377b SHA512 f976f0f46f746f2d70a7e6e945dc3046af808f042bbb805248770f2df6ba607683049dd9a2831327b792af8e1c726dd42bda6331b0dc5679d96b4398bf70f405
+EBUILD casting-spels-emacs-19-r4.ebuild 1034 BLAKE2B cb6904fed1dfad7c09ac89a604c13c2e9a178c1435db4e4dae401750e711189cace1e3e18b1954a8e92f436b10ec719ecb4c482e3a0c78ed348311b6f8e092d3 SHA512 874e3c463d2b25bdaed238100792e3bbefcc398d63f3c4afd3cac396a9bd0d4b425992ce9efcd7c080496bb5db4edc3d0ea0f94e37ff1b79bf8da0f5c286e996
MISC metadata.xml 888 BLAKE2B 2b4f9364572e63ecf109c69fec3e12a14d80c44d51df808917b375527cc0a0a03a47c41ba25417b60e608c26a79288084c67e87b360c0f4b42cc44de1d391ebd SHA512 93e266aff3897cdec74da0cbc5c2f89a84961d701a54dc95ed1fd00501db40bd5b0e38072f77bee2f649546cdd5831a711bf52caf8bfa2932e801d863907869b
diff --git a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r3.ebuild b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r4.ebuild
index e3f9c9c18b3c..500d4bfd29b7 100644
--- a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r3.ebuild
+++ b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r4.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit elisp-common
+inherit edos2unix elisp-common
DESCRIPTION="Casting SPELs in Lisp - A Comic Book (Emacs Lisp Edition)"
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"
+SRC_URI="https://web.archive.org/web/20151231165906/https://casting-spels-emacs.googlecode.com/files/${PN}-v${PV}.zip"
S="${WORKDIR}/${PN}"
LICENSE="GPL-2+ FDL-1.2"
@@ -16,13 +16,13 @@ SLOT="0"
KEYWORDS="amd64 ~riscv x86"
RDEPEND=">=app-editors/emacs-23.1:*"
-DEPEND="app-arch/unzip"
+BDEPEND="app-arch/unzip"
+
+PATCHES="${FILESDIR}/${P}-require-cl.patch"
src_prepare() {
- sed -i 's/\r$//' *.txt html/*.html {lisp,test}/*.el || die
- # needs cl extensions
- eapply "${FILESDIR}/${P}-require-cl.patch"
- eapply_user
+ edos2unix *.txt html/*.html {lisp,test}/*.el
+ default
}
src_install() {
@@ -33,5 +33,5 @@ src_install() {
docinto html/images
dodoc images/*.jpg images/*.png
dosym html/images /usr/share/doc/${PF}/images
- dosym ${SITELISP}/${PN} /usr/share/doc/${PF}/lisp
+ dosym -r ${SITELISP}/${PN} /usr/share/doc/${PF}/lisp
}