From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1611406-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 3CC46158041
	for <garchives@archives.gentoo.org>; Fri, 15 Mar 2024 20:33:42 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D0BB9E29D5;
	Fri, 15 Mar 2024 20:33:40 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id ADC09E29D5
	for <gentoo-commits@lists.gentoo.org>; Fri, 15 Mar 2024 20:33:40 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 733A833BDF0
	for <gentoo-commits@lists.gentoo.org>; Fri, 15 Mar 2024 20:33:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BB5561519
	for <gentoo-commits@lists.gentoo.org>; Fri, 15 Mar 2024 20:33:37 +0000 (UTC)
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" <xgqt@gentoo.org>
Message-ID: <1710534815.6dadf6de5d6eb3bb18be27b66ae4ca8c876f84b6.xgqt@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-r1.ebuild app-emacs/muse/muse-3.20-r2.ebuild
X-VCS-Directories: app-emacs/muse/
X-VCS-Committer: xgqt
X-VCS-Committer-Name: Maciej Barć
X-VCS-Revision: 6dadf6de5d6eb3bb18be27b66ae4ca8c876f84b6
X-VCS-Branch: master
Date: Fri, 15 Mar 2024 20:33:37 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 18a70449-306d-4d4f-a0bc-3224d1dfd1c4
X-Archives-Hash: e7f3cd9f75035966b29bd5bfd774385c

commit:     6dadf6de5d6eb3bb18be27b66ae4ca8c876f84b6
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 20:22:28 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 20:33:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dadf6de

app-emacs/muse: bump to EAPI 8

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/muse/{muse-3.20-r1.ebuild => muse-3.20-r2.ebuild} | 10 ++++++----
 1 file 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
similarity index 77%
rename from app-emacs/muse/muse-3.20-r1.ebuild
rename to 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