summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-02-22 16:01:04 +0000
committerAron Griffis <agriffis@gentoo.org>2004-02-22 16:01:04 +0000
commitbf6dc5a0ee3e4180ee72fc42f5bbc8b461c3d1c6 (patch)
tree71d97ddfeb7e11da3167aa01737a66df9d847da5 /app-editors
parentvi-3.7-r5.ebuild: Remove arm keywords (Manifest recommit) (diff)
downloadgentoo-2-bf6dc5a0ee3e4180ee72fc42f5bbc8b461c3d1c6.tar.gz
gentoo-2-bf6dc5a0ee3e4180ee72fc42f5bbc8b461c3d1c6.tar.bz2
gentoo-2-bf6dc5a0ee3e4180ee72fc42f5bbc8b461c3d1c6.zip
vim-6.2-r2.ebuild, vim-6.2-r3.ebuild, vim-6.2-r5.ebuild, vim-6.2-r6.ebuild, vim-6.2.ebuild: Remove arm keywords
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim/ChangeLog9
-rw-r--r--app-editors/vim/vim-6.2-r1.ebuild6
-rw-r--r--app-editors/vim/vim-6.2-r2.ebuild6
-rw-r--r--app-editors/vim/vim-6.2-r3.ebuild6
-rw-r--r--app-editors/vim/vim-6.2-r5.ebuild6
-rw-r--r--app-editors/vim/vim-6.2-r6.ebuild6
-rw-r--r--app-editors/vim/vim-6.2.ebuild6
7 files changed, 25 insertions, 20 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index a3b3d4697039..fef9e1ac8037 100644
--- a/app-editors/vim/ChangeLog
+++ b/app-editors/vim/ChangeLog
@@ -1,6 +1,11 @@
# 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.83 2004/01/28 23:21:59 rphillips Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.84 2004/02/22 16:01:04 agriffis Exp $
+
+ 22 Feb 2004; Aron Griffis <agriffis@gentoo.org> vim-6.2-r1.ebuild,
+ vim-6.2-r2.ebuild, vim-6.2-r3.ebuild, vim-6.2-r5.ebuild, vim-6.2-r6.ebuild,
+ vim-6.2.ebuild:
+ Remove arm keywords
*vim-6.2-r6 (28 Jan 2004)
diff --git a/app-editors/vim/vim-6.2-r1.ebuild b/app-editors/vim/vim-6.2-r1.ebuild
index 55b3403d7a7d..41c5f2b0102e 100644
--- a/app-editors/vim/vim-6.2-r1.ebuild
+++ b/app-editors/vim/vim-6.2-r1.ebuild
@@ -1,6 +1,6 @@
-# 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-editors/vim/vim-6.2-r1.ebuild,v 1.3 2003/08/06 06:54:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.2-r1.ebuild,v 1.4 2004/02/22 16:01:04 agriffis Exp $
inherit vim
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
S=${WORKDIR}/vim${VIM_VERSION/.}
DESCRIPTION="Vi IMproved!"
-KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~hppa ~mips ~ppc ~sparc ~x86"
PROVIDE="virtual/editor"
DEPEND="${DEPEND}
~app-editors/vim-core-${PV}"
diff --git a/app-editors/vim/vim-6.2-r2.ebuild b/app-editors/vim/vim-6.2-r2.ebuild
index 54d1dcef99e3..7813981ce36d 100644
--- a/app-editors/vim/vim-6.2-r2.ebuild
+++ b/app-editors/vim/vim-6.2-r2.ebuild
@@ -1,6 +1,6 @@
-# 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-editors/vim/vim-6.2-r2.ebuild,v 1.4 2003/08/28 11:42:25 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.2-r2.ebuild,v 1.5 2004/02/22 16:01:04 agriffis Exp $
inherit vim
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
S=${WORKDIR}/vim${VIM_VERSION/.}
DESCRIPTION="Vi IMproved!"
-KEYWORDS="alpha ~arm hppa ~mips ~ppc sparc x86"
+KEYWORDS="alpha hppa ~mips ~ppc sparc x86"
PROVIDE="virtual/editor"
DEPEND="${DEPEND}
~app-editors/vim-core-${PV}"
diff --git a/app-editors/vim/vim-6.2-r3.ebuild b/app-editors/vim/vim-6.2-r3.ebuild
index b5c76e359065..77967c850f81 100644
--- a/app-editors/vim/vim-6.2-r3.ebuild
+++ b/app-editors/vim/vim-6.2-r3.ebuild
@@ -1,6 +1,6 @@
-# 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-editors/vim/vim-6.2-r3.ebuild,v 1.2 2003/10/01 15:26:28 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.2-r3.ebuild,v 1.3 2004/02/22 16:01:04 agriffis Exp $
inherit vim
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
S=${WORKDIR}/vim${VIM_VERSION/.}
DESCRIPTION="Vi IMproved!"
-KEYWORDS="alpha arm hppa mips ppc sparc x86 amd64"
+KEYWORDS="alpha hppa mips ppc sparc x86 amd64"
PROVIDE="virtual/editor"
DEPEND="${DEPEND}
~app-editors/vim-core-${PV}"
diff --git a/app-editors/vim/vim-6.2-r5.ebuild b/app-editors/vim/vim-6.2-r5.ebuild
index ac0617158a9c..020099c06597 100644
--- a/app-editors/vim/vim-6.2-r5.ebuild
+++ b/app-editors/vim/vim-6.2-r5.ebuild
@@ -1,6 +1,6 @@
-# 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-editors/vim/vim-6.2-r5.ebuild,v 1.7 2003/12/29 02:35:58 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.2-r5.ebuild,v 1.8 2004/02/22 16:01:04 agriffis Exp $
inherit vim
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
S=${WORKDIR}/vim${VIM_VERSION/.}
DESCRIPTION="Vi IMproved!"
-KEYWORDS="alpha ~arm hppa mips ~ppc sparc x86 ~amd64 ia64"
+KEYWORDS="alpha hppa mips ~ppc sparc x86 ~amd64 ia64"
PROVIDE="virtual/editor"
DEPEND="${DEPEND}
~app-editors/vim-core-${PV}"
diff --git a/app-editors/vim/vim-6.2-r6.ebuild b/app-editors/vim/vim-6.2-r6.ebuild
index 3b213a331ae7..29a9611618b8 100644
--- a/app-editors/vim/vim-6.2-r6.ebuild
+++ b/app-editors/vim/vim-6.2-r6.ebuild
@@ -1,6 +1,6 @@
-# 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-editors/vim/vim-6.2-r6.ebuild,v 1.1 2004/01/28 23:21:59 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.2-r6.ebuild,v 1.2 2004/02/22 16:01:04 agriffis Exp $
inherit vim
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
S=${WORKDIR}/vim${VIM_VERSION/.}
DESCRIPTION="Vi IMproved!"
-KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86 ~amd64 ~ia64"
+KEYWORDS="~alpha ~hppa ~mips ~ppc ~sparc ~x86 ~amd64 ~ia64"
PROVIDE="virtual/editor"
DEPEND="${DEPEND}
~app-editors/vim-core-${PV}"
diff --git a/app-editors/vim/vim-6.2.ebuild b/app-editors/vim/vim-6.2.ebuild
index a28695c13aac..ab4d652b3840 100644
--- a/app-editors/vim/vim-6.2.ebuild
+++ b/app-editors/vim/vim-6.2.ebuild
@@ -1,6 +1,6 @@
-# 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-editors/vim/vim-6.2.ebuild,v 1.7 2003/08/06 06:54:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.2.ebuild,v 1.8 2004/02/22 16:01:04 agriffis Exp $
inherit vim
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
S=${WORKDIR}/vim${VIM_VERSION/.}
DESCRIPTION="Vi IMproved!"
-KEYWORDS="alpha ~arm hppa ~mips ppc sparc x86"
+KEYWORDS="alpha hppa ~mips ppc sparc x86"
PROVIDE="virtual/editor"
DEPEND="${DEPEND}
~app-editors/vim-core-${PV}"