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/files/, app-editors/fe/
Date: Sat, 22 Sep 2018 16:47:57
Message-Id: 1537634559.3e46fc51bd2415cf7b9b5f73cb794bb92a48c864.ulm@gentoo
1 commit: 3e46fc51bd2415cf7b9b5f73cb794bb92a48c864
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 22 16:42:39 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 22 16:42:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e46fc51
7
8 app-editors/fe: Version bump.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 app-editors/fe/Manifest | 1 +
14 app-editors/fe/fe-2.0.ebuild | 35 ++++++++++++++++++++++++++++++
15 app-editors/fe/files/fe-1.8-makefile.patch | 5 ++---
16 3 files changed, 38 insertions(+), 3 deletions(-)
17
18 diff --git a/app-editors/fe/Manifest b/app-editors/fe/Manifest
19 index 024b78c2dd3..f3e087b3402 100644
20 --- a/app-editors/fe/Manifest
21 +++ b/app-editors/fe/Manifest
22 @@ -1 +1,2 @@
23 DIST fe-1.9.tar.gz 178678 BLAKE2B 144d8edf2f6bf38f75b7e5593d0fb9d9e3fc4a7e91d974f49fa5f7974ee1e077dbdee4ee25931b34691032c0d4e676ab6b03e4de646947a4ea133876213285d9 SHA512 38121a21c1539ff8ad4f61b92ddfd0582c100f1bc1c5524faf7a60a162c5f8a0b2d1528da7719e522e9b75a527166223c2636f78c9f516abbb33434a9f6e6251
24 +DIST fe-2.0.tar.gz 217430 BLAKE2B bbc886abdb54d5fe05f031a5e5700907586c4bae8812f4edd5bf6d35fa0ce16edb93a6f988a597e1b4aba69bde4019f3044091ab9285ee6138d913498816453b SHA512 85afa800466376e59aa8de4af06db51c5df8566109a1f632b30a366f944be3237f88a639329d44114360747836ed75c31746c7d6bf1568b7b4ff3e11d595a6e7
25
26 diff --git a/app-editors/fe/fe-2.0.ebuild b/app-editors/fe/fe-2.0.ebuild
27 new file mode 100644
28 index 00000000000..6120b64d7b0
29 --- /dev/null
30 +++ b/app-editors/fe/fe-2.0.ebuild
31 @@ -0,0 +1,35 @@
32 +# Copyright 1999-2018 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +DESCRIPTION="A small and easy to use folding editor"
38 +HOMEPAGE="http://www.moria.de/~michael/fe/"
39 +SRC_URI="http://www.moria.de/~michael/fe/${P}.tar.gz"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +IUSE="sendmail"
45 +
46 +RDEPEND="sys-libs/ncurses:0=
47 + sendmail? ( virtual/mta )"
48 +DEPEND="${RDEPEND}"
49 +
50 +PATCHES=("${FILESDIR}"/${PN}-1.8-makefile.patch)
51 +
52 +src_configure() {
53 + econf $(use_enable sendmail)
54 +}
55 +
56 +src_install() {
57 + emake \
58 + prefix="${D}"/usr \
59 + datadir="${D}"/usr/share \
60 + MANDIR="${D}"/usr/share/man \
61 + install
62 +
63 + dodoc NEWS README
64 + docinto html
65 + dodoc fe.html
66 +}
67
68 diff --git a/app-editors/fe/files/fe-1.8-makefile.patch b/app-editors/fe/files/fe-1.8-makefile.patch
69 index 73f7e09020d..572a5c92451 100644
70 --- a/app-editors/fe/files/fe-1.8-makefile.patch
71 +++ b/app-editors/fe/files/fe-1.8-makefile.patch
72 @@ -1,6 +1,5 @@
73 -diff -Nur fe-1.8-orig/Makefile.in fe-1.8/Makefile.in
74 ---- fe-1.8-orig/Makefile.in 2007-08-31 20:47:09.000000000 +0200
75 -+++ fe-1.8/Makefile.in 2011-08-27 21:07:43.000000000 +0200
76 +--- fe-1.8-orig/Makefile.in
77 ++++ fe-1.8/Makefile.in
78 @@ -40,10 +40,10 @@
79
80 install: all