diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-12-09 21:47:40 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-12-09 21:47:40 +0000 |
commit | 25a37782ef0c1c58933370c79754eb640307e023 (patch) | |
tree | 29ab31f739d60b2da67e36b498f69815a147331d /app-editors | |
parent | sparc, mips stable (diff) | |
download | historical-25a37782ef0c1c58933370c79754eb640307e023.tar.gz historical-25a37782ef0c1c58933370c79754eb640307e023.tar.bz2 historical-25a37782ef0c1c58933370c79754eb640307e023.zip |
sparc, mips, x86 stable
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gvim/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/gvim/gvim-6.3-r2.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vim-core/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.3-r3.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/app-editors/gvim/ChangeLog b/app-editors/gvim/ChangeLog index 4bae3d697916..ca55aa9ad098 100644 --- a/app-editors/gvim/ChangeLog +++ b/app-editors/gvim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/gvim # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.95 2004/12/09 19:22:38 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.96 2004/12/09 21:46:05 ciaranm Exp $ + + 09 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> gvim-6.3-r2.ebuild: + sparc, mips, x86 stable *gvim-6.3-r2 (09 Dec 2004) diff --git a/app-editors/gvim/gvim-6.3-r2.ebuild b/app-editors/gvim/gvim-6.3-r2.ebuild index baf5315d8955..6570e619defe 100644 --- a/app-editors/gvim/gvim-6.3-r2.ebuild +++ b/app-editors/gvim/gvim-6.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-6.3-r2.ebuild,v 1.1 2004/12/09 19:22:38 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-6.3-r2.ebuild,v 1.2 2004/12/09 21:46:05 ciaranm Exp $ inherit vim @@ -16,7 +16,7 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="GUI version of the Vim text editor" -KEYWORDS="~x86 ~sparc ~mips ~ppc ~alpha ~amd64 ~ia64 ~hppa ~ppc64" +KEYWORDS="x86 sparc mips ~ppc ~alpha ~amd64 ~ia64 ~hppa ~ppc64" IUSE="${IUSE} gnome gtk gtk2 motif nls" PROVIDE="virtual/editor" DEPEND="${DEPEND} diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index f5893828f581..092238b25b69 100644 --- a/app-editors/vim-core/ChangeLog +++ b/app-editors/vim-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/vim-core # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.112 2004/12/09 21:25:01 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.113 2004/12/09 21:47:40 ciaranm Exp $ + + 09 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> vim-core-6.3-r3.ebuild: + sparc, mips, x86 stable 09 Dec 2004; Simon Stelling <blubb@gentoo.org> vim-core-6.3-r3.ebuild: stable on amd64 diff --git a/app-editors/vim-core/vim-core-6.3-r3.ebuild b/app-editors/vim-core/vim-core-6.3-r3.ebuild index 79406f45e8d7..341b19c3efc1 100644 --- a/app-editors/vim-core/vim-core-6.3-r3.ebuild +++ b/app-editors/vim-core/vim-core-6.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.3-r3.ebuild,v 1.2 2004/12/09 21:25:01 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.3-r3.ebuild,v 1.3 2004/12/09 21:47:40 ciaranm Exp $ inherit vim @@ -18,6 +18,6 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim and gvim shared files" -KEYWORDS="~x86 ~sparc ~mips ~ppc ~alpha amd64 ~ia64 ~arm ~hppa ~ppc64 ~s390" +KEYWORDS="x86 sparc mips ~ppc ~alpha amd64 ~ia64 ~arm ~hppa ~ppc64 ~s390" IUSE="${IUSE} nls" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass |