diff options
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/Manifest.gz | bin | 33716 -> 33714 bytes | |||
-rw-r--r-- | virtual/editor/Manifest | 2 | ||||
-rw-r--r-- | virtual/editor/editor-0-r1.ebuild (renamed from virtual/editor/editor-0.ebuild) | 10 |
3 files changed, 7 insertions, 5 deletions
diff --git a/virtual/Manifest.gz b/virtual/Manifest.gz Binary files differindex 0288bb6cb8bd..a4483d2638a5 100644 --- a/virtual/Manifest.gz +++ b/virtual/Manifest.gz 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.ebuild b/virtual/editor/editor-0-r1.ebuild index 13c56dd7bd8c..56958a5b748f 100644 --- a/virtual/editor/editor-0.ebuild +++ b/virtual/editor/editor-0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 DESCRIPTION="Virtual for editor" SLOT="0" @@ -9,9 +9,11 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 # Add a package to RDEPEND only if the editor: # - can edit ordinary text files, -# - works on the console. +# - works on the console, +# - is a "display" or "visual" editor (e.g., using ncurses). -RDEPEND="|| ( app-editors/nano +RDEPEND="|| ( + app-editors/nano app-editors/dav app-editors/e3 app-editors/ee @@ -47,7 +49,7 @@ RDEPEND="|| ( app-editors/nano 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) |