diff options
author | 2008-08-14 08:42:49 +0000 | |
---|---|---|
committer | 2008-08-14 08:42:49 +0000 | |
commit | 7484b18bf92fe2e4ac371c946210413f08fa3385 (patch) | |
tree | 10fe6a36e6d2e36ddb4bb2c6a7e0bcd628b1a235 /app-editors/vim-core | |
parent | Fix up interprolog and mt options. (diff) | |
download | historical-7484b18bf92fe2e4ac371c946210413f08fa3385.tar.gz historical-7484b18bf92fe2e4ac371c946210413f08fa3385.tar.bz2 historical-7484b18bf92fe2e4ac371c946210413f08fa3385.zip |
Version bump. Fixing bugs 227453, 232890, 234652 and 234587.
Package-Manager: portage-2.2_rc7.wrabbit
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r-- | app-editors/vim-core/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-7.2.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index c9480b9ad1e2..0d1adcedf2b2 100644 --- a/app-editors/vim-core/ChangeLog +++ b/app-editors/vim-core/ChangeLog @@ -1,6 +1,11 @@ # 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.293 2008/07/07 12:14:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.294 2008/08/14 08:41:16 hawking Exp $ + +*vim-core-7.2 (14 Aug 2008) + + 14 Aug 2008; Ali Polatel <hawking@gentoo.org> +vim-core-7.2.ebuild: + Version bump. Fixing bugs 227453, 232890, 234652 and 234587. 07 Jul 2008; Raúl Porcel <armin76@gentoo.org> vim-core-7.1.319.ebuild: alpha/ia64 stable wrt security #227453 diff --git a/app-editors/vim-core/vim-core-7.2.ebuild b/app-editors/vim-core/vim-core-7.2.ebuild new file mode 100644 index 000000000000..310d9eb6eb09 --- /dev/null +++ b/app-editors/vim-core/vim-core-7.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 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.ebuild,v 1.1 2008/08/14 08:41:16 hawking Exp $ + +inherit vim + +VIM_VERSION="7.2" +VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches.tar.bz2" +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}" + +S="${WORKDIR}/vim${VIM_VERSION/.}" +DESCRIPTION="vim and gvim shared files" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" +DEPEND="${DEPEND}" +PDEPEND="!livecd? ( app-vim/gentoo-syntax )" |