diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-02-01 14:07:13 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-02-01 14:07:13 +0000 |
commit | 41eadf308f3cfcb7ae89b020f4e42296371a8c78 (patch) | |
tree | b38697c1947f4c5816205b5e7615cbeb208fadb5 /virtual/editor | |
parent | Revision bump, with lots of fixes (see CL). Closes bug #207888. (diff) | |
download | gentoo-2-41eadf308f3cfcb7ae89b020f4e42296371a8c78.tar.gz gentoo-2-41eadf308f3cfcb7ae89b020f4e42296371a8c78.tar.bz2 gentoo-2-41eadf308f3cfcb7ae89b020f4e42296371a8c78.zip |
Undo previous change since bvi is a hex editor.
(Portage version: 2.1.4)
Diffstat (limited to 'virtual/editor')
-rw-r--r-- | virtual/editor/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/editor/editor-0.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/editor/ChangeLog b/virtual/editor/ChangeLog index cb43adc6e4ce..c7555315ca88 100644 --- a/virtual/editor/ChangeLog +++ b/virtual/editor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/editor # 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 $ +# $Header: /var/cvsroot/gentoo-x86/virtual/editor/ChangeLog,v 1.11 2008/02/01 14:07:13 ulm Exp $ + + 01 Feb 2008; Ulrich Mueller <ulm@gentoo.org> editor-0.ebuild: + Undo previous change since bvi is a hex editor. Change LICENSE and HOMEPAGE + to empty string wrt bug 140180. 27 Jan 2008; Christian Faulhammer <opfer@gentoo.org> editor-0.ebuild: add app-editors/bvi and fix LICENSE diff --git a/virtual/editor/editor-0.ebuild b/virtual/editor/editor-0.ebuild index 46fd255c8b30..5633e781a1c6 100644 --- a/virtual/editor/editor-0.ebuild +++ b/virtual/editor/editor-0.ebuild @@ -1,12 +1,12 @@ # 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.12 2008/01/27 10:16:10 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/editor/editor-0.ebuild,v 1.13 2008/02/01 14:07:13 ulm Exp $ DESCRIPTION="Virtual for editor" -HOMEPAGE="http://www.gentoo.org/" +HOMEPAGE="" SRC_URI="" -LICENSE="as-is" +LICENSE="" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" @@ -17,7 +17,6 @@ IUSE="" DEPEND="" RDEPEND="|| ( app-editors/nano - app-editors/bvi app-editors/dav app-editors/e3 app-editors/easyedit |