[arch-commits] Commit in vim/repos (12 files)

2016-10-26 Thread Anatol Pomozov
Date: Wednesday, October 26, 2016 @ 20:18:51
  Author: anatolik
Revision: 279296

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(from rev 279295, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
  vim/repos/testing-i686/0002-Further-fix-widget-sizing.patch
(from rev 279295, vim/trunk/0002-Further-fix-widget-sizing.patch)
  vim/repos/testing-i686/PKGBUILD
(from rev 279295, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 279295, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/vimrc
(from rev 279295, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  
vim/repos/testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(from rev 279295, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
  vim/repos/testing-x86_64/0002-Further-fix-widget-sizing.patch
(from rev 279295, vim/trunk/0002-Further-fix-widget-sizing.patch)
  vim/repos/testing-x86_64/PKGBUILD
(from rev 279295, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 279295, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/vimrc
(from rev 279295, vim/trunk/vimrc)

+
 testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch   |   39 +
 testing-i686/0002-Further-fix-widget-sizing.patch  |   29 +
 testing-i686/PKGBUILD  |  211 
++
 testing-i686/archlinux.vim |   25 +
 testing-i686/vimrc |   18 
 testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch |   39 +
 testing-x86_64/0002-Further-fix-widget-sizing.patch|   29 +
 testing-x86_64/PKGBUILD|  211 
++
 testing-x86_64/archlinux.vim   |   25 +
 testing-x86_64/vimrc   |   18 
 10 files changed, 644 insertions(+)

Copied: 
vim/repos/testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch 
(from rev 279295, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
===
--- testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(rev 0)
+++ testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
2016-10-26 20:18:51 UTC (rev 279296)
@@ -0,0 +1,39 @@
+From 0060136ccbe78ff791e5bd732510cff12094bec9 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sun, 23 Oct 2016 21:12:15 +0200
+Subject: [PATCH 1/2] Fix widget sizing on current Gtk+ 3.22 branch
+
+Gtk recently started emitting configure events when repositioning child
+windows[1]. Events for the form's child windows bubble up the widget
+hierarchy, get caught by our configure event handler, and treated as if
+they were reporting the size of the form window. As a result, the shell
+was sized using far too small dimensions[2][3]. This change will be part
+of Gtk+ 3.22.2.
+
+Solve this by checking whether the configure event we get is really for
+the form widget.
+
+[1]: 
https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22=12579fe71b3b8f79eb9c1b80e429443bcc437dd0
+[2]: https://bugs.archlinux.org/task/51509
+[3]: https://bugzilla.gnome.org/show_bug.cgi?id=773387
+---
+ src/gui_gtk_x11.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c
+index 388464215fadc3b5..bf3c99ad9a043ad9 100644
+--- a/src/gui_gtk_x11.c
 b/src/gui_gtk_x11.c
+@@ -4429,6 +4429,9 @@ form_configure_event(GtkWidget *widget UNUSED,
+ {
+ int usable_height = event->height;
+ 
++if (event->window != gtk_widget_get_window (gui.formwin))
++  return TRUE;
++
+ /* When in a GtkPlug, we can't guarantee valid heights (as a round
+  * no. of char-heights), so we have to manually sanitise them.
+  * Widths seem to sort themselves out, don't ask me why.
+-- 
+2.10.1
+

Copied: vim/repos/testing-i686/0002-Further-fix-widget-sizing.patch (from rev 
279295, vim/trunk/0002-Further-fix-widget-sizing.patch)
===
--- testing-i686/0002-Further-fix-widget-sizing.patch   
(rev 0)
+++ testing-i686/0002-Further-fix-widget-sizing.patch   2016-10-26 20:18:51 UTC 
(rev 279296)
@@ -0,0 +1,29 @@
+From ba1eefe7a2f52e1d8d16b51f12c6aba57148fb19 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 24 Oct 2016 19:26:36 +0200
+Subject: [PATCH 2/2] Further fix widget sizing
+
+Follow-up by ofourdan in order to fix resizing on maximization. This
+makes the 

[arch-commits] Commit in vim/repos (12 files)

2016-09-15 Thread Anatol Pomozov
Date: Thursday, September 15, 2016 @ 17:20:52
  Author: anatolik
Revision: 276494

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/PKGBUILD
(from rev 276493, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 276493, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/vimrc
(from rev 276493, vim/trunk/vimrc)
  vim/repos/testing-x86_64/PKGBUILD
(from rev 276493, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 276493, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/vimrc
(from rev 276493, vim/trunk/vimrc)
Deleted:
  vim/repos/testing-i686/PKGBUILD
  vim/repos/testing-i686/archlinux.vim
  vim/repos/testing-i686/vimrc
  vim/repos/testing-x86_64/PKGBUILD
  vim/repos/testing-x86_64/archlinux.vim
  vim/repos/testing-x86_64/vimrc

--+
 /PKGBUILD|  404 +
 /archlinux.vim   |   50 +
 /vimrc   |   36 +++
 testing-i686/PKGBUILD|  203 
 testing-i686/archlinux.vim   |   25 --
 testing-i686/vimrc   |   18 -
 testing-x86_64/PKGBUILD  |  203 
 testing-x86_64/archlinux.vim |   25 --
 testing-x86_64/vimrc |   18 -
 9 files changed, 490 insertions(+), 492 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-09-15 17:20:06 UTC (rev 276493)
+++ testing-i686/PKGBUILD   2016-09-15 17:20:52 UTC (rev 276494)
@@ -1,203 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-
-pkgbase=vim
-pkgname=(vim gvim vim-runtime)
-pkgver=8.0.0003
-_versiondir=80
-pkgrel=1
-arch=(i686 x86_64)
-license=('custom:vim')
-url='http://www.vim.org'
-makedepends=(gpm python2 python ruby libxt gtk2 gtk3 lua gawk tcl)
-source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
-vimrc
-archlinux.vim)
-sha1sums=('77fac5302969a292ab89e827a36f3b278c99af9a'
-  '0612c9d685ca7bb3b7bad8ebb9eaaefd5e724376'
-  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2')
-
-prepare() {
-  cd vim-$pkgver/src
-
-  # define the place for the global (g)vimrc file (set to /etc/vimrc)
-  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
-  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
-
-  autoconf
-
-  cd "$srcdir"
-  cp -a vim-$pkgver gvim-$pkgver
-}
-
-build() {
-  cd "${srcdir}"/vim-$pkgver
-  ./configure \
---prefix=/usr \
---localstatedir=/var/lib/vim \
---with-features=huge \
---with-compiledby='Arch Linux' \
---enable-gpm \
---enable-acl \
---with-x=no \
---disable-gui \
---enable-multibyte \
---enable-cscope \
---enable-netbeans \
---enable-perlinterp=dynamic \
---enable-pythoninterp=dynamic \
---enable-python3interp=dynamic \
---enable-rubyinterp=dynamic \
---enable-luainterp=dynamic \
---enable-tclinterp=dynamic
-  make
-
-  cd "${srcdir}"/gvim-$pkgver
-  ./configure \
---prefix=/usr \
---localstatedir=/var/lib/vim \
---with-features=huge \
---with-compiledby='Arch Linux' \
---enable-gpm \
---enable-acl \
---with-x=yes \
---enable-gui=gtk2 \
---enable-multibyte \
---enable-cscope \
---enable-netbeans \
---enable-perlinterp=dynamic \
---enable-pythoninterp=dynamic \
---enable-python3interp=dynamic \
---enable-rubyinterp=dynamic \
---enable-luainterp=dynamic \
---enable-tclinterp=dynamic
-  make
-}
-
-check() {
-  # disable tests because they are broken FS#50742
-  cd "${srcdir}"/vim-$pkgver
-  #TERM=xterm make -j1 test
-}
-
-package_vim-runtime() {
-  pkgdesc='Runtime for vim and gvim'
-  backup=('etc/vimrc')
-
-  cd "${srcdir}"/vim-$pkgver
-
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-  # man and bin files belong to 'vim'
-  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
-
-  # Don't forget logtalk.dict
-  install -Dm644 runtime/ftplugin/logtalk.dict \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
-
-  # fix FS#17216
-  sed -i 's|messages,/var|messages,/var/log/messages.log,/var|' \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/filetype.vim
-
-  # patch filetype.vim for better handling of pacman related files
-  sed -i 
"s/rpmsave/pacsave/;s/rpmnew/pacnew/;s/,\*\.ebuild/\0,PKGBUILD*,*.install/" \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/filetype.vim
-  sed -i "/find the 
end/,+3{s/changelog_date_entry_search/changelog_date_end_entry_search/}" \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/changelog.vim
-
-  # rc files
- 

[arch-commits] Commit in vim/repos (12 files)

2016-06-09 Thread Anatol Pomozov
Date: Thursday, June 9, 2016 @ 18:39:13
  Author: anatolik
Revision: 269218

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/PKGBUILD
(from rev 269217, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 269217, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/vimrc
(from rev 269217, vim/trunk/vimrc)
  vim/repos/testing-x86_64/PKGBUILD
(from rev 269217, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 269217, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/vimrc
(from rev 269217, vim/trunk/vimrc)
Deleted:
  vim/repos/testing-i686/PKGBUILD
  vim/repos/testing-i686/archlinux.vim
  vim/repos/testing-i686/vimrc
  vim/repos/testing-x86_64/PKGBUILD
  vim/repos/testing-x86_64/archlinux.vim
  vim/repos/testing-x86_64/vimrc

--+
 /PKGBUILD|  400 +
 /archlinux.vim   |   50 +
 /vimrc   |   32 +++
 testing-i686/PKGBUILD|  200 
 testing-i686/archlinux.vim   |   25 --
 testing-i686/vimrc   |   16 -
 testing-x86_64/PKGBUILD  |  200 
 testing-x86_64/archlinux.vim |   25 --
 testing-x86_64/vimrc |   16 -
 9 files changed, 482 insertions(+), 482 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-06-09 16:38:02 UTC (rev 269217)
+++ testing-i686/PKGBUILD   2016-06-09 16:39:13 UTC (rev 269218)
@@ -1,200 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-
-pkgbase=vim
-pkgname=(vim gvim vim-runtime)
-pkgver=7.4.1905
-_versiondir=74
-pkgrel=1
-arch=(i686 x86_64)
-license=('custom:vim')
-url='http://www.vim.org'
-makedepends=(gpm python2 python ruby libxt gtk2 gtk3 lua gawk tcl)
-source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
-vimrc
-archlinux.vim)
-sha1sums=('9521581d9e1b624068a0836420f1bb4069a05356'
-  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
-  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2')
-
-prepare() {
-  cd vim-$pkgver/src
-
-  # define the place for the global (g)vimrc file (set to /etc/vimrc)
-  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
-  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
-
-  autoconf
-
-  cd "$srcdir"
-  cp -a vim-$pkgver gvim-$pkgver
-}
-
-build() {
-  cd "${srcdir}"/vim-$pkgver
-  ./configure \
---prefix=/usr \
---localstatedir=/var/lib/vim \
---with-features=huge \
---with-compiledby='Arch Linux' \
---enable-gpm \
---enable-acl \
---with-x=no \
---disable-gui \
---enable-multibyte \
---enable-cscope \
---enable-netbeans \
---enable-perlinterp=dynamic \
---enable-pythoninterp=dynamic \
---enable-python3interp=dynamic \
---enable-rubyinterp=dynamic \
---enable-luainterp=dynamic \
---enable-tclinterp=dynamic
-  make
-
-  cd "${srcdir}"/gvim-$pkgver
-  ./configure \
---prefix=/usr \
---localstatedir=/var/lib/vim \
---with-features=huge \
---with-compiledby='Arch Linux' \
---enable-gpm \
---enable-acl \
---with-x=yes \
---enable-gui=gtk2 \
---enable-multibyte \
---enable-cscope \
---enable-netbeans \
---enable-perlinterp=dynamic \
---enable-pythoninterp=dynamic \
---enable-python3interp=dynamic \
---enable-rubyinterp=dynamic \
---enable-luainterp=dynamic \
---enable-tclinterp=dynamic
-  make
-}
-
-check() {
-  # disable tests because they seem to freeze
-  cd "${srcdir}"/vim-$pkgver
-  #make test
-
-  cd "${srcdir}"/gvim-$pkgver
-  #make test
-}
-
-package_vim-runtime() {
-  pkgdesc='Runtime for vim and gvim'
-  backup=('etc/vimrc')
-
-  cd "${srcdir}"/vim-$pkgver
-
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-  # man and bin files belong to 'vim'
-  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
-
-  # Don't forget logtalk.dict
-  install -Dm644 runtime/ftplugin/logtalk.dict \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
-
-  # fix FS#17216
-  sed -i 's|messages,/var|messages,/var/log/messages.log,/var|' \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/filetype.vim
-
-  # patch filetype.vim for better handling of pacman related files
-  sed -i 
"s/rpmsave/pacsave/;s/rpmnew/pacnew/;s/,\*\.ebuild/\0,PKGBUILD*,*.install/" \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/filetype.vim
-  sed -i "/find the 
end/,+3{s/changelog_date_entry_search/changelog_date_end_entry_search/}" \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/changelog.vim
-
-  # rc files
-  install -Dm644 

[arch-commits] Commit in vim/repos (12 files)

2015-12-28 Thread Evangelos Foutras
Date: Monday, December 28, 2015 @ 23:05:50
  Author: foutrelis
Revision: 257343

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  vim/repos/staging-i686/
  vim/repos/staging-i686/PKGBUILD
(from rev 257342, vim/trunk/PKGBUILD)
  vim/repos/staging-i686/archlinux.vim
(from rev 257342, vim/trunk/archlinux.vim)
  vim/repos/staging-i686/gvim.desktop
(from rev 257342, vim/trunk/gvim.desktop)
  vim/repos/staging-i686/gvim.install
(from rev 257342, vim/trunk/gvim.install)
  vim/repos/staging-i686/vimrc
(from rev 257342, vim/trunk/vimrc)
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 257342, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 257342, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/gvim.desktop
(from rev 257342, vim/trunk/gvim.desktop)
  vim/repos/staging-x86_64/gvim.install
(from rev 257342, vim/trunk/gvim.install)
  vim/repos/staging-x86_64/vimrc
(from rev 257342, vim/trunk/vimrc)

--+
 staging-i686/PKGBUILD|  377 +
 staging-i686/archlinux.vim   |   25 ++
 staging-i686/gvim.desktop|   63 ++
 staging-i686/gvim.install|   15 +
 staging-i686/vimrc   |   16 +
 staging-x86_64/PKGBUILD  |  377 +
 staging-x86_64/archlinux.vim |   25 ++
 staging-x86_64/gvim.desktop  |   63 ++
 staging-x86_64/gvim.install  |   15 +
 staging-x86_64/vimrc |   16 +
 10 files changed, 992 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 257342, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-28 22:05:50 UTC (rev 257343)
@@ -0,0 +1,377 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+
+pkgbase=vim
+pkgname=(vim-minimal vim vim-python3 gvim gvim-python3 vim-runtime)
+pkgver=7.4.944
+_versiondir=74
+pkgrel=2
+arch=(i686 x86_64)
+license=('custom:vim')
+url='http://www.vim.org'
+makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 lua)
+source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
+vimrc
+archlinux.vim
+gvim.desktop)
+sha1sums=('a670bd0a8417363d757341e1435474b42dd3ca75'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd vim-$pkgver
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+
+  (cd src && autoconf)
+
+  cd "$srcdir"
+  for pkg in ${pkgname[@]}
+  do
+cp -a vim-$pkgver ${pkg}-build
+  done
+}
+
+build() {
+  cd "${srcdir}"/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+--disable-python3interp \
+--enable-rubyinterp \
+--enable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-python3-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+

[arch-commits] Commit in vim/repos (12 files)

2015-11-30 Thread Anatol Pomozov
Date: Monday, November 30, 2015 @ 17:36:03
  Author: anatolik
Revision: 252080

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 252079, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 252079, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 252079, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 252079, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 252079, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 252079, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 252079, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 252079, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 252079, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 252079, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  377 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  377 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 992 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 252079, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-30 16:36:03 UTC (rev 252080)
@@ -0,0 +1,377 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+
+pkgbase=vim
+pkgname=(vim-minimal vim vim-python3 gvim gvim-python3 vim-runtime)
+pkgver=7.4.944
+_versiondir=74
+pkgrel=1
+arch=(i686 x86_64)
+license=('custom:vim')
+url='http://www.vim.org'
+makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 lua)
+source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
+vimrc
+archlinux.vim
+gvim.desktop)
+sha1sums=('a670bd0a8417363d757341e1435474b42dd3ca75'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd vim-$pkgver
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+
+  (cd src && autoconf)
+
+  cd "$srcdir"
+  for pkg in ${pkgname[@]}
+  do
+cp -a vim-$pkgver ${pkg}-build
+  done
+}
+
+build() {
+  cd "${srcdir}"/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+--disable-python3interp \
+--enable-rubyinterp \
+--enable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-python3-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+

[arch-commits] Commit in vim/repos (12 files)

2015-09-21 Thread Felix Yan
Date: Monday, September 21, 2015 @ 08:47:16
  Author: fyan
Revision: 247026

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  vim/repos/staging-i686/
  vim/repos/staging-i686/PKGBUILD
(from rev 247025, vim/trunk/PKGBUILD)
  vim/repos/staging-i686/archlinux.vim
(from rev 247025, vim/trunk/archlinux.vim)
  vim/repos/staging-i686/gvim.desktop
(from rev 247025, vim/trunk/gvim.desktop)
  vim/repos/staging-i686/gvim.install
(from rev 247025, vim/trunk/gvim.install)
  vim/repos/staging-i686/vimrc
(from rev 247025, vim/trunk/vimrc)
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 247025, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 247025, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/gvim.desktop
(from rev 247025, vim/trunk/gvim.desktop)
  vim/repos/staging-x86_64/gvim.install
(from rev 247025, vim/trunk/gvim.install)
  vim/repos/staging-x86_64/vimrc
(from rev 247025, vim/trunk/vimrc)

--+
 staging-i686/PKGBUILD|  376 +
 staging-i686/archlinux.vim   |   25 ++
 staging-i686/gvim.desktop|   63 ++
 staging-i686/gvim.install|   15 +
 staging-i686/vimrc   |   16 +
 staging-x86_64/PKGBUILD  |  376 +
 staging-x86_64/archlinux.vim |   25 ++
 staging-x86_64/gvim.desktop  |   63 ++
 staging-x86_64/gvim.install  |   15 +
 staging-x86_64/vimrc |   16 +
 10 files changed, 990 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 247025, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-21 06:47:16 UTC (rev 247026)
@@ -0,0 +1,376 @@
+# $Id$
+# Maintainer: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+
+pkgbase=vim
+pkgname=(vim-minimal vim vim-python3 gvim gvim-python3 vim-runtime)
+pkgver=7.4.854
+_versiondir=74
+pkgrel=3
+arch=(i686 x86_64)
+license=('custom:vim')
+url='http://www.vim.org'
+makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 lua)
+source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
+vimrc
+archlinux.vim
+gvim.desktop)
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd vim-$pkgver
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+
+  (cd src && autoconf)
+
+  cd "$srcdir"
+  for pkg in ${pkgname[@]}
+  do
+cp -a vim-$pkgver ${pkg}-build
+  done
+}
+
+build() {
+  cd "${srcdir}"/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+--disable-python3interp \
+--enable-rubyinterp \
+--enable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-python3-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--enable-python3interp \
+--enable-rubyinterp \
+--enable-luainterp
+
+  

[arch-commits] Commit in vim/repos (12 files)

2015-09-09 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 06:52:54
  Author: foutrelis
Revision: 245677

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  vim/repos/staging-i686/
  vim/repos/staging-i686/PKGBUILD
(from rev 245676, vim/trunk/PKGBUILD)
  vim/repos/staging-i686/archlinux.vim
(from rev 245676, vim/trunk/archlinux.vim)
  vim/repos/staging-i686/gvim.desktop
(from rev 245676, vim/trunk/gvim.desktop)
  vim/repos/staging-i686/gvim.install
(from rev 245676, vim/trunk/gvim.install)
  vim/repos/staging-i686/vimrc
(from rev 245676, vim/trunk/vimrc)
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 245676, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 245676, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/gvim.desktop
(from rev 245676, vim/trunk/gvim.desktop)
  vim/repos/staging-x86_64/gvim.install
(from rev 245676, vim/trunk/gvim.install)
  vim/repos/staging-x86_64/vimrc
(from rev 245676, vim/trunk/vimrc)

--+
 staging-i686/PKGBUILD|  376 +
 staging-i686/archlinux.vim   |   25 ++
 staging-i686/gvim.desktop|   63 ++
 staging-i686/gvim.install|   15 +
 staging-i686/vimrc   |   16 +
 staging-x86_64/PKGBUILD  |  376 +
 staging-x86_64/archlinux.vim |   25 ++
 staging-x86_64/gvim.desktop  |   63 ++
 staging-x86_64/gvim.install  |   15 +
 staging-x86_64/vimrc |   16 +
 10 files changed, 990 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 245676, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-10 04:52:54 UTC (rev 245677)
@@ -0,0 +1,376 @@
+# $Id$
+# Maintainer: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+
+pkgbase=vim
+pkgname=(vim-minimal vim vim-python3 gvim gvim-python3 vim-runtime)
+pkgver=7.4.854
+_versiondir=74
+pkgrel=2
+arch=(i686 x86_64)
+license=('custom:vim')
+url='http://www.vim.org'
+makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 lua)
+source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
+vimrc
+archlinux.vim
+gvim.desktop)
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd vim-$pkgver
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+
+  (cd src && autoconf)
+
+  cd "$srcdir"
+  for pkg in ${pkgname[@]}
+  do
+cp -a vim-$pkgver ${pkg}-build
+  done
+}
+
+build() {
+  cd "${srcdir}"/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+--disable-python3interp \
+--enable-rubyinterp \
+--enable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-python3-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--enable-python3interp \
+--enable-rubyinterp \
+--enable-luainterp

[arch-commits] Commit in vim/repos (12 files)

2015-09-01 Thread Anatol Pomozov
Date: Wednesday, September 2, 2015 @ 00:36:16
  Author: anatolik
Revision: 245186

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 245185, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 245185, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 245185, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 245185, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 245185, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 245185, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 245185, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 245185, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 245185, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 245185, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  376 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  376 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 990 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 245185, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-01 22:36:16 UTC (rev 245186)
@@ -0,0 +1,376 @@
+# $Id$
+# Maintainer: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+
+pkgbase=vim
+pkgname=(vim-minimal vim vim-python3 gvim gvim-python3 vim-runtime)
+pkgver=7.4.854
+_versiondir=74
+pkgrel=1
+arch=(i686 x86_64)
+license=('custom:vim')
+url='http://www.vim.org'
+makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 lua 
mercurial)
+source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
+vimrc
+archlinux.vim
+gvim.desktop)
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd vim-$pkgver
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+
+  (cd src && autoconf)
+
+  cd "$srcdir"
+  for pkg in ${pkgname[@]}
+  do
+cp -a vim-$pkgver ${pkg}-build
+  done
+}
+
+build() {
+  cd "${srcdir}"/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+--disable-python3interp \
+--enable-rubyinterp \
+--enable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-python3-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--enable-python3interp \
+--enable-rubyinterp \
+

[arch-commits] Commit in vim/repos (12 files)

2015-07-11 Thread Anatol Pomozov
Date: Saturday, July 11, 2015 @ 18:18:58
  Author: anatolik
Revision: 242125

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 242124, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 242124, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 242124, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 242124, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 242124, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 242124, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 242124, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 242124, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 242124, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 242124, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  393 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  393 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 1024 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 242124, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-11 16:18:58 UTC (rev 242125)
@@ -0,0 +1,393 @@
+# $Id$
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=778
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+  

[arch-commits] Commit in vim/repos (12 files)

2015-06-29 Thread Anatol Pomozov
Date: Monday, June 29, 2015 @ 19:28:29
  Author: anatolik
Revision: 241397

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 241396, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 241396, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 241396, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 241396, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 241396, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 241396, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 241396, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 241396, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 241396, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 241396, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  393 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  393 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 1024 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 241396, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-29 17:28:29 UTC (rev 241397)
@@ -0,0 +1,393 @@
+# $Id$
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=764
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in vim/repos (12 files)

2015-06-14 Thread Evangelos Foutras
Date: Sunday, June 14, 2015 @ 17:26:47
  Author: foutrelis
Revision: 240762

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  vim/repos/staging-i686/
  vim/repos/staging-i686/PKGBUILD
(from rev 240761, vim/trunk/PKGBUILD)
  vim/repos/staging-i686/archlinux.vim
(from rev 240761, vim/trunk/archlinux.vim)
  vim/repos/staging-i686/gvim.desktop
(from rev 240761, vim/trunk/gvim.desktop)
  vim/repos/staging-i686/gvim.install
(from rev 240761, vim/trunk/gvim.install)
  vim/repos/staging-i686/vimrc
(from rev 240761, vim/trunk/vimrc)
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 240761, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 240761, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/gvim.desktop
(from rev 240761, vim/trunk/gvim.desktop)
  vim/repos/staging-x86_64/gvim.install
(from rev 240761, vim/trunk/gvim.install)
  vim/repos/staging-x86_64/vimrc
(from rev 240761, vim/trunk/vimrc)

--+
 staging-i686/PKGBUILD|  393 +
 staging-i686/archlinux.vim   |   25 ++
 staging-i686/gvim.desktop|   63 ++
 staging-i686/gvim.install|   15 +
 staging-i686/vimrc   |   16 +
 staging-x86_64/PKGBUILD  |  393 +
 staging-x86_64/archlinux.vim |   25 ++
 staging-x86_64/gvim.desktop  |   63 ++
 staging-x86_64/gvim.install  |   15 +
 staging-x86_64/vimrc |   16 +
 10 files changed, 1024 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 240761, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-14 15:26:47 UTC (rev 240762)
@@ -0,0 +1,393 @@
+# $Id$
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=729
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+   

[arch-commits] Commit in vim/repos (12 files)

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 18:15:43
  Author: anatolik
Revision: 238468

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  vim/repos/staging-i686/
  vim/repos/staging-i686/PKGBUILD
(from rev 238467, vim/trunk/PKGBUILD)
  vim/repos/staging-i686/archlinux.vim
(from rev 238467, vim/trunk/archlinux.vim)
  vim/repos/staging-i686/gvim.desktop
(from rev 238467, vim/trunk/gvim.desktop)
  vim/repos/staging-i686/gvim.install
(from rev 238467, vim/trunk/gvim.install)
  vim/repos/staging-i686/vimrc
(from rev 238467, vim/trunk/vimrc)
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 238467, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 238467, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/gvim.desktop
(from rev 238467, vim/trunk/gvim.desktop)
  vim/repos/staging-x86_64/gvim.install
(from rev 238467, vim/trunk/gvim.install)
  vim/repos/staging-x86_64/vimrc
(from rev 238467, vim/trunk/vimrc)

--+
 staging-i686/PKGBUILD|  392 +
 staging-i686/archlinux.vim   |   25 ++
 staging-i686/gvim.desktop|   63 ++
 staging-i686/gvim.install|   15 +
 staging-i686/vimrc   |   16 +
 staging-x86_64/PKGBUILD  |  392 +
 staging-x86_64/archlinux.vim |   25 ++
 staging-x86_64/gvim.desktop  |   63 ++
 staging-x86_64/gvim.install  |   15 +
 staging-x86_64/vimrc |   16 +
 10 files changed, 1022 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 238467, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-04 16:15:43 UTC (rev 238468)
@@ -0,0 +1,392 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=723
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in vim/repos (12 files)

2015-04-23 Thread Anatol Pomozov
Date: Thursday, April 23, 2015 @ 20:31:55
  Author: anatolik
Revision: 237966

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 237965, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 237965, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 237965, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 237965, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 237965, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 237965, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 237965, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 237965, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 237965, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 237965, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  392 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  392 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 1022 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 237965, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-23 18:31:55 UTC (rev 237966)
@@ -0,0 +1,392 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=712
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in vim/repos (12 files)

2015-03-16 Thread Anatol Pomozov
Date: Monday, March 16, 2015 @ 16:20:54
  Author: anatolik
Revision: 233945

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 233944, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 233944, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 233944, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 233944, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 233944, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 233944, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 233944, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 233944, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 233944, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 233944, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  392 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  392 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 1022 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 233944, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-16 15:20:54 UTC (rev 233945)
@@ -0,0 +1,392 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=663
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in vim/repos (12 files)

2015-02-04 Thread Anatol Pomozov
Date: Wednesday, February 4, 2015 @ 17:16:31
  Author: anatolik
Revision: 230763

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 230762, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 230762, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 230762, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 230762, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 230762, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 230762, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 230762, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 230762, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 230762, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 230762, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  392 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  392 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 1022 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 230762, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 16:16:31 UTC (rev 230763)
@@ -0,0 +1,392 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=617
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in vim/repos (12 files)

2015-01-14 Thread Anatol Pomozov
Date: Thursday, January 15, 2015 @ 05:37:17
  Author: anatolik
Revision: 229007

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 229006, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 229006, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 229006, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 229006, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 229006, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 229006, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 229006, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 229006, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 229006, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 229006, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  392 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  392 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 1022 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 229006, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 04:37:17 UTC (rev 229007)
@@ -0,0 +1,392 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=580
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in vim/repos (12 files)

2015-01-12 Thread Anatol Pomozov
Date: Monday, January 12, 2015 @ 18:23:23
  Author: anatolik
Revision: 228945

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 228944, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 228944, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 228944, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 228944, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 228944, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 228944, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 228944, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 228944, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 228944, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 228944, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  392 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  392 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 1022 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 228944, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-12 17:23:23 UTC (rev 228945)
@@ -0,0 +1,392 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=567
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in vim/repos (12 files)

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:52:43
  Author: anatolik
Revision: 228085

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  vim/repos/community-staging-i686/
  vim/repos/community-staging-i686/PKGBUILD
(from rev 228084, vim/trunk/PKGBUILD)
  vim/repos/community-staging-i686/archlinux.vim
(from rev 228084, vim/trunk/archlinux.vim)
  vim/repos/community-staging-i686/gvim.desktop
(from rev 228084, vim/trunk/gvim.desktop)
  vim/repos/community-staging-i686/gvim.install
(from rev 228084, vim/trunk/gvim.install)
  vim/repos/community-staging-i686/vimrc
(from rev 228084, vim/trunk/vimrc)
  vim/repos/community-staging-x86_64/
  vim/repos/community-staging-x86_64/PKGBUILD
(from rev 228084, vim/trunk/PKGBUILD)
  vim/repos/community-staging-x86_64/archlinux.vim
(from rev 228084, vim/trunk/archlinux.vim)
  vim/repos/community-staging-x86_64/gvim.desktop
(from rev 228084, vim/trunk/gvim.desktop)
  vim/repos/community-staging-x86_64/gvim.install
(from rev 228084, vim/trunk/gvim.install)
  vim/repos/community-staging-x86_64/vimrc
(from rev 228084, vim/trunk/vimrc)

+
 community-staging-i686/PKGBUILD|  392 +++
 community-staging-i686/archlinux.vim   |   25 +
 community-staging-i686/gvim.desktop|   63 
 community-staging-i686/gvim.install|   15 +
 community-staging-i686/vimrc   |   16 +
 community-staging-x86_64/PKGBUILD  |  392 +++
 community-staging-x86_64/archlinux.vim |   25 +
 community-staging-x86_64/gvim.desktop  |   63 
 community-staging-x86_64/gvim.install  |   15 +
 community-staging-x86_64/vimrc |   16 +
 10 files changed, 1022 insertions(+)

Copied: vim/repos/community-staging-i686/PKGBUILD (from rev 228084, 
vim/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-12-27 12:52:43 UTC (rev 228085)
@@ -0,0 +1,392 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=560
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+

[arch-commits] Commit in vim/repos (12 files)

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 14:00:28
  Author: anatolik
Revision: 228087

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  vim/repos/staging-i686/
  vim/repos/staging-i686/PKGBUILD
(from rev 228086, vim/trunk/PKGBUILD)
  vim/repos/staging-i686/archlinux.vim
(from rev 228086, vim/trunk/archlinux.vim)
  vim/repos/staging-i686/gvim.desktop
(from rev 228086, vim/trunk/gvim.desktop)
  vim/repos/staging-i686/gvim.install
(from rev 228086, vim/trunk/gvim.install)
  vim/repos/staging-i686/vimrc
(from rev 228086, vim/trunk/vimrc)
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 228086, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 228086, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/gvim.desktop
(from rev 228086, vim/trunk/gvim.desktop)
  vim/repos/staging-x86_64/gvim.install
(from rev 228086, vim/trunk/gvim.install)
  vim/repos/staging-x86_64/vimrc
(from rev 228086, vim/trunk/vimrc)

--+
 staging-i686/PKGBUILD|  392 +
 staging-i686/archlinux.vim   |   25 ++
 staging-i686/gvim.desktop|   63 ++
 staging-i686/gvim.install|   15 +
 staging-i686/vimrc   |   16 +
 staging-x86_64/PKGBUILD  |  392 +
 staging-x86_64/archlinux.vim |   25 ++
 staging-x86_64/gvim.desktop  |   63 ++
 staging-x86_64/gvim.install  |   15 +
 staging-x86_64/vimrc |   16 +
 10 files changed, 1022 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 228086, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-12-27 13:00:28 UTC (rev 228087)
@@ -0,0 +1,392 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=560
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in vim/repos (12 files)

2014-11-29 Thread Anatol Pomozov
Date: Saturday, November 29, 2014 @ 19:26:23
  Author: anatolik
Revision: 227187

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 227186, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 227186, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 227186, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 227186, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 227186, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 227186, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 227186, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 227186, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 227186, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 227186, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  392 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  392 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 1022 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 227186, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-29 18:26:23 UTC (rev 227187)
@@ -0,0 +1,392 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=537
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in vim/repos (12 files)

2014-11-18 Thread Anatol Pomozov
Date: Wednesday, November 19, 2014 @ 01:42:38
  Author: anatolik
Revision: 226374

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 226373, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 226373, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 226373, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 226373, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 226373, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 226373, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 226373, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 226373, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 226373, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 226373, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  371 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  371 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 980 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 226373, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-19 00:42:38 UTC (rev 226374)
@@ -0,0 +1,371 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=516
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+exit 1
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+--disable-python3interp \
+--enable-rubyinterp \
+--enable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-python3-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans 

[arch-commits] Commit in vim/repos (12 files)

2014-10-10 Thread Thomas Dziedzic
Date: Saturday, October 11, 2014 @ 05:51:08
  Author: td123
Revision: 224194

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 224193, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 224193, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 224193, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 224193, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 224193, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 224193, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 224193, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 224193, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 224193, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 224193, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  386 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  386 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 1010 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 224193, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-11 03:51:08 UTC (rev 224194)
@@ -0,0 +1,386 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+_topver=7.4
+_patchlevel=473
+__hgrev=48540909aba2
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('f40c51bd44fa712c7922a108d1291865'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ 'f3c8931847a12949bdd14c9d48fdabb3'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  set -e
+
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  (cd vim/src  autoconf)
+
+  mv vim ${pkgbase}-${pkgver}
+  find ${pkgbase}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgbase}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgbase}-${pkgver}.tar.xz ${pkgbase}-${pkgver}/*
+  rm -r ${pkgbase}-${pkgver}
+
+  gpg --detach-sign ${pkgbase}-${pkgver}.tar.xz
+
+  scp ${pkgbase}-${pkgver}.tar.xz* nym:/srv/ftp/other/vim/
+}
+
+build() {
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+${pkgbase}-${pkgver}/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+${pkgbase}-${pkgver}/src/feature.h
+
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-${pkgver} ${pkg}-build
+  done
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+

[arch-commits] Commit in vim/repos (12 files)

2014-09-24 Thread Thomas Dziedzic
Date: Wednesday, September 24, 2014 @ 17:16:44
  Author: td123
Revision: 222939

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 222938, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 222938, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 222938, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 222938, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 222938, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 222938, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 222938, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 222938, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 222938, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 222938, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  386 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  386 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 1010 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 222938, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-24 15:16:44 UTC (rev 222939)
@@ -0,0 +1,386 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+_topver=7.4
+_patchlevel=459
+__hgrev=187798e5e4b5
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('912b7585725a27fe67f102fe0ed2363b'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ 'f3c8931847a12949bdd14c9d48fdabb3'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  set -e
+
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  (cd vim/src  autoconf)
+
+  mv vim ${pkgbase}-${pkgver}
+  find ${pkgbase}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgbase}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgbase}-${pkgver}.tar.xz ${pkgbase}-${pkgver}/*
+  rm -r ${pkgbase}-${pkgver}
+
+  gpg --detach-sign ${pkgbase}-${pkgver}.tar.xz
+
+  scp ${pkgbase}-${pkgver}.tar.xz* nym:/srv/ftp/other/vim/
+}
+
+build() {
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+${pkgbase}-${pkgver}/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+${pkgbase}-${pkgver}/src/feature.h
+
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-${pkgver} ${pkg}-build
+  done
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+

[arch-commits] Commit in vim/repos (12 files)

2014-08-17 Thread Thomas Dziedzic
Date: Sunday, August 17, 2014 @ 08:42:32
  Author: td123
Revision: 220139

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 220138, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 220138, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 220138, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 220138, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 220138, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 220138, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 220138, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 220138, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 220138, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 220138, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  379 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  379 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 996 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 220138, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-17 06:42:32 UTC (rev 220139)
@@ -0,0 +1,379 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+_topver=7.4
+_patchlevel=408
+__hgrev=4c08173b8b95
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('80ab31325318c52c14184a41cb70e99b'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ 'f3c8931847a12949bdd14c9d48fdabb3'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  (cd vim/src  autoconf)
+
+  mv vim ${pkgbase}-${pkgver}
+  find ${pkgbase}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgbase}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgbase}-${pkgver}.tar.xz ${pkgbase}-${pkgver}/*
+  rm -r ${pkgbase}-${pkgver}
+
+  gpg --detach-sign ${pkgbase}-${pkgver}.tar.xz
+
+  scp ${pkgbase}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgbase}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-${pkgver} ${pkg}-build
+  done
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+--disable-python3interp \
+--enable-rubyinterp \
+--enable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-python3-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+

[arch-commits] Commit in vim/repos (12 files)

2014-08-15 Thread Thomas Dziedzic
Date: Friday, August 15, 2014 @ 16:15:54
  Author: td123
Revision: 219749

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 219748, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 219748, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 219748, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 219748, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 219748, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 219748, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 219748, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 219748, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 219748, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 219748, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  285 +
 testing-i686/archlinux.vim   |   25 +++
 testing-i686/gvim.desktop|   63 +
 testing-i686/gvim.install|   15 ++
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  285 +
 testing-x86_64/archlinux.vim |   25 +++
 testing-x86_64/gvim.desktop  |   63 +
 testing-x86_64/gvim.install  |   15 ++
 testing-x86_64/vimrc |   16 ++
 10 files changed, 808 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 219748, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-15 14:15:54 UTC (rev 219749)
@@ -0,0 +1,285 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
+_topver=7.4
+_patchlevel=404
+__hgrev=18fd959b07ef
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('cc1ad0cd3399af0a8fe4d5ea6dabf7e2'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ 'f3c8931847a12949bdd14c9d48fdabb3'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+  cp -a vim-build gvim-python3-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in vim/repos (12 files)

2014-07-29 Thread Thomas Dziedzic
Date: Wednesday, July 30, 2014 @ 04:18:37
  Author: td123
Revision: 218353

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 218352, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 218352, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 218352, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 218352, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 218352, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 218352, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 218352, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 218352, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 218352, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 218352, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  285 +
 testing-i686/archlinux.vim   |   25 +++
 testing-i686/gvim.desktop|   63 +
 testing-i686/gvim.install|   15 ++
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  285 +
 testing-x86_64/archlinux.vim |   25 +++
 testing-x86_64/gvim.desktop  |   63 +
 testing-x86_64/gvim.install  |   15 ++
 testing-x86_64/vimrc |   16 ++
 10 files changed, 808 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 218352, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-30 02:18:37 UTC (rev 218353)
@@ -0,0 +1,285 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
+_topver=7.4
+_patchlevel=383
+__hgrev=7090d7f160f7
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('43a4cc2905659697550c2fb2b282789e'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ 'f3c8931847a12949bdd14c9d48fdabb3'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+  cp -a vim-build gvim-python3-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in vim/repos (12 files)

2014-07-20 Thread Thomas Dziedzic
Date: Sunday, July 20, 2014 @ 16:31:22
  Author: td123
Revision: 217499

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 217498, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 217498, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 217498, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 217498, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 217498, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 217498, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 217498, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 217498, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 217498, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 217498, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  285 +
 testing-i686/archlinux.vim   |   26 +++
 testing-i686/gvim.desktop|   63 +
 testing-i686/gvim.install|   15 ++
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  285 +
 testing-x86_64/archlinux.vim |   26 +++
 testing-x86_64/gvim.desktop  |   63 +
 testing-x86_64/gvim.install  |   15 ++
 testing-x86_64/vimrc |   16 ++
 10 files changed, 810 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 217498, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-20 14:31:22 UTC (rev 217499)
@@ -0,0 +1,285 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
+_topver=7.4
+_patchlevel=373
+__hgrev=32a77cc160d9
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('74493914d81495f3cc6423d33a3de50d'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+  cp -a vim-build gvim-python3-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in vim/repos (12 files)

2014-06-21 Thread Thomas Dziedzic
Date: Saturday, June 21, 2014 @ 22:07:44
  Author: td123
Revision: 215337

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 215336, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 215336, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 215336, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 215336, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 215336, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 215336, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 215336, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 215336, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 215336, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 215336, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  285 +
 testing-i686/archlinux.vim   |   26 +++
 testing-i686/gvim.desktop|   63 +
 testing-i686/gvim.install|   15 ++
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  285 +
 testing-x86_64/archlinux.vim |   26 +++
 testing-x86_64/gvim.desktop  |   63 +
 testing-x86_64/gvim.install  |   15 ++
 testing-x86_64/vimrc |   16 ++
 10 files changed, 810 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 215336, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-21 20:07:44 UTC (rev 215337)
@@ -0,0 +1,285 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
+_topver=7.4
+_patchlevel=335
+__hgrev=4aa63564dd3f
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=4
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('e6b40c71599d69acc8f2bbf768242896'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+  cp -a vim-build gvim-python3-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in vim/repos (12 files)

2014-06-01 Thread Felix Yan
Date: Sunday, June 1, 2014 @ 12:52:31
  Author: fyan
Revision: 213947

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  vim/repos/staging-i686/
  vim/repos/staging-i686/PKGBUILD
(from rev 213946, vim/trunk/PKGBUILD)
  vim/repos/staging-i686/archlinux.vim
(from rev 213946, vim/trunk/archlinux.vim)
  vim/repos/staging-i686/gvim.desktop
(from rev 213946, vim/trunk/gvim.desktop)
  vim/repos/staging-i686/gvim.install
(from rev 213946, vim/trunk/gvim.install)
  vim/repos/staging-i686/vimrc
(from rev 213946, vim/trunk/vimrc)
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 213946, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 213946, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/gvim.desktop
(from rev 213946, vim/trunk/gvim.desktop)
  vim/repos/staging-x86_64/gvim.install
(from rev 213946, vim/trunk/gvim.install)
  vim/repos/staging-x86_64/vimrc
(from rev 213946, vim/trunk/vimrc)

--+
 staging-i686/PKGBUILD|  285 +
 staging-i686/archlinux.vim   |   26 +++
 staging-i686/gvim.desktop|   63 +
 staging-i686/gvim.install|   15 ++
 staging-i686/vimrc   |   16 ++
 staging-x86_64/PKGBUILD  |  285 +
 staging-x86_64/archlinux.vim |   26 +++
 staging-x86_64/gvim.desktop  |   63 +
 staging-x86_64/gvim.install  |   15 ++
 staging-x86_64/vimrc |   16 ++
 10 files changed, 810 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 213946, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-06-01 10:52:31 UTC (rev 213947)
@@ -0,0 +1,285 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
+_topver=7.4
+_patchlevel=307
+__hgrev=54d96e3b2eec
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=4
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('836c8b5bab883658c07b67cba445b667'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+  cp -a vim-build gvim-python3-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in vim/repos (12 files)

2014-05-24 Thread Thomas Dziedzic
Date: Saturday, May 24, 2014 @ 17:07:38
  Author: td123
Revision: 213546

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 213545, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 213545, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 213545, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 213545, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 213545, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 213545, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 213545, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 213545, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 213545, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 213545, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  284 +
 testing-i686/archlinux.vim   |   26 +++
 testing-i686/gvim.desktop|   63 +
 testing-i686/gvim.install|   15 ++
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  284 +
 testing-x86_64/archlinux.vim |   26 +++
 testing-x86_64/gvim.desktop  |   63 +
 testing-x86_64/gvim.install  |   15 ++
 testing-x86_64/vimrc |   16 ++
 10 files changed, 808 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 213545, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-24 15:07:38 UTC (rev 213546)
@@ -0,0 +1,284 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
+_topver=7.4
+_patchlevel=307
+__hgrev=54d96e3b2eec
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('836c8b5bab883658c07b67cba445b667'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+  cp -a vim-build gvim-python3-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in vim/repos (12 files)

2014-05-04 Thread Thomas Dziedzic
Date: Sunday, May 4, 2014 @ 16:43:45
  Author: td123
Revision: 212039

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 212038, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 212038, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 212038, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 212038, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 212038, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 212038, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 212038, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 212038, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 212038, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 212038, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  227 +
 testing-i686/archlinux.vim   |   26 
 testing-i686/gvim.desktop|   63 +++
 testing-i686/gvim.install|   11 +
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  227 +
 testing-x86_64/archlinux.vim |   26 
 testing-x86_64/gvim.desktop  |   63 +++
 testing-x86_64/gvim.install  |   11 +
 testing-x86_64/vimrc |   16 ++
 10 files changed, 686 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 212038, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-04 14:43:45 UTC (rev 212039)
@@ -0,0 +1,227 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.4
+_patchlevel=274
+__hgrev=075eea398fff
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('98bf9f8d57b95715d08fcc42beae8761'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+

[arch-commits] Commit in vim/repos (12 files)

2014-03-22 Thread Thomas Dziedzic
Date: Sunday, March 23, 2014 @ 03:44:34
  Author: td123
Revision: 208517

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 208516, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 208516, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 208516, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 208516, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 208516, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 208516, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 208516, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 208516, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 208516, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 208516, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  227 +
 testing-i686/archlinux.vim   |   26 
 testing-i686/gvim.desktop|   63 +++
 testing-i686/gvim.install|   11 +
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  227 +
 testing-x86_64/archlinux.vim |   26 
 testing-x86_64/gvim.desktop  |   63 +++
 testing-x86_64/gvim.install  |   11 +
 testing-x86_64/vimrc |   16 ++
 10 files changed, 686 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 208516, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-23 02:44:34 UTC (rev 208517)
@@ -0,0 +1,227 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.4
+_patchlevel=211
+__hgrev=531652f741a5
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('149d593933b22f77e2478159cb574bb4'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+

[arch-commits] Commit in vim/repos (12 files)

2014-01-10 Thread Thomas Dziedzic
Date: Friday, January 10, 2014 @ 19:45:02
  Author: td123
Revision: 203424

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  vim/repos/staging-i686/
  vim/repos/staging-i686/PKGBUILD
(from rev 203423, vim/trunk/PKGBUILD)
  vim/repos/staging-i686/archlinux.vim
(from rev 203423, vim/trunk/archlinux.vim)
  vim/repos/staging-i686/gvim.desktop
(from rev 203423, vim/trunk/gvim.desktop)
  vim/repos/staging-i686/gvim.install
(from rev 203423, vim/trunk/gvim.install)
  vim/repos/staging-i686/vimrc
(from rev 203423, vim/trunk/vimrc)
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 203423, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 203423, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/gvim.desktop
(from rev 203423, vim/trunk/gvim.desktop)
  vim/repos/staging-x86_64/gvim.install
(from rev 203423, vim/trunk/gvim.install)
  vim/repos/staging-x86_64/vimrc
(from rev 203423, vim/trunk/vimrc)

--+
 staging-i686/PKGBUILD|  227 +
 staging-i686/archlinux.vim   |   26 
 staging-i686/gvim.desktop|   63 +++
 staging-i686/gvim.install|   11 +
 staging-i686/vimrc   |   16 ++
 staging-x86_64/PKGBUILD  |  227 +
 staging-x86_64/archlinux.vim |   26 
 staging-x86_64/gvim.desktop  |   63 +++
 staging-x86_64/gvim.install  |   11 +
 staging-x86_64/vimrc |   16 ++
 10 files changed, 686 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 203423, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-10 18:45:02 UTC (rev 203424)
@@ -0,0 +1,227 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.4
+_patchlevel=135
+__hgrev=de28b1568fc2
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('be672ce2a929503412378c998fc3dc27'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+

[arch-commits] Commit in vim/repos (12 files)

2014-01-07 Thread Thomas Dziedzic
Date: Wednesday, January 8, 2014 @ 07:47:23
  Author: td123
Revision: 20

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 203332, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 203332, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 203332, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 203332, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 203332, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 203332, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 203332, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 203332, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 203332, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 203332, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  227 +
 testing-i686/archlinux.vim   |   26 
 testing-i686/gvim.desktop|   63 +++
 testing-i686/gvim.install|   11 +
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  227 +
 testing-x86_64/archlinux.vim |   26 
 testing-x86_64/gvim.desktop  |   63 +++
 testing-x86_64/gvim.install  |   11 +
 testing-x86_64/vimrc |   16 ++
 10 files changed, 686 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 203332, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-08 06:47:23 UTC (rev 20)
@@ -0,0 +1,227 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.4
+_patchlevel=135
+__hgrev=de28b1568fc2
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('be672ce2a929503412378c998fc3dc27'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+

[arch-commits] Commit in vim/repos (12 files)

2013-11-10 Thread Thomas Dziedzic
Date: Monday, November 11, 2013 @ 05:45:51
  Author: td123
Revision: 199328

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 199327, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 199327, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 199327, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 199327, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 199327, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 199327, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 199327, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 199327, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 199327, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 199327, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  227 +
 testing-i686/archlinux.vim   |   26 
 testing-i686/gvim.desktop|   63 +++
 testing-i686/gvim.install|   11 +
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  227 +
 testing-x86_64/archlinux.vim |   26 
 testing-x86_64/gvim.desktop  |   63 +++
 testing-x86_64/gvim.install  |   11 +
 testing-x86_64/vimrc |   16 ++
 10 files changed, 686 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 199327, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-11 04:45:51 UTC (rev 199328)
@@ -0,0 +1,227 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.4
+_patchlevel=86
+__hgrev=f6940759212d
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('436d4d3c6402ce20309bf2cdedce63c0'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+

[arch-commits] Commit in vim/repos (12 files)

2013-09-03 Thread Thomas Dziedzic
Date: Wednesday, September 4, 2013 @ 05:26:45
  Author: td123
Revision: 193894

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 193893, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 193893, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 193893, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 193893, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 193893, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 193893, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 193893, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 193893, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 193893, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 193893, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  227 +
 testing-i686/archlinux.vim   |   26 
 testing-i686/gvim.desktop|   63 +++
 testing-i686/gvim.install|   11 +
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  227 +
 testing-x86_64/archlinux.vim |   26 
 testing-x86_64/gvim.desktop  |   63 +++
 testing-x86_64/gvim.install  |   11 +
 testing-x86_64/vimrc |   16 ++
 10 files changed, 686 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 193893, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-04 03:26:45 UTC (rev 193894)
@@ -0,0 +1,227 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.4
+_patchlevel=16
+__hgrev=d17ef148ada4
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('733cce44a08ea953ad0e1f9d574670e0'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+

[arch-commits] Commit in vim/repos (12 files)

2013-08-10 Thread Thomas Dziedzic
Date: Saturday, August 10, 2013 @ 19:15:00
  Author: td123
Revision: 192401

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 192400, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 192400, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 192400, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 192400, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 192400, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 192400, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 192400, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 192400, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 192400, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 192400, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  227 +
 testing-i686/archlinux.vim   |   26 
 testing-i686/gvim.desktop|   63 +++
 testing-i686/gvim.install|   11 +
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  227 +
 testing-x86_64/archlinux.vim |   26 
 testing-x86_64/gvim.desktop  |   63 +++
 testing-x86_64/gvim.install  |   11 +
 testing-x86_64/vimrc |   16 ++
 10 files changed, 686 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 192400, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-10 17:15:00 UTC (rev 192401)
@@ -0,0 +1,227 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.4
+_patchlevel=0
+__hgrev=a643d80b6507
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('1dfdea2e3fbf778647286d7e23ef9f54'
+ 'SKIP'
+ '20fceda56badf201695c57999b0bc609'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+

[arch-commits] Commit in vim/repos (12 files)

2013-05-26 Thread Thomas Dziedzic
Date: Sunday, May 26, 2013 @ 23:47:25
  Author: td123
Revision: 186464

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 186463, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 186463, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 186463, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 186463, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 186463, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 186463, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 186463, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 186463, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 186463, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 186463, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  233 +
 testing-i686/archlinux.vim   |   26 
 testing-i686/gvim.desktop|   63 +++
 testing-i686/gvim.install|   11 +
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  233 +
 testing-x86_64/archlinux.vim |   26 
 testing-x86_64/gvim.desktop  |   63 +++
 testing-x86_64/gvim.install  |   11 +
 testing-x86_64/vimrc |   16 ++
 10 files changed, 698 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 186463, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-26 21:47:25 UTC (rev 186464)
@@ -0,0 +1,233 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.3
+_patchlevel=1030
+__hgrev=73c04954a835
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+
'pythoncomplete.vim::http://www.vim.org/scripts/download_script.php?src_id=10872'
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('b94fd06789ee58762f3365a9dc780c83'
+ 'SKIP'
+ '6e7adfbd5d26c1d161030ec203a7f243'
+ '20fceda56badf201695c57999b0bc609'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+

[arch-commits] Commit in vim/repos (12 files)

2013-05-19 Thread Florian Pritz
Date: Sunday, May 19, 2013 @ 19:06:57
  Author: bluewind
Revision: 185889

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  vim/repos/staging-i686/
  vim/repos/staging-i686/PKGBUILD
(from rev 185888, vim/trunk/PKGBUILD)
  vim/repos/staging-i686/archlinux.vim
(from rev 185888, vim/trunk/archlinux.vim)
  vim/repos/staging-i686/gvim.desktop
(from rev 185888, vim/trunk/gvim.desktop)
  vim/repos/staging-i686/gvim.install
(from rev 185888, vim/trunk/gvim.install)
  vim/repos/staging-i686/vimrc
(from rev 185888, vim/trunk/vimrc)
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 185888, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 185888, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/gvim.desktop
(from rev 185888, vim/trunk/gvim.desktop)
  vim/repos/staging-x86_64/gvim.install
(from rev 185888, vim/trunk/gvim.install)
  vim/repos/staging-x86_64/vimrc
(from rev 185888, vim/trunk/vimrc)

--+
 staging-i686/PKGBUILD|  233 +
 staging-i686/archlinux.vim   |   26 
 staging-i686/gvim.desktop|   63 +++
 staging-i686/gvim.install|   11 +
 staging-i686/vimrc   |   16 ++
 staging-x86_64/PKGBUILD  |  233 +
 staging-x86_64/archlinux.vim |   26 
 staging-x86_64/gvim.desktop  |   63 +++
 staging-x86_64/gvim.install  |   11 +
 staging-x86_64/vimrc |   16 ++
 10 files changed, 698 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 185888, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 17:06:57 UTC (rev 185889)
@@ -0,0 +1,233 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.3
+_patchlevel=918
+__hgrev=c61da758a9a2
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+
'pythoncomplete.vim::http://www.vim.org/scripts/download_script.php?src_id=10872'
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('b1a619f017851646a8567deda17bdb36'
+ 'SKIP'
+ '6e7adfbd5d26c1d161030ec203a7f243'
+ '20fceda56badf201695c57999b0bc609'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+

[arch-commits] Commit in vim/repos (12 files)

2013-04-28 Thread Thomas Dziedzic
Date: Sunday, April 28, 2013 @ 19:17:33
  Author: td123
Revision: 183858

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 183857, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 183857, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 183857, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 183857, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 183857, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 183857, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 183857, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 183857, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 183857, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 183857, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  233 +
 testing-i686/archlinux.vim   |   26 
 testing-i686/gvim.desktop|   63 +++
 testing-i686/gvim.install|   11 +
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  233 +
 testing-x86_64/archlinux.vim |   26 
 testing-x86_64/gvim.desktop  |   63 +++
 testing-x86_64/gvim.install  |   11 +
 testing-x86_64/vimrc |   16 ++
 10 files changed, 698 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 183857, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-28 17:17:33 UTC (rev 183858)
@@ -0,0 +1,233 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.3
+_patchlevel=918
+__hgrev=c61da758a9a2
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+
'pythoncomplete.vim::http://www.vim.org/scripts/download_script.php?src_id=10872'
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('b1a619f017851646a8567deda17bdb36'
+ 'SKIP'
+ '6e7adfbd5d26c1d161030ec203a7f243'
+ '20fceda56badf201695c57999b0bc609'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+

[arch-commits] Commit in vim/repos (12 files)

2013-03-25 Thread Thomas Dziedzic
Date: Tuesday, March 26, 2013 @ 04:10:33
  Author: td123
Revision: 180749

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 180748, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 180748, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 180748, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 180748, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 180748, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 180748, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 180748, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 180748, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 180748, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 180748, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  233 +
 testing-i686/archlinux.vim   |   26 
 testing-i686/gvim.desktop|   63 +++
 testing-i686/gvim.install|   11 +
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  233 +
 testing-x86_64/archlinux.vim |   26 
 testing-x86_64/gvim.desktop  |   63 +++
 testing-x86_64/gvim.install  |   11 +
 testing-x86_64/vimrc |   16 ++
 10 files changed, 698 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 180748, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-26 03:10:33 UTC (rev 180749)
@@ -0,0 +1,233 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.3
+_patchlevel=875
+__hgrev=acf7368a2acc
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+
'pythoncomplete.vim::http://www.vim.org/scripts/download_script.php?src_id=10872'
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('4d71e8b9ef6a214b3651d69be19fadec'
+ 'ac2bfed9586c987f0b8435c91be3f18a'
+ '6e7adfbd5d26c1d161030ec203a7f243'
+ '20fceda56badf201695c57999b0bc609'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+

[arch-commits] Commit in vim/repos (12 files)

2013-03-02 Thread Thomas Dziedzic
Date: Sunday, March 3, 2013 @ 08:52:18
  Author: td123
Revision: 179084

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  vim/repos/staging-i686/
  vim/repos/staging-i686/PKGBUILD
(from rev 179081, vim/trunk/PKGBUILD)
  vim/repos/staging-i686/archlinux.vim
(from rev 179081, vim/trunk/archlinux.vim)
  vim/repos/staging-i686/gvim.desktop
(from rev 179081, vim/trunk/gvim.desktop)
  vim/repos/staging-i686/gvim.install
(from rev 179081, vim/trunk/gvim.install)
  vim/repos/staging-i686/vimrc
(from rev 179081, vim/trunk/vimrc)
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 179082, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 179082, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/gvim.desktop
(from rev 179082, vim/trunk/gvim.desktop)
  vim/repos/staging-x86_64/gvim.install
(from rev 179082, vim/trunk/gvim.install)
  vim/repos/staging-x86_64/vimrc
(from rev 179082, vim/trunk/vimrc)

--+
 staging-i686/PKGBUILD|  233 +
 staging-i686/archlinux.vim   |   26 
 staging-i686/gvim.desktop|   63 +++
 staging-i686/gvim.install|   11 +
 staging-i686/vimrc   |   16 ++
 staging-x86_64/PKGBUILD  |  233 +
 staging-x86_64/archlinux.vim |   26 
 staging-x86_64/gvim.desktop  |   63 +++
 staging-x86_64/gvim.install  |   11 +
 staging-x86_64/vimrc |   16 ++
 10 files changed, 698 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 179081, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-03 07:52:18 UTC (rev 179084)
@@ -0,0 +1,233 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.3
+_patchlevel=834
+__hgrev=ad7bbe9ea65b
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+
'pythoncomplete.vim::http://www.vim.org/scripts/download_script.php?src_id=10872'
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('f50a7f4e07ae991db324f0c4b3dcad3d'
+ '57e197f51fbbd22944bfc51041ab89d1'
+ '6e7adfbd5d26c1d161030ec203a7f243'
+ '20fceda56badf201695c57999b0bc609'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+

[arch-commits] Commit in vim/repos (12 files)

2013-02-05 Thread Thomas Dziedzic
Date: Wednesday, February 6, 2013 @ 07:59:21
  Author: td123
Revision: 177085

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 177084, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 177084, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 177084, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 177084, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 177084, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 177084, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 177084, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 177084, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 177084, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 177084, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  233 +
 testing-i686/archlinux.vim   |   26 
 testing-i686/gvim.desktop|   63 +++
 testing-i686/gvim.install|   11 +
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  233 +
 testing-x86_64/archlinux.vim |   26 
 testing-x86_64/gvim.desktop  |   63 +++
 testing-x86_64/gvim.install  |   11 +
 testing-x86_64/vimrc |   16 ++
 10 files changed, 698 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 177084, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-06 06:59:21 UTC (rev 177085)
@@ -0,0 +1,233 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.3
+_patchlevel=798
+__hgrev=30b3b1da0350
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+
'pythoncomplete.vim::http://www.vim.org/scripts/download_script.php?src_id=10872'
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('e4a759fdb7cf91d91fd4f8e4f44d5d9c'
+ 'ff8221082bdd0f9b63f57e5cc7773ee7'
+ '6e7adfbd5d26c1d161030ec203a7f243'
+ '20fceda56badf201695c57999b0bc609'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+

[arch-commits] Commit in vim/repos (12 files)

2012-11-29 Thread Thomas Dziedzic
Date: Thursday, November 29, 2012 @ 23:22:38
  Author: tdziedzic
Revision: 172150

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  vim/repos/staging-i686/
  vim/repos/staging-i686/PKGBUILD
(from rev 172149, vim/trunk/PKGBUILD)
  vim/repos/staging-i686/archlinux.vim
(from rev 172149, vim/trunk/archlinux.vim)
  vim/repos/staging-i686/gvim.desktop
(from rev 172149, vim/trunk/gvim.desktop)
  vim/repos/staging-i686/gvim.install
(from rev 172149, vim/trunk/gvim.install)
  vim/repos/staging-i686/vimrc
(from rev 172149, vim/trunk/vimrc)
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 172149, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 172149, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/gvim.desktop
(from rev 172149, vim/trunk/gvim.desktop)
  vim/repos/staging-x86_64/gvim.install
(from rev 172149, vim/trunk/gvim.install)
  vim/repos/staging-x86_64/vimrc
(from rev 172149, vim/trunk/vimrc)

--+
 staging-i686/PKGBUILD|  232 +
 staging-i686/archlinux.vim   |   26 
 staging-i686/gvim.desktop|   63 +++
 staging-i686/gvim.install|   11 +
 staging-i686/vimrc   |   16 ++
 staging-x86_64/PKGBUILD  |  232 +
 staging-x86_64/archlinux.vim |   26 
 staging-x86_64/gvim.desktop  |   63 +++
 staging-x86_64/gvim.install  |   11 +
 staging-x86_64/vimrc |   16 ++
 10 files changed, 696 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 172149, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-30 04:22:38 UTC (rev 172150)
@@ -0,0 +1,232 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.3
+_patchlevel=744
+__hgrev=538ff809ae53
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+
'pythoncomplete.vim::http://www.vim.org/scripts/download_script.php?src_id=10872'
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('646d9cb395b6df53e93aa62f283b04ee'
+ '34f5aac4ef04939161b4ecc3a9747da0'
+ '6e7adfbd5d26c1d161030ec203a7f243'
+ '20fceda56badf201695c57999b0bc609'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+  #gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  # fix python name
+  sed -i -e 's|vi_cv_path_python, python|vi_cv_path_python, python2|' \
+vim-build/src/configure.in
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=big \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=big \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+  

[arch-commits] Commit in vim/repos (12 files)

2012-05-24 Thread Thomas Dziedzic
Date: Thursday, May 24, 2012 @ 09:34:26
  Author: tdziedzic
Revision: 159453

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  vim/repos/staging-i686/
  vim/repos/staging-i686/PKGBUILD
(from rev 159452, vim/trunk/PKGBUILD)
  vim/repos/staging-i686/archlinux.vim
(from rev 159452, vim/trunk/archlinux.vim)
  vim/repos/staging-i686/gvim.desktop
(from rev 159452, vim/trunk/gvim.desktop)
  vim/repos/staging-i686/gvim.install
(from rev 159452, vim/trunk/gvim.install)
  vim/repos/staging-i686/vimrc
(from rev 159452, vim/trunk/vimrc)
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 159452, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 159452, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/gvim.desktop
(from rev 159452, vim/trunk/gvim.desktop)
  vim/repos/staging-x86_64/gvim.install
(from rev 159452, vim/trunk/gvim.install)
  vim/repos/staging-x86_64/vimrc
(from rev 159452, vim/trunk/vimrc)

--+
 staging-i686/PKGBUILD|  216 +
 staging-i686/archlinux.vim   |   26 
 staging-i686/gvim.desktop|   63 +++
 staging-i686/gvim.install|   11 ++
 staging-i686/vimrc   |   16 +++
 staging-x86_64/PKGBUILD  |  216 +
 staging-x86_64/archlinux.vim |   26 
 staging-x86_64/gvim.desktop  |   63 +++
 staging-x86_64/gvim.install  |   11 ++
 staging-x86_64/vimrc |   16 +++
 10 files changed, 664 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 159452, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-24 13:34:26 UTC (rev 159453)
@@ -0,0 +1,216 @@
+# $Id$
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Maintainer: tobias [ tobias at archlinux org ]
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.3
+_patchlevel=515
+__hgrev=8201108e9cf0
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+
'pythoncomplete.vim::http://www.vim.org/scripts/download_script.php?src_id=10872'
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('10d7642d5062effdb51f53952622f9338003bbbf'
+  '0c1c584c1a2a2a279507f793cd5eff82863c625b'
+  '4d9dcfb32874aa5467e6f06e418aeb4e675daaf2'
+  '3494baf53a63581ba69f86a81293640ff681c5c5'
+  '25dd3c2ce436e73a367c8f73b68f7f6889682437'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+# source PKGBUILD  mksource
+mksource() {
+
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+  #gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+build() {
+  # remove -O2 because there is a crash with python because of it
+  # fedora br: https://bugzilla.redhat.com/show_bug.cgi?id=817196
+  export CFLAGS=${CFLAGS/-O2 /}
+
+  cd ${srcdir}
+
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  # fix python name
+  sed -i -e 's|vi_cv_path_python, python|vi_cv_path_python, python2|' \
+vim-build/src/configure.in
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure --prefix=/usr --localstatedir=/var/lib/vim \
+--with-features=big --with-compiledby=ArchLinux \
+--enable-gpm --enable-acl --with-x=no \
+--disable-gui --enable-multibyte --enable-cscope \
+--disable-netbeans --enable-perlinterp --disable-pythoninterp \
+--disable-python3interp --disable-rubyinterp --disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure --prefix=/usr --localstatedir=/var/lib/vim 

[arch-commits] Commit in vim/repos (12 files)

2012-04-19 Thread Thomas Dziedzic
Date: Thursday, April 19, 2012 @ 20:51:37
  Author: tdziedzic
Revision: 156506

archrelease: copy trunk to community-i686, community-x86_64

Added:
  vim/repos/community-i686/
  vim/repos/community-i686/PKGBUILD
(from rev 156505, vim/trunk/PKGBUILD)
  vim/repos/community-i686/archlinux.vim
(from rev 156505, vim/trunk/archlinux.vim)
  vim/repos/community-i686/gvim.desktop
(from rev 156505, vim/trunk/gvim.desktop)
  vim/repos/community-i686/gvim.install
(from rev 156505, vim/trunk/gvim.install)
  vim/repos/community-i686/vimrc
(from rev 156505, vim/trunk/vimrc)
  vim/repos/community-x86_64/
  vim/repos/community-x86_64/PKGBUILD
(from rev 156505, vim/trunk/PKGBUILD)
  vim/repos/community-x86_64/archlinux.vim
(from rev 156505, vim/trunk/archlinux.vim)
  vim/repos/community-x86_64/gvim.desktop
(from rev 156505, vim/trunk/gvim.desktop)
  vim/repos/community-x86_64/gvim.install
(from rev 156505, vim/trunk/gvim.install)
  vim/repos/community-x86_64/vimrc
(from rev 156505, vim/trunk/vimrc)

+
 community-i686/PKGBUILD|  212 +++
 community-i686/archlinux.vim   |   26 
 community-i686/gvim.desktop|   63 +++
 community-i686/gvim.install|   11 ++
 community-i686/vimrc   |   16 ++
 community-x86_64/PKGBUILD  |  212 +++
 community-x86_64/archlinux.vim |   26 
 community-x86_64/gvim.desktop  |   63 +++
 community-x86_64/gvim.install  |   11 ++
 community-x86_64/vimrc |   16 ++
 10 files changed, 656 insertions(+)

Copied: vim/repos/community-i686/PKGBUILD (from rev 156505, vim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2012-04-20 00:51:37 UTC (rev 156506)
@@ -0,0 +1,212 @@
+# $Id$
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Maintainer: tobias [ tobias at archlinux org ]
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.3
+_patchlevel=495
+__hgrev=a104dae7f903
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/${pkgname}-${pkgver}.tar.xz{,.sig}
+
pythoncomplete.vim::http://www.vim.org/scripts/download_script.php\?src_id=10872
+vimrc archlinux.vim gvim.desktop)
+sha1sums=('4181e211d0150cda9b3dbd815ec4aa14a6d28196'
+  '039f92d62556a7ccc48ef4ded3c5e02578470b05'
+  '4d9dcfb32874aa5467e6f06e418aeb4e675daaf2'
+  '3494baf53a63581ba69f86a81293640ff681c5c5'
+  '25dd3c2ce436e73a367c8f73b68f7f6889682437'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+# source PKGBUILD  mksource
+mksource() {
+
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+# gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+build() {
+  # remove -O2 because there is a crash with python because of it
+  export CFLAGS=-march=x86-64 -mtune=generic -pipe -fstack-protector 
--param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2
+
+  cd ${srcdir}
+
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  # fix python name
+  sed -i -e 's|vi_cv_path_python, python|vi_cv_path_python, python2|' \
+vim-build/src/configure.in
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure --prefix=/usr --localstatedir=/var/lib/vim \
+--with-features=big --with-compiledby=ArchLinux \
+--enable-gpm --enable-acl --with-x=no \
+--disable-gui --enable-multibyte --enable-cscope \
+--disable-netbeans --enable-perlinterp --disable-pythoninterp \
+--disable-python3interp --disable-rubyinterp --disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure --prefix=/usr --localstatedir=/var/lib/vim \
+