From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BCD5138334 for ; Thu, 29 Aug 2019 10:16:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64EB5E081E; Thu, 29 Aug 2019 10:16:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B953E081E for ; Thu, 29 Aug 2019 10:16:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEA1A34A5F6 for ; Thu, 29 Aug 2019 10:16:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ACD077A for ; Thu, 29 Aug 2019 10:16:55 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1567073801.8cb373c5c6dd2fbd0a1f4f7d5c91343bf95c20f3.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/muse/muse-3.20.ebuild X-VCS-Directories: app-emacs/muse/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8cb373c5c6dd2fbd0a1f4f7d5c91343bf95c20f3 X-VCS-Branch: master Date: Thu, 29 Aug 2019 10:16:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f7699b4-08fc-4954-8f2b-bcd082c19775 X-Archives-Hash: 1de3544d67ab9e67bf5aef5f9b3e7357 commit: 8cb373c5c6dd2fbd0a1f4f7d5c91343bf95c20f3 Author: Ulrich Müller gentoo org> AuthorDate: Thu Aug 29 09:24:12 2019 +0000 Commit: Ulrich Müller gentoo 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 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}