summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Welch <zwelch@gentoo.org>2003-02-24 21:12:25 +0000
committerZack Welch <zwelch@gentoo.org>2003-02-24 21:12:25 +0000
commitf2ed5271f95cffb7ab000cc0a9340e917d155f87 (patch)
treee7219b84dfa9ed0c09db9081a43e06fef26f2ba6 /app-editors
parentVersion bump (dvdrip-0.50.4). (diff)
downloadhistorical-f2ed5271f95cffb7ab000cc0a9340e917d155f87.tar.gz
historical-f2ed5271f95cffb7ab000cc0a9340e917d155f87.tar.bz2
historical-f2ed5271f95cffb7ab000cc0a9340e917d155f87.zip
add arm keyword to vim and vim-core
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim-core/ChangeLog5
-rw-r--r--app-editors/vim-core/vim-core-6.1-r4.ebuild4
-rw-r--r--app-editors/vim/ChangeLog5
-rw-r--r--app-editors/vim/vim-6.1-r19.ebuild4
4 files changed, 12 insertions, 6 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog
index 337299f9469a..f46936210342 100644
--- a/app-editors/vim-core/ChangeLog
+++ b/app-editors/vim-core/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for app-editors/vim-core
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.13 2003/02/12 03:49:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.14 2003/02/24 21:12:25 zwelch Exp $
08 Feb 2003; Guy Martin <gmsoft@gentoo.org> vim-core-6.1-r4.ebuild :
Added hppa to keywords.
@@ -16,6 +16,9 @@
*vim-core-6.1-r4 (21 Jan 2003)
+ 24 Feb 2003; Zach Welch <zwelch@gentoo.org> vim-core-6.1-r4.ebuild :
+ Add arm keyword
+
21 Jan 2003; Ryan Phillips <rphillips@gentoo.org> vim-core-6.1-r4.ebuild :
Patches 1-300
diff --git a/app-editors/vim-core/vim-core-6.1-r4.ebuild b/app-editors/vim-core/vim-core-6.1-r4.ebuild
index d28521c13f23..5ce348b3734f 100644
--- a/app-editors/vim-core/vim-core-6.1-r4.ebuild
+++ b/app-editors/vim-core/vim-core-6.1-r4.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.1-r4.ebuild,v 1.5 2003/02/13 07:01:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.1-r4.ebuild,v 1.6 2003/02/24 21:12:25 zwelch Exp $
VIMPATCH="vimpatch-1-300.tar.bz2"
inherit vim
DESCRIPTION="vim, gvim and kvim shared files"
-KEYWORDS="x86 ppc sparc alpha hppa"
+KEYWORDS="x86 ppc sparc alpha hppa arm"
DEPEND="dev-util/cscope
sys-libs/libtermcap-compat
>=sys-libs/ncurses-5.2-r2
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index 2cad60c0e192..c77bb6676fb3 100644
--- a/app-editors/vim/ChangeLog
+++ b/app-editors/vim/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for app-editors/vim
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.44 2003/02/13 18:57:31 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.45 2003/02/24 21:12:25 zwelch Exp $
08 Feb 2003; Guy Martin <gmsoft@gentoo.org> vim-6.1-r19.ebuild :
Added hppa to keywords.
@@ -10,6 +10,9 @@
*vim-6.1-r19.ebuild (21 Jan 2003)
+ 24 Feb 2003; Zach Welch <zwelch@gentoo.org> vim-6.1-r19.ebuild :
+ Add arm keyword
+
13 Feb 2003; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r19.ebuild :
disable X if -X is used in USE vars
diff --git a/app-editors/vim/vim-6.1-r19.ebuild b/app-editors/vim/vim-6.1-r19.ebuild
index af5c73b89584..06e5a44c29b5 100644
--- a/app-editors/vim/vim-6.1-r19.ebuild
+++ b/app-editors/vim/vim-6.1-r19.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/vim/vim-6.1-r19.ebuild,v 1.5 2003/02/13 18:57:31 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r19.ebuild,v 1.6 2003/02/24 21:12:25 zwelch Exp $
IUSE="nls perl python ruby tcltk gpm X"
@@ -8,7 +8,7 @@ VIMPATCH="vimpatch-1-300.tar.bz2"
inherit vim
DESCRIPTION="Vi IMproved!"
-KEYWORDS="x86 ppc sparc alpha hppa"
+KEYWORDS="x86 ppc sparc alpha hppa arm"
DEPEND="app-editors/vim-core
sys-libs/libtermcap-compat
dev-util/cscope