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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sat Feb 16 02:02:54 UTC 2013


    Date: Saturday, February 16, 2013 @ 03:02:54
  Author: svenstaro
Revision: 84310

archrelease: copy trunk to community-any

Added:
  vim-bufexplorer/repos/community-any/PKGBUILD
    (from rev 84309, vim-bufexplorer/trunk/PKGBUILD)
  vim-bufexplorer/repos/community-any/license.txt
    (from rev 84309, vim-bufexplorer/trunk/license.txt)
  vim-bufexplorer/repos/community-any/vimdoc.install
    (from rev 84309, 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       |   58 +++++++++++++++++++++++++++----------------------------
 license.txt    |   18 ++++++++---------
 vimdoc.install |   28 +++++++++++++-------------
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-16 02:02:35 UTC (rev 84309)
+++ PKGBUILD	2013-02-16 02:02:54 UTC (rev 84310)
@@ -1,29 +0,0 @@
-#$Id$
-#Contributor: Aaron Griffin <aaron at archlinux.org>
-#Maintainer: 
-
-pkgname=vim-bufexplorer
-pkgver=7.3.0
-_scriptid=18766
-pkgrel=2
-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=('532212088d521fbd6e19632cab1d78b1'
-         '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 84309, vim-bufexplorer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-16 02:02:54 UTC (rev 84310)
@@ -0,0 +1,29 @@
+#$Id$
+#Contributor: Aaron Griffin <aaron at archlinux.org>
+#Maintainer: 
+
+pkgname=vim-bufexplorer
+pkgver=7.3.5
+_scriptid=19481
+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=('6e38e193555fa2e792c04bc1d9b6fd7d'
+         '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
+}

Deleted: license.txt
===================================================================
--- license.txt	2013-02-16 02:02:35 UTC (rev 84309)
+++ license.txt	2013-02-16 02:02:54 UTC (rev 84310)
@@ -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.

Copied: vim-bufexplorer/repos/community-any/license.txt (from rev 84309, vim-bufexplorer/trunk/license.txt)
===================================================================
--- license.txt	                        (rev 0)
+++ license.txt	2013-02-16 02:02:54 UTC (rev 84310)
@@ -0,0 +1,9 @@
+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	2013-02-16 02:02:35 UTC (rev 84309)
+++ vimdoc.install	2013-02-16 02:02:54 UTC (rev 84310)
@@ -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 84309, vim-bufexplorer/trunk/vimdoc.install)
===================================================================
--- vimdoc.install	                        (rev 0)
+++ vimdoc.install	2013-02-16 02:02:54 UTC (rev 84310)
@@ -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