commit:     3e46fc51bd2415cf7b9b5f73cb794bb92a48c864
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 16:42:39 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 16:42:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e46fc51

app-editors/fe: Version bump.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-editors/fe/Manifest                    |  1 +
 app-editors/fe/fe-2.0.ebuild               | 35 ++++++++++++++++++++++++++++++
 app-editors/fe/files/fe-1.8-makefile.patch |  5 ++---
 3 files changed, 38 insertions(+), 3 deletions(-)

diff --git a/app-editors/fe/Manifest b/app-editors/fe/Manifest
index 024b78c2dd3..f3e087b3402 100644
--- a/app-editors/fe/Manifest
+++ b/app-editors/fe/Manifest
@@ -1 +1,2 @@
 DIST fe-1.9.tar.gz 178678 BLAKE2B 
144d8edf2f6bf38f75b7e5593d0fb9d9e3fc4a7e91d974f49fa5f7974ee1e077dbdee4ee25931b34691032c0d4e676ab6b03e4de646947a4ea133876213285d9
 SHA512 
38121a21c1539ff8ad4f61b92ddfd0582c100f1bc1c5524faf7a60a162c5f8a0b2d1528da7719e522e9b75a527166223c2636f78c9f516abbb33434a9f6e6251
+DIST fe-2.0.tar.gz 217430 BLAKE2B 
bbc886abdb54d5fe05f031a5e5700907586c4bae8812f4edd5bf6d35fa0ce16edb93a6f988a597e1b4aba69bde4019f3044091ab9285ee6138d913498816453b
 SHA512 
85afa800466376e59aa8de4af06db51c5df8566109a1f632b30a366f944be3237f88a639329d44114360747836ed75c31746c7d6bf1568b7b4ff3e11d595a6e7

diff --git a/app-editors/fe/fe-2.0.ebuild b/app-editors/fe/fe-2.0.ebuild
new file mode 100644
index 00000000000..6120b64d7b0
--- /dev/null
+++ b/app-editors/fe/fe-2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A small and easy to use folding editor"
+HOMEPAGE="http://www.moria.de/~michael/fe/";
+SRC_URI="http://www.moria.de/~michael/fe/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="sendmail"
+
+RDEPEND="sys-libs/ncurses:0=
+       sendmail? ( virtual/mta )"
+DEPEND="${RDEPEND}"
+
+PATCHES=("${FILESDIR}"/${PN}-1.8-makefile.patch)
+
+src_configure() {
+       econf $(use_enable sendmail)
+}
+
+src_install() {
+       emake \
+               prefix="${D}"/usr \
+               datadir="${D}"/usr/share \
+               MANDIR="${D}"/usr/share/man \
+               install
+
+       dodoc NEWS README
+       docinto html
+       dodoc fe.html
+}

diff --git a/app-editors/fe/files/fe-1.8-makefile.patch 
b/app-editors/fe/files/fe-1.8-makefile.patch
index 73f7e09020d..572a5c92451 100644
--- a/app-editors/fe/files/fe-1.8-makefile.patch
+++ b/app-editors/fe/files/fe-1.8-makefile.patch
@@ -1,6 +1,5 @@
-diff -Nur fe-1.8-orig/Makefile.in fe-1.8/Makefile.in
---- fe-1.8-orig/Makefile.in    2007-08-31 20:47:09.000000000 +0200
-+++ fe-1.8/Makefile.in 2011-08-27 21:07:43.000000000 +0200
+--- fe-1.8-orig/Makefile.in
++++ fe-1.8/Makefile.in
 @@ -40,10 +40,10 @@
  
  install:      all

Reply via email to