summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-01-23 15:46:58 +0000
committerAron Griffis <agriffis@gentoo.org>2004-01-23 15:46:58 +0000
commit77e3f8a9d5ca56f87d238d1dd64d9a4e9968c2fb (patch)
tree58224280e2251cd91c4086ee40dc63c77ef92cbf /app-vim
parent (Manifest recommit) (diff)
downloadgentoo-2-77e3f8a9d5ca56f87d238d1dd64d9a4e9968c2fb.tar.gz
gentoo-2-77e3f8a9d5ca56f87d238d1dd64d9a4e9968c2fb.tar.bz2
gentoo-2-77e3f8a9d5ca56f87d238d1dd64d9a4e9968c2fb.zip
stable on alpha and ia64
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/locateopen/ChangeLog5
-rw-r--r--app-vim/locateopen/locateopen-0.8.0.ebuild4
-rw-r--r--app-vim/minibufexpl/ChangeLog5
-rw-r--r--app-vim/minibufexpl/minibufexpl-6.2.6.ebuild4
-rw-r--r--app-vim/multiplesearch/ChangeLog7
-rw-r--r--app-vim/multiplesearch/multiplesearch-1.2.1.ebuild6
-rw-r--r--app-vim/searchcomplete/ChangeLog7
-rw-r--r--app-vim/searchcomplete/searchcomplete-1.1.ebuild6
8 files changed, 28 insertions, 16 deletions
diff --git a/app-vim/locateopen/ChangeLog b/app-vim/locateopen/ChangeLog
index 2b7be49a2c9b..d46dfa788cc9 100644
--- a/app-vim/locateopen/ChangeLog
+++ b/app-vim/locateopen/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/locateopen
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/ChangeLog,v 1.2 2004/01/16 22:09:29 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/ChangeLog,v 1.3 2004/01/23 15:44:23 agriffis Exp $
+
+ 23 Jan 2004; Aron Griffis <agriffis@gentoo.org> locateopen-0.8.0.ebuild:
+ stable on alpha and ia64
*locateopen-0.8.0 (16 Jan 2004)
diff --git a/app-vim/locateopen/locateopen-0.8.0.ebuild b/app-vim/locateopen/locateopen-0.8.0.ebuild
index 5c3a628b13f0..b5ad5adf6548 100644
--- a/app-vim/locateopen/locateopen-0.8.0.ebuild
+++ b/app-vim/locateopen/locateopen-0.8.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-0.8.0.ebuild,v 1.1 2004/01/16 22:09:29 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-0.8.0.ebuild,v 1.2 2004/01/23 15:44:23 agriffis Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: open a file without supplying a path"
HOMEPAGE="http://vim.sourceforge.net/scripts/script.php?script_id=858"
LICENSE="vim"
-KEYWORDS="~sparc ~x86"
+KEYWORDS="~sparc ~x86 alpha ia64"
RDEPEND="${RDEPEND} sys-apps/slocate"
diff --git a/app-vim/minibufexpl/ChangeLog b/app-vim/minibufexpl/ChangeLog
index 71aef563941a..79335beb91f1 100644
--- a/app-vim/minibufexpl/ChangeLog
+++ b/app-vim/minibufexpl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/minibufexpl
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/minibufexpl/ChangeLog,v 1.1 2004/01/08 12:03:24 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/minibufexpl/ChangeLog,v 1.2 2004/01/23 15:45:39 agriffis Exp $
+
+ 23 Jan 2004; Aron Griffis <agriffis@gentoo.org> minibufexpl-6.2.6.ebuild:
+ stable on alpha and ia64
*minibufexpl-6.2.6 (08 Jan 2004)
diff --git a/app-vim/minibufexpl/minibufexpl-6.2.6.ebuild b/app-vim/minibufexpl/minibufexpl-6.2.6.ebuild
index 4be0f645609d..f70b292035e0 100644
--- a/app-vim/minibufexpl/minibufexpl-6.2.6.ebuild
+++ b/app-vim/minibufexpl/minibufexpl-6.2.6.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/minibufexpl/minibufexpl-6.2.6.ebuild,v 1.1 2004/01/08 12:03:24 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/minibufexpl/minibufexpl-6.2.6.ebuild,v 1.2 2004/01/23 15:45:39 agriffis Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: easily switch between buffers"
HOMEPAGE="http://vim.sourceforge.net/scripts/script.php?script_id=159"
LICENSE="as-is"
-KEYWORDS="~sparc ~x86"
+KEYWORDS="~sparc ~x86 alpha ia64"
diff --git a/app-vim/multiplesearch/ChangeLog b/app-vim/multiplesearch/ChangeLog
index 89780fff19e3..aed0fc0476f1 100644
--- a/app-vim/multiplesearch/ChangeLog
+++ b/app-vim/multiplesearch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/multiplesearch
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.1 2003/10/31 02:55:31 agriffis Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.2 2004/01/23 15:46:20 agriffis Exp $
+
+ 23 Jan 2004; Aron Griffis <agriffis@gentoo.org> multiplesearch-1.2.1.ebuild:
+ stable on alpha and ia64
*multiplesearch-1.2.1 (30 Oct 2003)
diff --git a/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild b/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild
index a7e3ad078e0b..c59136f20959 100644
--- a/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild
+++ b/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild,v 1.1 2003/10/31 02:55:31 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild,v 1.2 2004/01/23 15:46:20 agriffis Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: allows multiple highlighted searches"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=479"
LICENSE="vim"
-KEYWORDS="~alpha ~sparc ~x86"
+KEYWORDS="alpha ~sparc ~x86 ia64"
diff --git a/app-vim/searchcomplete/ChangeLog b/app-vim/searchcomplete/ChangeLog
index b275ecc94ff5..be1f57935c7f 100644
--- a/app-vim/searchcomplete/ChangeLog
+++ b/app-vim/searchcomplete/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/searchcomplete
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/searchcomplete/ChangeLog,v 1.1 2003/10/31 02:59:46 agriffis Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/searchcomplete/ChangeLog,v 1.2 2004/01/23 15:46:58 agriffis Exp $
+
+ 23 Jan 2004; Aron Griffis <agriffis@gentoo.org> searchcomplete-1.1.ebuild:
+ stable on alpha and ia64
*searchcomplete-1.1 (30 Oct 2003)
diff --git a/app-vim/searchcomplete/searchcomplete-1.1.ebuild b/app-vim/searchcomplete/searchcomplete-1.1.ebuild
index ada4d41d8dd5..9f02fd12a4db 100644
--- a/app-vim/searchcomplete/searchcomplete-1.1.ebuild
+++ b/app-vim/searchcomplete/searchcomplete-1.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/searchcomplete/searchcomplete-1.1.ebuild,v 1.1 2003/10/31 02:59:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/searchcomplete/searchcomplete-1.1.ebuild,v 1.2 2004/01/23 15:46:58 agriffis Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: tab completion in searches"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=474"
LICENSE="GPL-2"
-KEYWORDS="~alpha ~sparc ~x86"
+KEYWORDS="alpha ~sparc ~x86 ia64"