summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2010-12-15 22:20:14 +0000
committerMarkus Meier <maekke@gentoo.org>2010-12-15 22:20:14 +0000
commitcc8f7338f5e00f44650c733cc353645b50d2ca4d (patch)
treeb5326abecf7057b43d39fc1923e2de99e6135ad1 /app-editors/vim
parentVersion bump. Fix memory leaks, various xml handling problems and asynchronou... (diff)
downloadhistorical-cc8f7338f5e00f44650c733cc353645b50d2ca4d.tar.gz
historical-cc8f7338f5e00f44650c733cc353645b50d2ca4d.tar.bz2
historical-cc8f7338f5e00f44650c733cc353645b50d2ca4d.zip
arm stable, bug #348269
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'app-editors/vim')
-rw-r--r--app-editors/vim/ChangeLog5
-rw-r--r--app-editors/vim/vim-7.3.50.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index 25850985e92b..c76a273d2a63 100644
--- a/app-editors/vim/ChangeLog
+++ b/app-editors/vim/ChangeLog
@@ -1,6 +1,9 @@
# 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.362 2010/12/14 10:25:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.363 2010/12/15 22:17:53 maekke Exp $
+
+ 15 Dec 2010; Markus Meier <maekke@gentoo.org> vim-7.3.50.ebuild:
+ arm stable, bug #348269
14 Dec 2010; Christian Faulhammer <fauli@gentoo.org> vim-7.3.50.ebuild:
stable x86, bug 348269
diff --git a/app-editors/vim/vim-7.3.50.ebuild b/app-editors/vim/vim-7.3.50.ebuild
index 53c69750a38e..769dbc2f0f4a 100644
--- a/app-editors/vim/vim-7.3.50.ebuild
+++ b/app-editors/vim/vim-7.3.50.ebuild
@@ -1,6 +1,6 @@
# 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.3.50.ebuild,v 1.3 2010/12/14 10:25:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.3.50.ebuild,v 1.4 2010/12/15 22:17:53 maekke Exp $
EAPI=3
VIM_VERSION="7.3"
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
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 x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
src_prepare() {