From e08b4eb63b5008b9cc9c0d0db70c652f8554d978 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 26 Jun 2017 10:18:51 -0500 Subject: [PATCH] virtual/editor: Override default package The default *virtual/editor* package does not consider *sys-apps/busybox* to be a valid editor anymore, and thus anything that depends on it will end up pulling in another editor. To prevent this, this override of *virtual/editor* only requires *app-editors/busybox-vi*. --- virtual/editor/Manifest | 1 + virtual/editor/editor-0.ebuild | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 virtual/editor/Manifest create mode 100644 virtual/editor/editor-0.ebuild diff --git a/virtual/editor/Manifest b/virtual/editor/Manifest new file mode 100644 index 0000000..03ac9b1 --- /dev/null +++ b/virtual/editor/Manifest @@ -0,0 +1 @@ +EBUILD editor-0.ebuild 466 SHA256 15f258dfb3703362d58699968051e09353df881282a74be79ef4620cc0503721 SHA512 685d198438d21c2b9f34e0205876035886aa88a53a353382351f0cffeac91ebc247bfbeb3fd8ddab4a94c6a32dda850c742be690b4294796c3404620e0b6f2bd WHIRLPOOL a235636c3ce16365e37cd6ba17729ee4c16b7d084ab0aeaac9ad532755ed1a003aec7f4b5c96a531c42b63aa5f758e6f3b7a68ecca1dc90ee8ff6da036130e91 diff --git a/virtual/editor/editor-0.ebuild b/virtual/editor/editor-0.ebuild new file mode 100644 index 0000000..eaffa3f --- /dev/null +++ b/virtual/editor/editor-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2017 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 ~sparc-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" + +RDEPEND="app-editors/busybox-vi"