summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/vim/ChangeLog8
-rw-r--r--app-editors/vim/Manifest12
-rw-r--r--app-editors/vim/files/digest-vim-7.0_alpha200511272
-rw-r--r--app-editors/vim/vim-7.0_alpha20051127.ebuild25
4 files changed, 36 insertions, 11 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index 90f6865fe274..ecca21cc8fc5 100644
--- a/app-editors/vim/ChangeLog
+++ b/app-editors/vim/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/vim
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.202 2005/11/21 23:35:30 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.203 2005/11/27 02:17:16 ciaranm Exp $
+
+*vim-7.0_alpha20051127 (27 Nov 2005)
+
+ 27 Nov 2005; Ciaran McCreesh <ciaranm@gentoo.org>
+ +vim-7.0_alpha20051127.ebuild:
+ New vim7 snapshot
21 Nov 2005; Ciaran McCreesh <ciaranm@gentoo.org> -vim-6.3.084.ebuild,
-vim-6.3.086.ebuild, -vim-6.4_beta.ebuild:
diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest
index 71d9a1813314..6f5c85c6275c 100644
--- a/app-editors/vim/Manifest
+++ b/app-editors/vim/Manifest
@@ -1,18 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 18baf44ad42d23cd8eded2c8bd79b480 ChangeLog 28924
MD5 f06702e38dc279aee7ca16c7283d67cb files/digest-vim-6.4 200
MD5 a65308105a0c09c0ec5cc1aea1b62264 files/digest-vim-7.0_alpha20050928 163
+MD5 d8ee82d7a817a6c8a641ca1a1cc66a82 files/digest-vim-7.0_alpha20051127 162
MD5 87fe7821e180647f3bf48ed099a22b83 files/vim-completion 998
MD5 48e706214652b216c21280e50511627d files/vimrc 3004
MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156
MD5 8351d8850a582a42a6c7c0ffa5e6e702 vim-6.4.ebuild 1007
MD5 fe1fa3734c4d673d2d3f400db9cb47a5 vim-7.0_alpha20050928.ebuild 820
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFDglnmLLFUmVNQ7rkRAqptAJ96eNfMem4bdTJLNgcc8RkfDvOONQCghWuv
-P0FlgLCg6BUPfJxzMHrXmNM=
-=CtZZ
------END PGP SIGNATURE-----
+MD5 ef411b89fdbfc8763afea1f4456f6e86 vim-7.0_alpha20051127.ebuild 808
diff --git a/app-editors/vim/files/digest-vim-7.0_alpha20051127 b/app-editors/vim/files/digest-vim-7.0_alpha20051127
new file mode 100644
index 000000000000..d4619df08580
--- /dev/null
+++ b/app-editors/vim/files/digest-vim-7.0_alpha20051127
@@ -0,0 +1,2 @@
+MD5 d2cd38e59e43908ef29f74890c5fb3df vim-7.0_alpha20051127-gentoo-patches.tar.bz2 7996
+MD5 2cbcd91b1caaa630fcb3b80bcd0dd833 vim-7.0_alpha20051127.tar.bz2 5674567
diff --git a/app-editors/vim/vim-7.0_alpha20051127.ebuild b/app-editors/vim/vim-7.0_alpha20051127.ebuild
new file mode 100644
index 000000000000..ba0c5f8a4e11
--- /dev/null
+++ b/app-editors/vim/vim-7.0_alpha20051127.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.0_alpha20051127.ebuild,v 1.1 2005/11/27 02:17:16 ciaranm Exp $
+
+inherit vim
+
+VIM_DATESTAMP="${PV##*alpha}"
+
+VIM_VERSION="7.0aa"
+VIM_SNAPSHOT="vim-${PV}.tar.bz2"
+VIM_GENTOO_PATCHES="vim-${PV}-gentoo-patches.tar.bz2"
+
+SRC_URI="${SRC_URI}
+ mirror://gentoo/${VIM_SNAPSHOT}
+ mirror://gentoo/${VIM_GENTOO_PATCHES}"
+
+S=${WORKDIR}/vim${VIM_VERSION/.*}
+DESCRIPTION="Vim, an improved vi-style text editor"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+IUSE=""
+PROVIDE="virtual/editor"
+DEPEND="${DEPEND}
+ !minimal? ( ~app-editors/vim-core-${PV} )"
+RDEPEND="${RDEPEND} !app-editors/nvi
+ !minimal? ( ~app-editors/vim-core-${PV} )"