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-editors/fe/, app-editors/fe/files/
Date: Fri, 06 May 2022 21:32:36
Message-Id: 1651872717.ed1513806780418973a24ced30f333cf128d542f.ulm@gentoo
1 commit: ed1513806780418973a24ced30f333cf128d542f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 21:30:31 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 21:31:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed151380
7
8 app-editors/fe: Don't rename configure.in
9
10 eautoconf does this for us in EAPI 8.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 app-editors/fe/fe-2.0-r1.ebuild | 3 +--
15 app-editors/fe/files/fe-2.0-ncurses.patch | 4 ++--
16 2 files changed, 3 insertions(+), 4 deletions(-)
17
18 diff --git a/app-editors/fe/fe-2.0-r1.ebuild b/app-editors/fe/fe-2.0-r1.ebuild
19 index 4fd949e78973..9df4b0b4567a 100644
20 --- a/app-editors/fe/fe-2.0-r1.ebuild
21 +++ b/app-editors/fe/fe-2.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 @@ -26,7 +26,6 @@ PATCHES=(
29 )
30
31 src_prepare() {
32 - mv configure.{in,ac} || die
33 default
34 AT_NOEAUTOHEADER=yes eautoreconf
35 }
36
37 diff --git a/app-editors/fe/files/fe-2.0-ncurses.patch b/app-editors/fe/files/fe-2.0-ncurses.patch
38 index 8eef06db6454..dfe720b02e6e 100644
39 --- a/app-editors/fe/files/fe-2.0-ncurses.patch
40 +++ b/app-editors/fe/files/fe-2.0-ncurses.patch
41 @@ -1,7 +1,7 @@
42 https://bugs.gentoo.org/818415
43
44 ---- fe-2.0/configure.ac
45 -+++ fe-2.0/configure.ac
46 +--- fe-2.0/configure.in
47 ++++ fe-2.0/configure.in
48 @@ -55,19 +55,6 @@
49 AC_CHECK_FUNCS(strdup)
50 AC_CHECK_FUNCS(strndup)