blob: f6d460d90330b0e1929b405a407d2d4a7c92a6e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=configure install prepare
DEPEND=ncurses? ( sys-libs/ncurses:0= ) !app-editors/joe
DESCRIPTION=portable version of JOE's Own Editor
EAPI=6
HOMEPAGE=https://www.mirbsd.org/jupp.htm
IUSE=ncurses
KEYWORDS=~amd64 ~x86
LICENSE=GPL-1
RDEPEND=ncurses? ( sys-libs/ncurses:0= ) !app-editors/joe
SLOT=0
SRC_URI=https://www.mirbsd.org/MirOS/dist/jupp/joe-3.1jupp30.tgz
_eclass_exported_funcs=src_prepare:- src_configure:- src_install:-
_md5_=9236e3e0e62867d4fffa1fc57d9253e2
|