diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-09-22 18:42:39 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-09-22 18:42:39 +0200 |
commit | 3e46fc51bd2415cf7b9b5f73cb794bb92a48c864 (patch) | |
tree | 1a2c6bad1ffccd574f0e6862d062b4bd7cdb52bf /app-editors | |
parent | net-analyzer/nmbscan: Drop old (diff) | |
download | gentoo-3e46fc51bd2415cf7b9b5f73cb794bb92a48c864.tar.gz gentoo-3e46fc51bd2415cf7b9b5f73cb794bb92a48c864.tar.bz2 gentoo-3e46fc51bd2415cf7b9b5f73cb794bb92a48c864.zip |
app-editors/fe: Version bump.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/fe/Manifest | 1 | ||||
-rw-r--r-- | app-editors/fe/fe-2.0.ebuild | 35 | ||||
-rw-r--r-- | 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 024b78c2dd3c..f3e087b3402d 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 000000000000..6120b64d7b06 --- /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 73f7e09020da..572a5c924510 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 |