[arch-commits] Commit in vim-bufexplorer/repos/community-any (4 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Aug 5 01:23:01 UTC 2015


    Date: Wednesday, August 5, 2015 @ 03:23:01
  Author: svenstaro
Revision: 137959

archrelease: copy trunk to community-any

Added:
  vim-bufexplorer/repos/community-any/PKGBUILD
    (from rev 137958, vim-bufexplorer/trunk/PKGBUILD)
  vim-bufexplorer/repos/community-any/vimdoc.install
    (from rev 137958, vim-bufexplorer/trunk/vimdoc.install)
Deleted:
  vim-bufexplorer/repos/community-any/PKGBUILD
  vim-bufexplorer/repos/community-any/vimdoc.install

----------------+
 PKGBUILD       |   54 +++++++++++++++++++++++++++---------------------------
 vimdoc.install |   28 ++++++++++++++--------------
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-05 01:22:57 UTC (rev 137958)
+++ PKGBUILD	2015-08-05 01:23:01 UTC (rev 137959)
@@ -1,27 +0,0 @@
-#$Id$
-#Contributor: Aaron Griffin <aaron at archlinux.org>
-#Maintainer: 
-
-pkgname=vim-bufexplorer
-pkgver=7.4.4
-pkgrel=1
-pkgdesc="A simple buffer list/switcher for vim "
-arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=42"
-license=('BSD')
-depends=('vim>=7.0')
-makedepends=('git')
-groups=('vim-plugins')
-install=vimdoc.install
-source=("git://github.com/jlanzarotta/bufexplorer.git#commit=fc022c")
-md5sums=('SKIP')
-
-package() {
-	cd ${srcdir}/bufexplorer
-
-	installpath="${pkgdir}/usr/share/vim/vimfiles"
-
-	install -D -m644 doc/bufexplorer.txt $installpath/doc/bufexplorer.txt
-	install -D -m644 plugin/bufexplorer.vim $installpath/plugin/bufexplorer.vim
-	install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vim-bufexplorer/repos/community-any/PKGBUILD (from rev 137958, vim-bufexplorer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-08-05 01:23:01 UTC (rev 137959)
@@ -0,0 +1,27 @@
+#$Id$
+#Contributor: Aaron Griffin <aaron at archlinux.org>
+#Maintainer: 
+
+pkgname=vim-bufexplorer
+pkgver=7.4.6
+pkgrel=1
+pkgdesc="A simple buffer list/switcher for vim "
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=42"
+license=('BSD')
+depends=('vim>=7.0')
+makedepends=('git')
+groups=('vim-plugins')
+install=vimdoc.install
+source=("git://github.com/jlanzarotta/bufexplorer.git#commit=fc022c")
+md5sums=('SKIP')
+
+package() {
+	cd ${srcdir}/bufexplorer
+
+	installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+	install -D -m644 doc/bufexplorer.txt $installpath/doc/bufexplorer.txt
+	install -D -m644 plugin/bufexplorer.vim $installpath/plugin/bufexplorer.vim
+	install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2015-08-05 01:22:57 UTC (rev 137958)
+++ vimdoc.install	2015-08-05 01:23:01 UTC (rev 137959)
@@ -1,14 +0,0 @@
-post_install() {
-    echo -n "Updating vim help tags..."
-    /usr/bin/vim --noplugins -u NONE -U NONE \
-        --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
-    echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install
-}

Copied: vim-bufexplorer/repos/community-any/vimdoc.install (from rev 137958, vim-bufexplorer/trunk/vimdoc.install)
===================================================================
--- vimdoc.install	                        (rev 0)
+++ vimdoc.install	2015-08-05 01:23:01 UTC (rev 137959)
@@ -0,0 +1,14 @@
+post_install() {
+    echo -n "Updating vim help tags..."
+    /usr/bin/vim --noplugins -u NONE -U NONE \
+        --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
+    echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list