diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-06-28 21:24:25 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-07-01 09:25:53 +0200 |
commit | 0e9cecf1e98a66a68319b2c8055b59cfaeb427cf (patch) | |
tree | aeb08e4c338350f63e2b211e1a2a72b1c556391d /app-emacs/apel | |
parent | app-emacs/ansi: Drop trivial site-init file (diff) | |
download | gentoo-0e9cecf1e98a66a68319b2c8055b59cfaeb427cf.tar.gz gentoo-0e9cecf1e98a66a68319b2c8055b59cfaeb427cf.tar.bz2 gentoo-0e9cecf1e98a66a68319b2c8055b59cfaeb427cf.zip |
app-emacs/apel: Drop trivial site-init file
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/apel')
-rw-r--r-- | app-emacs/apel/apel-10.8_p20190407.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/apel/apel-10.8_p20201106.ebuild | 2 | ||||
-rw-r--r-- | app-emacs/apel/files/50apel-gentoo.el | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild b/app-emacs/apel/apel-10.8_p20190407.ebuild index 9ceea1274d76..d5f9044ba217 100644 --- a/app-emacs/apel/apel-10.8_p20190407.ebuild +++ b/app-emacs/apel/apel-10.8_p20190407.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,7 +33,7 @@ src_install() { LISPDIR="${ED}/${SITELISP}" \ VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" \ install - elisp-site-file-install "${FILESDIR}/50apel-gentoo.el" + elisp-make-site-file "50apel-gentoo.el" dodoc ChangeLog README* } diff --git a/app-emacs/apel/apel-10.8_p20201106.ebuild b/app-emacs/apel/apel-10.8_p20201106.ebuild index 3021fd98d68f..13e4e1994974 100644 --- a/app-emacs/apel/apel-10.8_p20201106.ebuild +++ b/app-emacs/apel/apel-10.8_p20201106.ebuild @@ -34,6 +34,6 @@ src_install() { LISPDIR="${ED}/${SITELISP}" \ VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" \ install - elisp-site-file-install "${FILESDIR}/${SITEFILE}" + elisp-make-site-file "${SITEFILE}" dodoc ChangeLog* README* } diff --git a/app-emacs/apel/files/50apel-gentoo.el b/app-emacs/apel/files/50apel-gentoo.el deleted file mode 100644 index 431f7e90ae73..000000000000 --- a/app-emacs/apel/files/50apel-gentoo.el +++ /dev/null @@ -1 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") |