diff options
author | 2010-01-23 11:16:50 +0000 | |
---|---|---|
committer | 2010-01-23 11:16:50 +0000 | |
commit | f01cb3265c56e68495f9c4d799958e21e286ff58 (patch) | |
tree | 7532ec42a26eff3712c25fd3dbfb024afd5edd0a /virtual/editor | |
parent | Stable on amd64, x86 (#301764) (diff) | |
download | gentoo-2-f01cb3265c56e68495f9c4d799958e21e286ff58.tar.gz gentoo-2-f01cb3265c56e68495f9c4d799958e21e286ff58.tar.bz2 gentoo-2-f01cb3265c56e68495f9c4d799958e21e286ff58.zip |
Add sys-apps/busybox.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'virtual/editor')
-rw-r--r-- | virtual/editor/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/editor/editor-0.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/virtual/editor/ChangeLog b/virtual/editor/ChangeLog index 694cd376f6b5..2cbee7445e61 100644 --- a/virtual/editor/ChangeLog +++ b/virtual/editor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/editor -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/editor/ChangeLog,v 1.16 2009/12/27 18:55:21 ulm Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/editor/ChangeLog,v 1.17 2010/01/23 11:16:50 ulm Exp $ + + 23 Jan 2010; Ulrich Mueller <ulm@gentoo.org> editor-0.ebuild: + Add sys-apps/busybox. 27 Dec 2009; Ulrich Mueller <ulm@gentoo.org> editor-0.ebuild: Update dependency after package move from emacs-cvs to emacs-vcs. diff --git a/virtual/editor/editor-0.ebuild b/virtual/editor/editor-0.ebuild index abb7127d070d..9e31826b7b41 100644 --- a/virtual/editor/editor-0.ebuild +++ b/virtual/editor/editor-0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.18 2009/12/27 18:55:21 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/editor/editor-0.ebuild,v 1.19 2010/01/23 11:16:50 ulm Exp $ DESCRIPTION="Virtual for editor" HOMEPAGE="" @@ -49,9 +49,11 @@ RDEPEND="|| ( app-editors/nano app-misc/mc dev-lisp/cmucl mail-client/pine + sys-apps/busybox sys-apps/ed )" # Packages outside app-editors providing an editor: # app-misc/mc: mcedit (#62643) # dev-lisp/cmucl: hemlock # mail-client/pine: pico +# sys-apps/busybox: vi |