summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2009-02-19 19:29:05 +0000
committerJim Ramsay <lack@gentoo.org>2009-02-19 19:29:05 +0000
commit2b3746bff9bf6e429a9844836243c80c363f2690 (patch)
treed5dcd0b0ff766139b0a2d41d6e0e5d20815870be /app-editors
parentRemove old version of gtk-engines-qt (diff)
downloadgentoo-2-2b3746bff9bf6e429a9844836243c80c363f2690.tar.gz
gentoo-2-2b3746bff9bf6e429a9844836243c80c363f2690.tar.bz2
gentoo-2-2b3746bff9bf6e429a9844836243c80c363f2690.zip
Version 7.2.021 wasn't actually applying any patches (It was equivalent to 7.2), and patchset 108 is now out. Bug #238120
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim-core/ChangeLog11
-rw-r--r--app-editors/vim-core/vim-core-7.2.108.ebuild (renamed from app-editors/vim-core/vim-core-7.2.021.ebuild)8
2 files changed, 14 insertions, 5 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog
index 6d9d0ee64734..e2704b0354cd 100644
--- a/app-editors/vim-core/ChangeLog
+++ b/app-editors/vim-core/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-editors/vim-core
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.302 2008/09/19 18:52:16 hawking Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.303 2009/02/19 19:29:05 lack Exp $
+
+*vim-core-7.2.108 (19 Feb 2009)
+
+ 19 Feb 2009; Jim Ramsay <lack@gentoo.org> -vim-core-7.2.021.ebuild,
+ +vim-core-7.2.108.ebuild:
+ Version 7.2.021 wasn't actually applying any patches (It was equivalent to
+ 7.2), and patchset 108 is now out. Bug #238120
*vim-core-7.2.021 (19 Sep 2008)
diff --git a/app-editors/vim-core/vim-core-7.2.021.ebuild b/app-editors/vim-core/vim-core-7.2.108.ebuild
index e6779aa839d8..9a8b8c371b74 100644
--- a/app-editors/vim-core/vim-core-7.2.021.ebuild
+++ b/app-editors/vim-core/vim-core-7.2.108.ebuild
@@ -1,17 +1,19 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.2.021.ebuild,v 1.1 2008/09/19 18:52:16 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.2.108.ebuild,v 1.1 2009/02/19 19:29:05 lack Exp $
inherit vim
VIM_VERSION="7.2"
VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches.tar.bz2"
+VIM_ORG_PATCHES="vim-patches-${PV}.tar"
VIMRC_FILE_SUFFIX="-r3"
SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz
ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-extra.tar.gz
- mirror://gentoo/${VIM_GENTOO_PATCHES}"
+ mirror://gentoo/${VIM_GENTOO_PATCHES}
+ mirror://gentoo/${VIM_ORG_PATCHES}"
S="${WORKDIR}/vim${VIM_VERSION/.}"
DESCRIPTION="vim and gvim shared files"