Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-editors/pemacs/
Date: Thu, 07 Apr 2022 07:40:58
Message-Id: 1649317238.78e6f3d8b68c84d5d5bb994eff800a5b0a837cb4.ulm@gentoo
1 commit: 78e6f3d8b68c84d5d5bb994eff800a5b0a837cb4
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 7 07:40:38 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 7 07:40:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=78e6f3d8
7
8 app-editors/pemacs: Update to EAPI 8
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 app-editors/pemacs/pemacs-1.5_pre20130322.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild b/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild
16 index 23062e1..3a8e438 100644
17 --- a/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild
18 +++ b/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=8
26
27 inherit toolchain-funcs
28
29 @@ -16,6 +16,7 @@ fi
30
31 DESCRIPTION="Perfect Emacs, a small footprint Emacs derived from Ersatz Emacs"
32 HOMEPAGE="https://github.com/hughbarney/pEmacs"
33 +S="${WORKDIR}/${PN}"
34
35 LICENSE="public-domain"
36 SLOT="0"
37 @@ -25,8 +26,6 @@ RDEPEND="sys-libs/ncurses:0="
38 DEPEND="${RDEPEND}
39 virtual/pkgconfig"
40
41 -S="${WORKDIR}/${PN}"
42 -
43 src_compile() {
44 emake CC="$(tc-getCC)" \
45 CFLAGS="${CFLAGS} -Wall" \