WEB_SITE=http://vim.sf.net
LICENSE[0]=http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
ENTERED=20010922
KEYWORDS="editors"
- PATCHLEVEL=0
SHORT="VIM is an improved version of vi."
cat << EOF
VIM is an improved version of the editor vi, one of the standard text
diff --git a/editors/vim/HISTORY b/editors/vim/HISTORY
index 0955c5c..3e3f432 100644
--- a/editors/vim/HISTORY
+++ b/editors/vim/HISTORY
@@ -1,6 +1,7 @@
2011-01-27 Ladislav Hagara <hgr AT vabo.cz>
* patches/*: stale patches removed
* vim-patches-tarball: script added
+ * DETAILS, PRE_BUILD: patches 001-107 applied, PATCHLEVEL=1
2011-01-02 Ismael Luceno <ismael AT sourcemage.org>
* vim.desktop, gvim.desktop: added generic name
diff --git a/editors/vim/PRE_BUILD b/editors/vim/PRE_BUILD
new file mode 100755
index 0000000..1d64fc0
--- /dev/null
+++ b/editors/vim/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+unpack_file 2 &&
+
+PATCHES=$(eval echo {001..107}) &&
+for i in $PATCHES; do
+ message "${MESSAGE_COLOR}applying patch 7.3.$i ...${DEFAULT_COLOR}" &&
+ patch -p0 < patches/7.3.$i
+done
diff --git a/editors/vim/vim-7.3-patches-001-107.tar.bz2.sig
b/editors/vim/vim-7.3-patches-001-107.tar.bz2.sig
new file mode 100644
index 0000000..5c0b7cf
Binary files /dev/null and b/editors/vim/vim-7.3-patches-001-107.tar.bz2.sig
differ
[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (7202e8ae53647773a467213388c0f925f695b8a8),
Ladislav Hagara, 01/27/2011