app-editors/mg: drop to ~hppa
[gentoo.git] / app-editors / le / le-1.16.3.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Terminal text editor"
7 HOMEPAGE="http://lav.yar.ru/programs.html"
8 SRC_URI="http://lav.yar.ru/download/le/le-${PV}.tar.gz"
9
10 LICENSE="GPL-3"
11 SLOT="0"
12 KEYWORDS="amd64 ppc x86"
13
14 RDEPEND="sys-libs/ncurses:0="
15 DEPEND="${RDEPEND}"
16
17 src_install() {
18         emake DESTDIR="${D}" install
19         dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO
20 }