diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-04-28 18:53:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-04-28 18:53:26 +0000 |
commit | 0726fd6a62c40519ea023cba41be966516e180a6 (patch) | |
tree | 2fe7a81f77a65c8da9f7552afe181b2afc06d5b1 /app-editors/vim-core | |
parent | add 6.2_pre2 (diff) | |
download | gentoo-2-0726fd6a62c40519ea023cba41be966516e180a6.tar.gz gentoo-2-0726fd6a62c40519ea023cba41be966516e180a6.tar.bz2 gentoo-2-0726fd6a62c40519ea023cba41be966516e180a6.zip |
add 6.2_pre2
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r-- | app-editors/vim-core/Manifest | 2 | ||||
-rw-r--r-- | app-editors/vim-core/files/digest-vim-core-6.2_pre2 | 3 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.2_pre2.ebuild | 20 |
3 files changed, 24 insertions, 1 deletions
diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest index 4f6cd49dbd8a..7a2a8d6c0aa5 100644 --- a/app-editors/vim-core/Manifest +++ b/app-editors/vim-core/Manifest @@ -2,7 +2,7 @@ MD5 b8a1baaf68c2bb68e89c2730f48ca522 ChangeLog 3012 MD5 31505cfe80a73066407322680501e6a2 vim-core-6.1-r4.ebuild 779 MD5 e07c7b938dd22000336f5eae9e5008c9 vim-core-6.1-r5.ebuild 785 MD5 19ab2b5ad844590d09032a3bf5a9477b vim-core-6.2_pre1.ebuild 813 -MD5 9f6b6cde91da74782a588a7531112c04 vim-core-6.2_pre2.ebuild 804 +MD5 396ed55fffd5c55f157cc6386b791755 vim-core-6.2_pre2.ebuild 804 MD5 6e49a557b4aa48015c9d45aa4c9cc1d9 files/digest-vim-core-6.1-r4 272 MD5 d1c6ba5952b719c7be9c961510204fff files/digest-vim-core-6.1-r5 276 MD5 b76a88160b1cdf5b865836399d0b0573 files/digest-vim-core-6.2_pre1 198 diff --git a/app-editors/vim-core/files/digest-vim-core-6.2_pre2 b/app-editors/vim-core/files/digest-vim-core-6.2_pre2 new file mode 100644 index 000000000000..bcd03946c5ce --- /dev/null +++ b/app-editors/vim-core/files/digest-vim-core-6.2_pre2 @@ -0,0 +1,3 @@ +MD5 41d7f71c173f97c7f4f9a9f318e75eec vim-6.2b.tar.bz2 3162849 +MD5 b57557b70aa38e78a708c2231516ada9 vim-6.2b-lang.tar.gz 1014289 +MD5 e9c600232ab98d985b1bc84d0d524646 vim-6.2a-gentoo-patches.tar.bz2 4020 diff --git a/app-editors/vim-core/vim-core-6.2_pre2.ebuild b/app-editors/vim-core/vim-core-6.2_pre2.ebuild new file mode 100644 index 000000000000..c1dd859297a1 --- /dev/null +++ b/app-editors/vim-core/vim-core-6.2_pre2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2_pre2.ebuild,v 1.1 2003/04/28 18:51:34 agriffis Exp $ + +inherit vim + +VIM_VERSION="6.2b" +VIM_GENTOO_PATCHES="vim-6.2a-gentoo-patches.tar.bz2" +VIM_ORG_PATCHES="" # no patches available + +SRC_URI="${SRC_URI} + ftp://ftp.vim.org/pub/vim/unstable/unix/vim-6.2b.tar.bz2 + nls? ( ftp://ftp.vim.org/pub/vim/unstable/extra/vim-6.2b-lang.tar.gz ) + mirror://gentoo/${VIM_GENTOO_PATCHES}" +# mirror://gentoo/${VIM_ORG_PATCHES}" + +S=${WORKDIR}/vim${VIM_VERSION/.} +DESCRIPTION="vim, gvim and kvim shared files" +KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86" +DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass |