blob: b9ef16ffbfed8ea25a7cf7b5d81577841d42700a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Virtual for editor"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
# Add a package to RDEPEND only if the editor:
# - can edit ordinary text files,
# - works on the console,
# - is a "display" or "visual" editor (e.g., using ncurses).
RDEPEND="|| (
app-editors/nano
app-editors/dav
app-editors/e3
app-editors/ee
app-editors/emacs:*
app-editors/emact
app-editors/ersatz-emacs
app-editors/fe
app-editors/helix
app-editors/jasspa-microemacs
app-editors/jed
app-editors/joe
app-editors/jove
app-editors/kakoune
app-editors/levee
app-editors/lpe
app-editors/mg
app-editors/micro
app-editors/moe
app-editors/ne
app-editors/neovim
app-editors/ng
app-editors/qemacs
app-editors/teco
app-editors/uemacs-pk
app-editors/vile
app-editors/vim
app-editors/gvim
app-editors/vis
app-editors/xemacs
app-editors/zile
app-misc/mc[edit]
dev-lisp/cmucl
mail-client/alpine[-onlyalpine]
)"
# Packages outside app-editors providing an editor:
# app-misc/mc: mcedit (#62643)
# dev-lisp/cmucl: hemlock
# mail-client/alpine: pico
# sys-apps/busybox: vi
|