diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-07-28 00:14:15 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-07-28 00:14:15 +0000 |
commit | bff9cfbadb0cf58bb63091c3c869f887b666f47d (patch) | |
tree | 406464dd7b805308b844c33481f27df8b2c7b8f9 /app-editors/vim-core | |
parent | Mask vim-with-x for vim (diff) | |
download | gentoo-2-bff9cfbadb0cf58bb63091c3c869f887b666f47d.tar.gz gentoo-2-bff9cfbadb0cf58bb63091c3c869f887b666f47d.tar.bz2 gentoo-2-bff9cfbadb0cf58bb63091c3c869f887b666f47d.zip |
version bump, fixes security issue with helptags and other bugs
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r-- | app-editors/vim-core/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/vim-core/files/digest-vim-core-7.1.042 | 15 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-7.1.042.ebuild | 23 |
3 files changed, 44 insertions, 1 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index 13a74aece7bb..d9d8a31a9c85 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.261 2007/07/15 16:33:33 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.262 2007/07/28 00:14:15 hawking Exp $ + +*vim-core-7.1.042 (27 Jul 2007) + + 27 Jul 2007; Ali Polatel <hawking@gentoo.org> +vim-core-7.1.042.ebuild: + version bump, fixes security issue with helptags and other bugs *vim-core-7.1.028 (15 Jul 2007) diff --git a/app-editors/vim-core/files/digest-vim-core-7.1.042 b/app-editors/vim-core/files/digest-vim-core-7.1.042 new file mode 100644 index 000000000000..55a67c26b6fe --- /dev/null +++ b/app-editors/vim-core/files/digest-vim-core-7.1.042 @@ -0,0 +1,15 @@ +MD5 605cc7ae31bcc9d7864bb0bb6025f55d vim-7.1-extra.tar.gz 713842 +RMD160 e44bde407fb42233a8fbcc74d96a03650bf863d1 vim-7.1-extra.tar.gz 713842 +SHA256 4f4a4809e0089fe7c3b8dc1ae96cc692ca4dd62f06bd1c542c83ef2a345fdf1b vim-7.1-extra.tar.gz 713842 +MD5 78439f5a5ffa19dbc7fc7cdfff7ed7e2 vim-7.1-gentoo-patches.tar.bz2 6170 +RMD160 18401e255876c5bac2ee6c604e42a87406b38502 vim-7.1-gentoo-patches.tar.bz2 6170 +SHA256 80b78ecded23b39d8a6e4832906904c035abc3c589c69397997fa1183f941fe8 vim-7.1-gentoo-patches.tar.bz2 6170 +MD5 144aa049ba70621acf4247f0459f3ee7 vim-7.1-lang.tar.gz 1188738 +RMD160 ac38dde9b2e497687f9d046786b3ce1e45f45020 vim-7.1-lang.tar.gz 1188738 +SHA256 ffbd99baac105994163efe78a1b0a3c77faae38f66d7df00465c7dd7f8879947 vim-7.1-lang.tar.gz 1188738 +MD5 44c6b4914f38d6f9aa959640b89da329 vim-7.1.tar.bz2 6876053 +RMD160 470775e0d0219cafe7e04dd91199ed7441882456 vim-7.1.tar.bz2 6876053 +SHA256 7f0a5195db1981806090a46aa962f980edc68eba72ca5cfc8287aff612f1cf70 vim-7.1.tar.bz2 6876053 +MD5 5d2c50572454b8b9ca19ae449f972417 vim-patches-7.1.042.tar.gz 64204 +RMD160 da6ea2b6fc8c41c35a82a0f5faf59c37d01385e6 vim-patches-7.1.042.tar.gz 64204 +SHA256 39704006d88b262a6e1c4ee68d217f14820439ba522662784a1d0724008c86c4 vim-patches-7.1.042.tar.gz 64204 diff --git a/app-editors/vim-core/vim-core-7.1.042.ebuild b/app-editors/vim-core/vim-core-7.1.042.ebuild new file mode 100644 index 000000000000..a0c899352e8e --- /dev/null +++ b/app-editors/vim-core/vim-core-7.1.042.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 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.1.042.ebuild,v 1.1 2007/07/28 00:14:15 hawking Exp $ + +inherit vim + +VIM_VERSION="7.1" +VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches.tar.bz2" +VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz" +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_ORG_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 )" |