diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 16:02:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 16:02:09 +0000 |
commit | d19506a801543dce78450b53af3e387df625f18a (patch) | |
tree | e2ed96e78b6037c3a337d6a148d3f9b817507090 /app-editors | |
parent | vim-6.2-r2.ebuild, vim-6.2-r3.ebuild, vim-6.2-r5.ebuild, vim-6.2-r6.ebuild, v... (diff) | |
download | gentoo-2-d19506a801543dce78450b53af3e387df625f18a.tar.gz gentoo-2-d19506a801543dce78450b53af3e387df625f18a.tar.bz2 gentoo-2-d19506a801543dce78450b53af3e387df625f18a.zip |
vim-core-6.2-r2.ebuild, vim-core-6.2-r3.ebuild, vim-core-6.2-r4.ebuild, vim-core-6.2-r5.ebuild, vim-core-6.2-r6.ebuild, vim-core-6.2-r7.ebuild, vim-core-6.2.ebuild: Remove arm keywords
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim-core/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.2-r1.ebuild | 6 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.2-r2.ebuild | 6 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.2-r3.ebuild | 6 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.2-r4.ebuild | 6 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.2-r5.ebuild | 6 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.2-r6.ebuild | 6 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.2-r7.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.2.ebuild | 4 |
9 files changed, 29 insertions, 23 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index e47e1661d15e..a3c549aa8923 100644 --- a/app-editors/vim-core/ChangeLog +++ b/app-editors/vim-core/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/vim-core # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.57 2004/02/16 00:54:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.58 2004/02/22 16:02:09 agriffis Exp $ + + 22 Feb 2004; Aron Griffis <agriffis@gentoo.org> vim-core-6.2-r1.ebuild, + vim-core-6.2-r2.ebuild, vim-core-6.2-r3.ebuild, vim-core-6.2-r4.ebuild, + vim-core-6.2-r5.ebuild, vim-core-6.2-r6.ebuild, vim-core-6.2-r7.ebuild, + vim-core-6.2.ebuild: + Remove arm keywords *vim-core-6.2-r7 (15 Feb 2004) diff --git a/app-editors/vim-core/vim-core-6.2-r1.ebuild b/app-editors/vim-core/vim-core-6.2-r1.ebuild index 7a3aca71a082..734e0af3b1ba 100644 --- a/app-editors/vim-core/vim-core-6.2-r1.ebuild +++ b/app-editors/vim-core/vim-core-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-core/vim-core-6.2-r1.ebuild,v 1.6 2003/08/06 06:55:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2-r1.ebuild,v 1.7 2004/02/22 16:02:09 agriffis Exp $ inherit vim @@ -16,5 +16,5 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim, gvim and kvim shared files" -KEYWORDS="alpha ~arm hppa ~mips ~ppc sparc x86" +KEYWORDS="alpha hppa ~mips ~ppc sparc x86" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass diff --git a/app-editors/vim-core/vim-core-6.2-r2.ebuild b/app-editors/vim-core/vim-core-6.2-r2.ebuild index 13b796125721..1abb7410e243 100644 --- a/app-editors/vim-core/vim-core-6.2-r2.ebuild +++ b/app-editors/vim-core/vim-core-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-core/vim-core-6.2-r2.ebuild,v 1.3 2003/08/06 06:55:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2-r2.ebuild,v 1.4 2004/02/22 16:02:09 agriffis Exp $ inherit vim @@ -16,5 +16,5 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim and gvim shared files" -KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86 ~amd64" +KEYWORDS="~alpha ~hppa ~mips ~ppc ~sparc ~x86 ~amd64" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass diff --git a/app-editors/vim-core/vim-core-6.2-r3.ebuild b/app-editors/vim-core/vim-core-6.2-r3.ebuild index 161e544b6c20..21e9d81ad2ab 100644 --- a/app-editors/vim-core/vim-core-6.2-r3.ebuild +++ b/app-editors/vim-core/vim-core-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-core/vim-core-6.2-r3.ebuild,v 1.4 2003/09/24 14:14:23 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2-r3.ebuild,v 1.5 2004/02/22 16:02:09 agriffis Exp $ inherit vim @@ -16,5 +16,5 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim and gvim shared files" -KEYWORDS="alpha ~arm hppa ~mips ~ppc sparc x86 ~amd64" +KEYWORDS="alpha hppa ~mips ~ppc sparc x86 ~amd64" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass diff --git a/app-editors/vim-core/vim-core-6.2-r4.ebuild b/app-editors/vim-core/vim-core-6.2-r4.ebuild index 9866f3e4367c..6b629da28945 100644 --- a/app-editors/vim-core/vim-core-6.2-r4.ebuild +++ b/app-editors/vim-core/vim-core-6.2-r4.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-core/vim-core-6.2-r4.ebuild,v 1.2 2003/10/01 15:30:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2-r4.ebuild,v 1.3 2004/02/22 16:02:09 agriffis Exp $ inherit vim @@ -16,5 +16,5 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim and gvim shared files" -KEYWORDS="alpha arm hppa mips ppc sparc x86 amd64" +KEYWORDS="alpha hppa mips ppc sparc x86 amd64" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass diff --git a/app-editors/vim-core/vim-core-6.2-r5.ebuild b/app-editors/vim-core/vim-core-6.2-r5.ebuild index 04ca94ea25d6..c80fbef90bc3 100644 --- a/app-editors/vim-core/vim-core-6.2-r5.ebuild +++ b/app-editors/vim-core/vim-core-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-core/vim-core-6.2-r5.ebuild,v 1.7 2003/12/29 02:38:39 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2-r5.ebuild,v 1.8 2004/02/22 16:02:09 agriffis Exp $ inherit vim @@ -16,5 +16,5 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim and gvim shared files" -KEYWORDS="alpha ~arm hppa mips ~ppc sparc x86 ~amd64 ia64" +KEYWORDS="alpha hppa mips ~ppc sparc x86 ~amd64 ia64" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass diff --git a/app-editors/vim-core/vim-core-6.2-r6.ebuild b/app-editors/vim-core/vim-core-6.2-r6.ebuild index 06d68dc24286..9bae25a7c759 100644 --- a/app-editors/vim-core/vim-core-6.2-r6.ebuild +++ b/app-editors/vim-core/vim-core-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-core/vim-core-6.2-r6.ebuild,v 1.1 2004/01/28 23:21:01 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2-r6.ebuild,v 1.2 2004/02/22 16:02:09 agriffis Exp $ inherit vim @@ -16,5 +16,5 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim and gvim shared files" -KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86 ~amd64 ~ia64" +KEYWORDS="~alpha ~hppa ~mips ~ppc ~sparc ~x86 ~amd64 ~ia64" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass diff --git a/app-editors/vim-core/vim-core-6.2-r7.ebuild b/app-editors/vim-core/vim-core-6.2-r7.ebuild index 38f7855d9970..a86661f31a05 100644 --- a/app-editors/vim-core/vim-core-6.2-r7.ebuild +++ b/app-editors/vim-core/vim-core-6.2-r7.ebuild @@ -1,6 +1,6 @@ # 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-core/vim-core-6.2-r7.ebuild,v 1.1 2004/02/16 00:54:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2-r7.ebuild,v 1.2 2004/02/22 16:02:09 agriffis Exp $ inherit vim @@ -18,5 +18,5 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim and gvim shared files" -KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86 ~amd64 ~ia64" +KEYWORDS="~alpha ~hppa ~mips ~ppc ~sparc ~x86 ~amd64 ~ia64" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass diff --git a/app-editors/vim-core/vim-core-6.2.ebuild b/app-editors/vim-core/vim-core-6.2.ebuild index 6ca859382c6a..597f550826e3 100644 --- a/app-editors/vim-core/vim-core-6.2.ebuild +++ b/app-editors/vim-core/vim-core-6.2.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-core/vim-core-6.2.ebuild,v 1.7 2003/08/06 06:55:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2.ebuild,v 1.8 2004/02/22 16:02:09 agriffis Exp $ inherit vim @@ -16,5 +16,5 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim, gvim and kvim shared files" -KEYWORDS="alpha ~arm hppa ~mips ppc ~sparc x86 amd64" +KEYWORDS="alpha hppa ~mips ppc ~sparc x86 amd64" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass |