commit: d5c6b853f4670cd4b5728b764ca480cd687be9fd
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 20:40:02 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 1 07:26:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c6b853
app-emacs/treemacs-all-the-icons: Drop trivial site-init file
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
.../treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el | 1 -
app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git
a/app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el
b/app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el
deleted file mode 100644
index 431f7e90ae73..000000000000
--- a/app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el
+++ /dev/null
@@ -1 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild
b/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild
index be9aa60e9006..fe5ad54814cb 100644
--- a/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild
+++ b/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild
@@ -31,5 +31,5 @@ src_compile() {
src_install() {
elisp-install ${PN} ${PN}.el{,c}
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+ elisp-make-site-file "${SITEFILE}"
}