summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-05-21 22:25:06 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-05-21 22:25:06 +0000
commit91827024e9d1d8ca25d15f7b0240a9f921621205 (patch)
tree4b205b3c391d0ae683df941158d322bd5344da8e /app-editors
parentmanifest recommit (seems to be screwy) (diff)
downloadhistorical-91827024e9d1d8ca25d15f7b0240a9f921621205.tar.gz
historical-91827024e9d1d8ca25d15f7b0240a9f921621205.tar.bz2
historical-91827024e9d1d8ca25d15f7b0240a9f921621205.zip
adding vim 6.3b, see changelog
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim/ChangeLog9
-rw-r--r--app-editors/vim/files/digest-vim-6.3_beta24
-rw-r--r--app-editors/vim/vim-6.3_beta2.ebuild22
3 files changed, 34 insertions, 1 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index e14f4c76e18b..d1aafd22fff3 100644
--- a/app-editors/vim/ChangeLog
+++ b/app-editors/vim/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-editors/vim
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.98 2004/05/12 15:42:24 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.99 2004/05/21 22:25:06 ciaranm Exp $
+
+*vim-6.3_beta2 (21 May 2004)
+
+ 21 May 2004; Ciaran McCreesh <ciaranm@gentoo.org> +vim-6.3_beta2.ebuild:
+ Added vim 6.3b (as _beta2) ebuilds in preparation for 6.3 final. These are
+ masked in package.mask. Only leaving in ~arch on archs for which I've tested,
+ filing a bug for everyone else.
12 May 2004; Ciaran McCreesh <ciaranm@gentoo.org> vim-6.2-r9.ebuild:
Stable on sparc, mips
diff --git a/app-editors/vim/files/digest-vim-6.3_beta2 b/app-editors/vim/files/digest-vim-6.3_beta2
new file mode 100644
index 000000000000..211c2f5e21d9
--- /dev/null
+++ b/app-editors/vim/files/digest-vim-6.3_beta2
@@ -0,0 +1,4 @@
+MD5 65b63e600000a7fbcbad52ea5e982891 vim-6.3b.tar.bz2 3668322
+MD5 fb34920f06575b52e88f8699c90fa609 vim-6.3b-lang.tar.gz 1061565
+MD5 7d14e62f7f3f78a043c21c04d34d9b70 vim-6.2.070-gentoo-patches.tar.bz2 4416
+MD5 9091154de81a84489fe86d7305a8fbcc vim-6.3b.002-patches.tar.bz2 2677
diff --git a/app-editors/vim/vim-6.3_beta2.ebuild b/app-editors/vim/vim-6.3_beta2.ebuild
new file mode 100644
index 000000000000..f8c900c748f1
--- /dev/null
+++ b/app-editors/vim/vim-6.3_beta2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.3_beta2.ebuild,v 1.1 2004/05/21 22:25:06 ciaranm Exp $
+
+inherit vim
+
+VIM_VERSION="6.3b"
+VIM_GENTOO_PATCHES="vim-6.2.070-gentoo-patches.tar.bz2"
+VIM_ORG_PATCHES="vim-6.3b.002-patches.tar.bz2"
+
+SRC_URI="${SRC_URI}
+ ftp://ftp.vim.org/pub/vim/unstable/unix/vim-${VIM_VERSION}.tar.bz2
+ nls? ( ftp://ftp.vim.org/pub/vim/unstable/extra/vim-${VIM_VERSION}-lang.tar.gz )
+ mirror://gentoo/${VIM_GENTOO_PATCHES}
+ mirror://gentoo/${VIM_ORG_PATCHES}"
+
+S=${WORKDIR}/vim${VIM_VERSION/.}
+DESCRIPTION="Vi IMproved!"
+KEYWORDS="~sparc ~mips"
+PROVIDE="virtual/editor"
+DEPEND="${DEPEND}
+ ~app-editors/vim-core-${PV}"