diff options
author | Jim Ramsay <lack@gentoo.org> | 2009-02-19 19:30:41 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2009-02-19 19:30:41 +0000 |
commit | 8b3ac1d428e01aec8661cfbea8c9a7286437761b (patch) | |
tree | 7b806431d955de3a91adf9317403104f586f7afa /app-editors/gvim | |
parent | Version 7.2.021 wasn't actually applying any patches (It was equivalent to 7.... (diff) | |
download | gentoo-2-8b3ac1d428e01aec8661cfbea8c9a7286437761b.tar.gz gentoo-2-8b3ac1d428e01aec8661cfbea8c9a7286437761b.tar.bz2 gentoo-2-8b3ac1d428e01aec8661cfbea8c9a7286437761b.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/gvim')
-rw-r--r-- | app-editors/gvim/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.2.108.ebuild (renamed from app-editors/gvim/gvim-7.2.021.ebuild) | 6 |
2 files changed, 12 insertions, 3 deletions
diff --git a/app-editors/gvim/ChangeLog b/app-editors/gvim/ChangeLog index 98475335fc03..7a0cd53b3589 100644 --- a/app-editors/gvim/ChangeLog +++ b/app-editors/gvim/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-editors/gvim # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.284 2009/01/04 22:43:51 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.285 2009/02/19 19:30:41 lack Exp $ + +*gvim-7.2.108 (19 Feb 2009) + + 19 Feb 2009; Jim Ramsay <lack@gentoo.org> -gvim-7.2.021.ebuild, + +gvim-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 04 Jan 2009; Ulrich Mueller <ulm@gentoo.org> gvim-7.0.235.ebuild, gvim-7.1.123.ebuild, gvim-7.2.ebuild, gvim-7.2.021.ebuild: diff --git a/app-editors/gvim/gvim-7.2.021.ebuild b/app-editors/gvim/gvim-7.2.108.ebuild index 28cbe510fe87..40fd2bc1f579 100644 --- a/app-editors/gvim/gvim-7.2.021.ebuild +++ b/app-editors/gvim/gvim-7.2.108.ebuild @@ -1,18 +1,20 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.2.021.ebuild,v 1.2 2009/01/04 22:43:51 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.2.108.ebuild,v 1.1 2009/02/19 19:30:41 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" GVIMRC_FILE_SUFFIX="-r1" GVIM_DESKTOP_SUFFIX="-r1" SRC_URI="ftp://ftp.vim.org/pub/vim/unstable/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="GUI version of the Vim text editor" |