commit:     8cb373c5c6dd2fbd0a1f4f7d5c91343bf95c20f3
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 09:24:12 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 10:16:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb373c5

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 <AT> gentoo.org>

 app-emacs/muse/muse-3.20.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emacs/muse/muse-3.20.ebuild b/app-emacs/muse/muse-3.20.ebuild
index 33438fd4bf4..24997d6aa57 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}

Reply via email to