diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-11-16 08:17:32 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-11-16 08:17:32 +0000 |
commit | 3e480861b809360142ca615c4a0fb5e18d9a443a (patch) | |
tree | 735974f00fa56ff16f46f7ecb63fa1a92fc7285c /virtual/editor | |
parent | Convert sys-fs/lvm2 USE=nolvmstatic and nolvm1 to static and lvm respectively. (diff) | |
download | gentoo-2-3e480861b809360142ca615c4a0fb5e18d9a443a.tar.gz gentoo-2-3e480861b809360142ca615c4a0fb5e18d9a443a.tar.bz2 gentoo-2-3e480861b809360142ca615c4a0fb5e18d9a443a.zip |
Add some alternatives to RDEPEND, and a comment about the criteria.
(Portage version: 2.1.3.19)
Diffstat (limited to 'virtual/editor')
-rw-r--r-- | virtual/editor/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/editor/editor-0.ebuild | 11 |
2 files changed, 14 insertions, 2 deletions
diff --git a/virtual/editor/ChangeLog b/virtual/editor/ChangeLog index c4a12a72259f..259ad44d1850 100644 --- a/virtual/editor/ChangeLog +++ b/virtual/editor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/editor # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/editor/ChangeLog,v 1.8 2007/11/06 11:58:54 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/editor/ChangeLog,v 1.9 2007/11/16 08:17:32 ulm Exp $ + + 16 Nov 2007; Ulrich Mueller <ulm@gentoo.org> editor-0.ebuild: + Add some alternatives to RDEPEND, and a comment about the criteria. 06 Nov 2007; Christian Faulhammer <opfer@gentoo.org> editor-0.ebuild: remove app-text/yudit again, it is X only diff --git a/virtual/editor/editor-0.ebuild b/virtual/editor/editor-0.ebuild index f5de1c0cbd58..291ee9d07068 100644 --- a/virtual/editor/editor-0.ebuild +++ b/virtual/editor/editor-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/editor/editor-0.ebuild,v 1.9 2007/11/06 11:58:54 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/editor/editor-0.ebuild,v 1.10 2007/11/16 08:17:32 ulm Exp $ DESCRIPTION="Virtual for editor" HOMEPAGE="http://www.gentoo.org/" @@ -11,8 +11,13 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" +# Add a package to RDEPEND only if the editor: +# - can edit ordinary text files, +# - works on the console. + DEPEND="" RDEPEND="|| ( app-editors/nano + app-editors/dav app-editors/e3 app-editors/easyedit app-editors/elvis @@ -21,16 +26,20 @@ RDEPEND="|| ( app-editors/nano app-editors/emact app-editors/ersatz-emacs app-editors/fe + app-editors/geresh app-editors/gvim app-editors/jasspa-microemacs app-editors/jed app-editors/joe app-editors/jove app-editors/le + app-editors/levee + app-editors/lpe app-editors/mg app-editors/ne app-editors/ng app-editors/nvi + app-editors/qe app-editors/qemacs app-editors/teco app-editors/uemacs-pk |