diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-03-15 21:22:28 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-03-15 21:33:35 +0100 |
commit | 6dadf6de5d6eb3bb18be27b66ae4ca8c876f84b6 (patch) | |
tree | b559d5e7cda3e0123d0f2d446941c76841b2fbbc /app-emacs | |
parent | app-emacs/emms: drop old 17 (diff) | |
download | gentoo-6dadf6de5d6eb3bb18be27b66ae4ca8c876f84b6.tar.gz gentoo-6dadf6de5d6eb3bb18be27b66ae4ca8c876f84b6.tar.bz2 gentoo-6dadf6de5d6eb3bb18be27b66ae4ca8c876f84b6.zip |
app-emacs/muse: bump to EAPI 8
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/muse/muse-3.20-r2.ebuild (renamed from app-emacs/muse/muse-3.20-r1.ebuild) | 10 |
1 files 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 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 |