diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-06-29 19:26:27 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-07-03 19:50:48 +0200 |
commit | 6ebe64d48c6d20fbd51ffd411742d8325803a700 (patch) | |
tree | b051ff7a9e6ef258193bfe41daa1661cf34f50e7 /sci-mathematics/fricas | |
parent | dev-vcs/mercurial: Drop trivial Emacs site-init file (diff) | |
download | gentoo-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.el | 2 | ||||
-rw-r--r-- | sci-mathematics/fricas/fricas-1.3.8-r1.ebuild | 2 |
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 |