diff options
author | 2023-12-12 07:49:58 +0100 | |
---|---|---|
committer | 2023-12-12 07:51:50 +0100 | |
commit | 5e6ad7290c87d466866289275fc827fb6669ea12 (patch) | |
tree | 71f4be8c343f8c9ce9154f18318c91bc606b6e2c /virtual/editor/editor-0-r7.ebuild | |
parent | net-misc/tuba: Add a live ebuild (diff) | |
download | gentoo-5e6ad7290c87d466866289275fc827fb6669ea12.tar.gz gentoo-5e6ad7290c87d466866289275fc827fb6669ea12.tar.bz2 gentoo-5e6ad7290c87d466866289275fc827fb6669ea12.zip |
virtual/editor: Add micro
Closes: https://bugs.gentoo.org/919736
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'virtual/editor/editor-0-r7.ebuild')
-rw-r--r-- | virtual/editor/editor-0-r7.ebuild | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/virtual/editor/editor-0-r7.ebuild b/virtual/editor/editor-0-r7.ebuild new file mode 100644 index 000000000000..c15cd6cb23ca --- /dev/null +++ b/virtual/editor/editor-0-r7.ebuild @@ -0,0 +1,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 ~ia64 ~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 |