summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-06-29 19:26:27 +0200
committerUlrich Müller <ulm@gentoo.org>2023-07-03 19:50:48 +0200
commit6ebe64d48c6d20fbd51ffd411742d8325803a700 (patch)
treeb051ff7a9e6ef258193bfe41daa1661cf34f50e7 /sci-mathematics/fricas
parentdev-vcs/mercurial: Drop trivial Emacs site-init file (diff)
downloadgentoo-6ebe64d48c6d20fbd51ffd411742d8325803a700.tar.gz
gentoo-6ebe64d48c6d20fbd51ffd411742d8325803a700.tar.bz2
gentoo-6ebe64d48c6d20fbd51ffd411742d8325803a700.zip
sci-mathematics/fricas: Drop trivial Emacs site-init file
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sci-mathematics/fricas')
-rw-r--r--sci-mathematics/fricas/files/64fricas-gentoo.el2
-rw-r--r--sci-mathematics/fricas/fricas-1.3.8-r1.ebuild2
2 files changed, 1 insertions, 3 deletions
diff --git a/sci-mathematics/fricas/files/64fricas-gentoo.el b/sci-mathematics/fricas/files/64fricas-gentoo.el
deleted file mode 100644
index bc610ea83925..000000000000
--- a/sci-mathematics/fricas/files/64fricas-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-;; site-init for sci-mathematics/fricas
-(add-to-list 'load-path "/usr/share/emacs/site-lisp/fricas")
diff --git a/sci-mathematics/fricas/fricas-1.3.8-r1.ebuild b/sci-mathematics/fricas/fricas-1.3.8-r1.ebuild
index 056e10ba687e..d3898d2d8e64 100644
--- a/sci-mathematics/fricas/fricas-1.3.8-r1.ebuild
+++ b/sci-mathematics/fricas/fricas-1.3.8-r1.ebuild
@@ -96,7 +96,7 @@ src_install() {
-i "${D}"/usr/bin/efricas \
|| die "sed efricas failed"
elisp-install ${PN} "${D}"/usr/$(get_libdir)/${PN}/emacs/*.el
- elisp-site-file-install "${FILESDIR}"/64${PN}-gentoo.el
+ elisp-make-site-file 64${PN}-gentoo.el
else
rm "${D}"/usr/bin/efricas || die "rm efricas failed"
fi