commit: d8cb9b8a2e36fb517042fbdbe442093b3f4a3263
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 20:43:11 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 1 07:26:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cb9b8a
app-emacs/websocket: Drop trivial site-init file
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/websocket/files/50websocket-gentoo.el | 1 -
app-emacs/websocket/websocket-1.14_p20230305.ebuild | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-emacs/websocket/files/50websocket-gentoo.el
b/app-emacs/websocket/files/50websocket-gentoo.el
deleted file mode 100644
index 431f7e90ae73..000000000000
--- a/app-emacs/websocket/files/50websocket-gentoo.el
+++ /dev/null
@@ -1 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/websocket/websocket-1.14_p20230305.ebuild
b/app-emacs/websocket/websocket-1.14_p20230305.ebuild
index f008ae142110..ac6e25d395cd 100644
--- a/app-emacs/websocket/websocket-1.14_p20230305.ebuild
+++ b/app-emacs/websocket/websocket-1.14_p20230305.ebuild
@@ -31,7 +31,7 @@ src_test() {
src_install() {
elisp-install ${PN} websocket.{el,elc}
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+ elisp-make-site-file "${SITEFILE}"
einstalldocs
}