diff options
-rw-r--r-- | app-editors/vim/ChangeLog | 12 | ||||
-rw-r--r-- | app-editors/vim/vim-7.0.235.ebuild | 6 | ||||
-rw-r--r-- | app-editors/vim/vim-7.0.243.ebuild | 6 |
3 files changed, 17 insertions, 7 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index a11e6eb38387..d5d91dac2362 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for app-editors/vim # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.356 2010/08/16 20:11:30 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.357 2010/09/27 10:39:45 redhatter Exp $ + + 27 Sep 2010; Stuart Longland <redhatter@gentoo.org> vim-7.0.235.ebuild, + vim-7.0.243.ebuild: + Punt mips keywords on vim-7.0 + + vim-7.0 fails to run on modern glibc due to a buffer overrun issue causing a + SIGABRT. At least on mipsel anyway. vim-7.3 will get keyworded as soon as I + check it on big-endian MIPS (O2 is `emerge --sync`-ing as I type) and can + replace this legacy package. Users are encouraged to keyword vim-7.3 + themselves in the meantime and report any bugs. *vim-7.3 (16 Aug 2010) diff --git a/app-editors/vim/vim-7.0.235.ebuild b/app-editors/vim/vim-7.0.235.ebuild index 72a900cd145a..bb45b9fa16ed 100644 --- a/app-editors/vim/vim-7.0.235.ebuild +++ b/app-editors/vim/vim-7.0.235.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.0.235.ebuild,v 1.12 2007/10/10 07:28:10 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.0.235.ebuild,v 1.13 2010/09/27 10:39:45 redhatter Exp $ inherit vim @@ -16,7 +16,7 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.*} DESCRIPTION="Vim, an improved vi-style text editor" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" DEPEND="${DEPEND} !minimal? ( ~app-editors/vim-core-${PV} )" diff --git a/app-editors/vim/vim-7.0.243.ebuild b/app-editors/vim/vim-7.0.243.ebuild index 8d3d247eb079..704c7e78174b 100644 --- a/app-editors/vim/vim-7.0.243.ebuild +++ b/app-editors/vim/vim-7.0.243.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.0.243.ebuild,v 1.1 2009/02/20 15:48:40 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.0.243.ebuild,v 1.2 2010/09/27 10:39:45 redhatter Exp $ inherit vim @@ -16,7 +16,7 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.*} DESCRIPTION="Vim, an improved vi-style text editor" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" DEPEND="${DEPEND} !minimal? ( ~app-editors/vim-core-${PV} )" |