summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/nano/ChangeLog7
-rw-r--r--app-editors/nano/nano-1.1.99_pre3.ebuild4
-rw-r--r--app-editors/vi/ChangeLog5
-rw-r--r--app-editors/vi/vi-3.7-r3.ebuild4
4 files changed, 13 insertions, 7 deletions
diff --git a/app-editors/nano/ChangeLog b/app-editors/nano/ChangeLog
index 7390ba1945c7..2f8a1f04db84 100644
--- a/app-editors/nano/ChangeLog
+++ b/app-editors/nano/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for app-editors/nano
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.18 2003/02/14 08:44:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.19 2003/02/22 07:31:27 zwelch Exp $
*nano-1.1.99_pre3 (14 Feb 2003)
- 06 Feb 2003; Mike Frysinger <vapier@gentoo.org> :
+ 21 Feb 2003; Zach Welch <zwelch@gentoo.org> :
+ Added arm to keywords.
+
+ 14 Feb 2003; Mike Frysinger <vapier@gentoo.org> :
Version bump (thank god they fixed disable justify).
*nano-1.1.99_pre2 (06 Feb 2003)
diff --git a/app-editors/nano/nano-1.1.99_pre3.ebuild b/app-editors/nano/nano-1.1.99_pre3.ebuild
index 53285125439b..0235482d6d1b 100644
--- a/app-editors/nano/nano-1.1.99_pre3.ebuild
+++ b/app-editors/nano/nano-1.1.99_pre3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.1.99_pre3.ebuild,v 1.1 2003/02/14 08:44:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.1.99_pre3.ebuild,v 1.2 2003/02/22 07:31:27 zwelch Exp $
MY_P="${PN}-${PV/_}"
DESCRIPTION="clone of Pico with more functions in a smaller size"
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.nano-editor.org/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa arm"
IUSE="nls build slang spell"
S=${WORKDIR}/${MY_P}
diff --git a/app-editors/vi/ChangeLog b/app-editors/vi/ChangeLog
index 2516386b7002..1f94bfa5f8c2 100644
--- a/app-editors/vi/ChangeLog
+++ b/app-editors/vi/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-editors/vi
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/ChangeLog,v 1.11 2003/02/12 03:49:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/ChangeLog,v 1.12 2003/02/22 07:31:27 zwelch Exp $
*vi-3.7-r3 (05 Sep 2002)
+ 21 Feb 2003; Zach Welch <zwelch@gentoo.org> :
+ Added arm keyword.
+
06 Jan 2003; Seemant Kulleen <seemant@gentoo.org> *.ebuild :
PROVIDE virtual/editor
diff --git a/app-editors/vi/vi-3.7-r3.ebuild b/app-editors/vi/vi-3.7-r3.ebuild
index 346bedca5afd..298b00114bf0 100644
--- a/app-editors/vi/vi-3.7-r3.ebuild
+++ b/app-editors/vi/vi-3.7-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r3.ebuild,v 1.6 2003/02/13 06:59:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r3.ebuild,v 1.7 2003/02/22 07:31:27 zwelch Exp $
# NOTE: vi needs /etc/termcap to function properly with TERM=linux.
@@ -12,7 +12,7 @@ HOMEPAGE="http://ex-vi.berlios.de/"
LICENSE="Caldera"
SLOT="0"
-KEYWORDS="x86 ppc sparc "
+KEYWORDS="x86 ppc sparc arm"
DEPEND="sys-libs/ncurses
sys-libs/libtermcap-compat"