diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-09-01 19:24:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-09-01 19:24:10 +0100 |
commit | b052fbf151106a4f47cac7fdf0ffff983decb773 (patch) | |
tree | 5d21279a4eeaf4076caee87654b610a0fe8a4051 /app-doc/casting-spels-emacs | |
parent | c3b55a6be7da027d97d8aef00ef88c3011121a42 (diff) |
gentoo auto-resync : 01:09:2022 - 19:24:10
Diffstat (limited to 'app-doc/casting-spels-emacs')
-rw-r--r-- | app-doc/casting-spels-emacs/Manifest | 2 | ||||
-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 |
2 files changed, 5 insertions, 6 deletions
diff --git a/app-doc/casting-spels-emacs/Manifest b/app-doc/casting-spels-emacs/Manifest index 94d396037bf5..b38b17937964 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-r2.ebuild 1017 BLAKE2B ec49af5f3702eecb3995cae7bd2e43e09949da7b2320763c11ca9ec5eced246c487586acee7fef6feb38df6e693a600da49f2f3a0e418d9fcd3d19a8e7919ace SHA512 4c5d1021e39b9e504a81f708c1167927fd77f192bdb80e2156df8e8cf400ae1fd161a5ef408b22c50bced7021e9fcd40cbd32c6f168b7d36c6f61c00c0d04594 +EBUILD casting-spels-emacs-19-r3.ebuild 1017 BLAKE2B ed12778d4a30eca397ab4557122a942e08d8fea8ad8ee8f2c00017bc8a2e4dde5cb006f11e1cc7c8f049ad9773fff4cefecc02e4368086d18f0ad7051607377b SHA512 f976f0f46f746f2d70a7e6e945dc3046af808f042bbb805248770f2df6ba607683049dd9a2831327b792af8e1c726dd42bda6331b0dc5679d96b4398bf70f405 MISC metadata.xml 888 BLAKE2B 2b4f9364572e63ecf109c69fec3e12a14d80c44d51df808917b375527cc0a0a03a47c41ba25417b60e608c26a79288084c67e87b360c0f4b42cc44de1d391ebd SHA512 93e266aff3897cdec74da0cbc5c2f89a84961d701a54dc95ed1fd00501db40bd5b0e38072f77bee2f649546cdd5831a711bf52caf8bfa2932e801d863907869b 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 |