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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Aug 28 05:24:46 UTC 2014


    Date: Thursday, August 28, 2014 @ 07:24:46
  Author: svenstaro
Revision: 117995

archrelease: copy trunk to community-any

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

----------------+
 PKGBUILD       |   56 ++++++++++++++++++++++++++-----------------------------
 license.txt    |    9 --------
 vimdoc.install |   28 +++++++++++++--------------
 3 files changed, 41 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-28 05:24:38 UTC (rev 117994)
+++ PKGBUILD	2014-08-28 05:24:46 UTC (rev 117995)
@@ -1,29 +0,0 @@
-#$Id$
-#Contributor: Aaron Griffin <aaron at archlinux.org>
-#Maintainer: 
-
-pkgname=vim-bufexplorer
-pkgver=7.4.2
-_scriptid=20953
-pkgrel=1
-pkgdesc="A simple buffer list/switcher for vim "
-arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=42"
-license=('custom')
-depends=('vim>=7.0')
-groups=('vim-plugins')
-install=vimdoc.install
-source=(bufexplorer-$pkgver.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
-        license.txt)
-md5sums=('d06635c272bf2b5c969680b25bcfb265'
-         'b1a7f22e90469abdad3ffd55120e6887')
-
-package() {
-	cd ${srcdir}
-
-	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.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: vim-bufexplorer/repos/community-any/PKGBUILD (from rev 117994, vim-bufexplorer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-08-28 05:24:46 UTC (rev 117995)
@@ -0,0 +1,27 @@
+#$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
+}

Deleted: license.txt
===================================================================
--- license.txt	2014-08-28 05:24:38 UTC (rev 117994)
+++ license.txt	2014-08-28 05:24:46 UTC (rev 117995)
@@ -1,9 +0,0 @@
-Copyright (C) 2001-2007 Jeff Lanzarotta
-
-Permission is hereby granted to use and distribute this code,
-with or without modifications, provided that this copyright
-notice is copied with it. Like anything else that's free,
-bufexplorer.vim is provided *as is* and comes with no
-warranty of any kind, either expressed or implied. In no
-event will the copyright holder be liable for any damages
-resulting from the use of this software.

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2014-08-28 05:24:38 UTC (rev 117994)
+++ vimdoc.install	2014-08-28 05:24:46 UTC (rev 117995)
@@ -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 117994, vim-bufexplorer/trunk/vimdoc.install)
===================================================================
--- vimdoc.install	                        (rev 0)
+++ vimdoc.install	2014-08-28 05:24:46 UTC (rev 117995)
@@ -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