Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/
Date: Thu, 29 Aug 2019 10:16:59
Message-Id: 1567073801.8cb373c5c6dd2fbd0a1f4f7d5c91343bf95c20f3.ulm@gentoo
1 commit: 8cb373c5c6dd2fbd0a1f4f7d5c91343bf95c20f3
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 09:24:12 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 10:16:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb373c5
7
8 app-emacs/muse: Update HOMEPAGE.
9
10 Bump EAPI to 7.
11
12 Package-Manager: Portage-2.3.73, Repoman-2.3.17
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 app-emacs/muse/muse-3.20.ebuild | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/app-emacs/muse/muse-3.20.ebuild b/app-emacs/muse/muse-3.20.ebuild
19 index 33438fd4bf4..24997d6aa57 100644
20 --- a/app-emacs/muse/muse-3.20.ebuild
21 +++ b/app-emacs/muse/muse-3.20.ebuild
22 @@ -1,12 +1,12 @@
23 # Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=4
27 +EAPI=7
28
29 inherit elisp
30
31 DESCRIPTION="An authoring and publishing environment for Emacs"
32 -HOMEPAGE="http://mwolson.org/projects/EmacsMuse.html"
33 +HOMEPAGE="https://www.gnu.org/software/emacs-muse/"
34 SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz"
35
36 LICENSE="GPL-3+ FDL-1.2+ GPL-2 MIT"
37 @@ -24,8 +24,8 @@ src_compile() {
38 }
39
40 src_install() {
41 - elisp-install ${PN} lisp/*.el lisp/*.elc || die
42 - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
43 + elisp-install ${PN} lisp/*.el lisp/*.elc
44 + elisp-site-file-install "${FILESDIR}/${SITEFILE}"
45 doinfo texi/muse.info
46 dodoc AUTHORS NEWS README ChangeLog*
47 insinto /usr/share/doc/${PF}