diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-08-29 11:24:12 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-08-29 12:16:41 +0200 |
commit | 8cb373c5c6dd2fbd0a1f4f7d5c91343bf95c20f3 (patch) | |
tree | 794256eab5524413756f57a9b8520fad56e87845 /app-emacs/muse | |
parent | app-emacs/nxml-docbook5-schemas: Bump to version 5.1. (diff) | |
download | gentoo-8cb373c5c6dd2fbd0a1f4f7d5c91343bf95c20f3.tar.gz gentoo-8cb373c5c6dd2fbd0a1f4f7d5c91343bf95c20f3.tar.bz2 gentoo-8cb373c5c6dd2fbd0a1f4f7d5c91343bf95c20f3.zip |
app-emacs/muse: Update HOMEPAGE.
Bump EAPI to 7.
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/muse')
-rw-r--r-- | app-emacs/muse/muse-3.20.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emacs/muse/muse-3.20.ebuild b/app-emacs/muse/muse-3.20.ebuild index 33438fd4bf4c..24997d6aa576 100644 --- a/app-emacs/muse/muse-3.20.ebuild +++ b/app-emacs/muse/muse-3.20.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 inherit elisp DESCRIPTION="An authoring and publishing environment for Emacs" -HOMEPAGE="http://mwolson.org/projects/EmacsMuse.html" +HOMEPAGE="https://www.gnu.org/software/emacs-muse/" SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz" LICENSE="GPL-3+ FDL-1.2+ GPL-2 MIT" @@ -24,8 +24,8 @@ src_compile() { } src_install() { - elisp-install ${PN} lisp/*.el lisp/*.elc || die - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die + elisp-install ${PN} lisp/*.el lisp/*.elc + elisp-site-file-install "${FILESDIR}/${SITEFILE}" doinfo texi/muse.info dodoc AUTHORS NEWS README ChangeLog* insinto /usr/share/doc/${PF} |