From d458376753e8fa261bdf469a99543577fb8d95a0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 15 Sep 2023 22:58:46 +0100 Subject: gentoo auto-resync : 15:09:2023 - 22:58:46 --- virtual/editor/Manifest | 2 +- virtual/editor/editor-0-r5.ebuild | 57 --------------------------------------- virtual/editor/editor-0-r6.ebuild | 56 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 58 deletions(-) delete mode 100644 virtual/editor/editor-0-r5.ebuild create mode 100644 virtual/editor/editor-0-r6.ebuild (limited to 'virtual/editor') diff --git a/virtual/editor/Manifest b/virtual/editor/Manifest index 279ce394f15c..72da792b33c0 100644 --- a/virtual/editor/Manifest +++ b/virtual/editor/Manifest @@ -1,2 +1,2 @@ -EBUILD editor-0-r5.ebuild 1318 BLAKE2B c1b728d69ac4bd314d3d41812d57fb2daf6d7e41bf53b447cb9a1243f7862aa3ad1876251a1dfb9d8f26059df7ff977668789713ffaf04c09ff261cd9955a73f SHA512 5bb36e5b2ce2ebe019d4840e045c4ef2e1332c58abfd55e0e0be5be78cc8ecdb3079c27caeb7a3e071ecbee6518e19dd092eab6c4827f83f09f874d2d1d33769 +EBUILD editor-0-r6.ebuild 1302 BLAKE2B 2c67d719210d4dd48af86ffae100623ab385228d24a2a0a44eb6544d4c0277bb4c02182c3be7f0d827b5bf66cc0bfbfe4672b241472c910f060cd906a6d164cb SHA512 a0ae3361057a4c0661ce54109b65b3f27feb104b2900e6ae0f1b42e6eedc603b1d491e1768c6ee9acefb22aa1978c8d3c5cd2d69b2f539356d77f46866dcef47 MISC metadata.xml 506 BLAKE2B 7df34ceb29085d73e46507a3a1f3c98421d5b04c440213f83a13e4cd943bcecae0cfecdf2d2c44c2204e4b4a1494a4e15a283409a95bc3cd802fcd2d8f19afd9 SHA512 529738c09d3153d7245caf17fdcc9015705c8c69edfe352ae7cc44e9bd53e78513326b2c85e4d80dc99954d08fe3120587bb3aced8f3ca801400aa4b093b510f diff --git a/virtual/editor/editor-0-r5.ebuild b/virtual/editor/editor-0-r5.ebuild deleted file mode 100644 index 67b4e56bfea6..000000000000 --- a/virtual/editor/editor-0-r5.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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/le - app-editors/levee - app-editors/lpe - app-editors/mg - 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 diff --git a/virtual/editor/editor-0-r6.ebuild b/virtual/editor/editor-0-r6.ebuild new file mode 100644 index 000000000000..d7ebd37b0462 --- /dev/null +++ b/virtual/editor/editor-0-r6.ebuild @@ -0,0 +1,56 @@ +# 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/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 -- cgit v1.2.3