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/emhacks/
Date: Wed, 31 Aug 2022 10:26:27
Message-Id: 1661941574.01cdafa7c51532f2fddd162810844c8a6443a853.ulm@gentoo
1 commit: 01cdafa7c51532f2fddd162810844c8a6443a853
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 10:06:22 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 10:26:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01cdafa7
7
8 app-emacs/emhacks: Update to EAPI 8
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 .../{emhacks-20070920-r1.ebuild => emhacks-20070920-r2.ebuild} | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-emacs/emhacks/emhacks-20070920-r1.ebuild b/app-emacs/emhacks/emhacks-20070920-r2.ebuild
16 similarity index 90%
17 rename from app-emacs/emhacks/emhacks-20070920-r1.ebuild
18 rename to app-emacs/emhacks/emhacks-20070920-r2.ebuild
19 index 3fdd0d1d1b1c..560c143b7be9 100644
20 --- a/app-emacs/emhacks/emhacks-20070920-r1.ebuild
21 +++ b/app-emacs/emhacks/emhacks-20070920-r2.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29
30 inherit elisp
31
32 @@ -21,5 +21,5 @@ src_prepare() {
33 # remove files included in Emacs>=22 or not useful on GNU/Linux
34 # remove jsee #642588
35 rm -r findstr* jsee* overlay-fix* recentf* ruler-mode* tree-widget* || die
36 - eapply_user
37 + default
38 }