diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-01-27 10:16:10 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-01-27 10:16:10 +0000 |
commit | c96e56c13734523aa90d60431bd23a04e1b2181e (patch) | |
tree | 2b906bafeae9a0e2a07ec386179f14d1d2d68233 /virtual/editor | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-c96e56c13734523aa90d60431bd23a04e1b2181e.tar.gz gentoo-2-c96e56c13734523aa90d60431bd23a04e1b2181e.tar.bz2 gentoo-2-c96e56c13734523aa90d60431bd23a04e1b2181e.zip |
add app-editors/bvi and fix LICENSE
(Portage version: 2.1.3.19)
Diffstat (limited to 'virtual/editor')
-rw-r--r-- | virtual/editor/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/editor/editor-0.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/virtual/editor/ChangeLog b/virtual/editor/ChangeLog index 259ad44d1850..cb43adc6e4ce 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.9 2007/11/16 08:17:32 ulm Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/editor/ChangeLog,v 1.10 2008/01/27 10:16:10 opfer Exp $ + + 27 Jan 2008; Christian Faulhammer <opfer@gentoo.org> editor-0.ebuild: + add app-editors/bvi and fix LICENSE 16 Nov 2007; Ulrich Mueller <ulm@gentoo.org> editor-0.ebuild: Add some alternatives to RDEPEND, and a comment about the criteria. diff --git a/virtual/editor/editor-0.ebuild b/virtual/editor/editor-0.ebuild index 9d4afb74ab11..46fd255c8b30 100644 --- a/virtual/editor/editor-0.ebuild +++ b/virtual/editor/editor-0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.11 2007/12/17 07:37:02 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/editor/editor-0.ebuild,v 1.12 2008/01/27 10:16:10 opfer Exp $ DESCRIPTION="Virtual for editor" HOMEPAGE="http://www.gentoo.org/" SRC_URI="" -LICENSE="" +LICENSE="as-is" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" @@ -17,6 +17,7 @@ IUSE="" DEPEND="" RDEPEND="|| ( app-editors/nano + app-editors/bvi app-editors/dav app-editors/e3 app-editors/easyedit |