commit:     6dadf6de5d6eb3bb18be27b66ae4ca8c876f84b6
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 20:22:28 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 20:33:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dadf6de

app-emacs/muse: bump to EAPI 8

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/muse/{muse-3.20-r1.ebuild => muse-3.20-r2.ebuild} | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-emacs/muse/muse-3.20-r1.ebuild 
b/app-emacs/muse/muse-3.20-r2.ebuild
similarity index 77%
rename from app-emacs/muse/muse-3.20-r1.ebuild
rename to app-emacs/muse/muse-3.20-r2.ebuild
index c527c20ee472..06bdc75d2f6f 100644
--- a/app-emacs/muse/muse-3.20-r1.ebuild
+++ b/app-emacs/muse/muse-3.20-r2.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit elisp
 
 DESCRIPTION="An authoring and publishing environment for Emacs"
 HOMEPAGE="https://www.gnu.org/software/emacs-muse/";
-SRC_URI="https://github.com/alexott/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/alexott/${PN}/archive/v${PV}.tar.gz
+       -> ${P}.tar.gz"
 
 LICENSE="GPL-3+ FDL-1.2+ GPL-2 MIT"
 SLOT="0"
@@ -24,8 +25,9 @@ src_compile() {
 }
 
 src_install() {
-       elisp-install ${PN} lisp/*.el lisp/*.elc
+       elisp-install "${PN}" lisp/*.el lisp/*.elc
        elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
        doinfo texi/muse.info
        dodoc AUTHORS NEWS README ChangeLog*
        dodoc -r contrib etc examples experimental scripts

Reply via email to