From 97967bbbae8f43c98315b079178f1717f130e302 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 19 May 2018 13:06:44 +0100 Subject: gentoo resync : 19.05.2018 --- virtual/Manifest.gz | Bin 33716 -> 33714 bytes virtual/editor/Manifest | 2 +- virtual/editor/editor-0-r1.ebuild | 58 ++++++++++++++++++++++++++++++++++++++ virtual/editor/editor-0.ebuild | 56 ------------------------------------ 4 files changed, 59 insertions(+), 57 deletions(-) create mode 100644 virtual/editor/editor-0-r1.ebuild delete mode 100644 virtual/editor/editor-0.ebuild (limited to 'virtual') diff --git a/virtual/Manifest.gz b/virtual/Manifest.gz index 0288bb6cb8bd..a4483d2638a5 100644 Binary files a/virtual/Manifest.gz and b/virtual/Manifest.gz differ diff --git a/virtual/editor/Manifest b/virtual/editor/Manifest index b2106e52277e..394ecefb5fc7 100644 --- a/virtual/editor/Manifest +++ b/virtual/editor/Manifest @@ -1,2 +1,2 @@ -EBUILD editor-0.ebuild 1403 BLAKE2B 6b5829122e0a855f0f0b109593f68641a9e7731b65ef3c1d2f32d06801d8c2ecc9bc660b33d05ffad20f3b13a1512f7e66c4c7be6e96478930a4465fb85cf520 SHA512 c0e34be8b93f803b79ebfa72fc6862523f0e623fb58e840515b0eebc5442408a97ec2fbae23a915c9b35845790646661810cfa3666df612815cb57d4faddacd9 +EBUILD editor-0-r1.ebuild 1452 BLAKE2B 008d3c6b0dc609a384900d0372f98f56c391afbe93541825456542cbbef1be4504f02c90713c05ada8d6e9548f09982b7b69a041c5e6ca4da974e726df3800f3 SHA512 d4a9abd347da35d239e5cf2aa9e06bc83ef14d843b910a4f342acdb8adc6d63c9317e1616d2e7cf8b035b830f7ee0a6317bd9e09767bbedaacfd9120ea9a1b12 MISC metadata.xml 475 BLAKE2B 04e3bc8d0eda87d6d57801992c848a5a2e68bb69b3688d2be4a7018ff4bdbde6fbab15fe16191b5c2b0b3e32a56a596931a7877160f1c265a0229a71d70bce64 SHA512 ffe46c6473a0f3d81555997b3d90569f90eb3dd467f8746430d7fac34832ce3697d2af68b508f9dcf44d5b232396ceca174daf5bcd71e7fd413f7007cc2bfe60 diff --git a/virtual/editor/editor-0-r1.ebuild b/virtual/editor/editor-0-r1.ebuild new file mode 100644 index 000000000000..56958a5b748f --- /dev/null +++ b/virtual/editor/editor-0-r1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Virtual for editor" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-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/efte + app-editors/elvis + app-editors/emacs + app-editors/emacs-vcs + app-editors/emact + app-editors/ersatz-emacs + app-editors/fe + 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/ne + app-editors/neovim + app-editors/ng + app-editors/nvi + 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.ebuild b/virtual/editor/editor-0.ebuild deleted file mode 100644 index 13c56dd7bd8c..000000000000 --- a/virtual/editor/editor-0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual for editor" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -# Add a package to RDEPEND only if the editor: -# - can edit ordinary text files, -# - works on the console. - -RDEPEND="|| ( app-editors/nano - app-editors/dav - app-editors/e3 - app-editors/ee - app-editors/efte - app-editors/elvis - app-editors/emacs - app-editors/emacs-vcs - app-editors/emact - app-editors/ersatz-emacs - app-editors/fe - 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/ne - app-editors/neovim - app-editors/ng - app-editors/nvi - 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] - sys-apps/ed )" - -# 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