[arch-commits] Commit in vim-bufexplorer/repos/community-any (6 files)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Wed Oct 30 16:53:48 UTC 2013
Date: Wednesday, October 30, 2013 @ 17:53:48
Author: svenstaro
Revision: 99634
archrelease: copy trunk to community-any
Added:
vim-bufexplorer/repos/community-any/PKGBUILD
(from rev 99633, vim-bufexplorer/trunk/PKGBUILD)
vim-bufexplorer/repos/community-any/license.txt
(from rev 99633, vim-bufexplorer/trunk/license.txt)
vim-bufexplorer/repos/community-any/vimdoc.install
(from rev 99633, 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-10-30 16:52:55 UTC (rev 99633)
+++ PKGBUILD 2013-10-30 16:53:48 UTC (rev 99634)
@@ -1,29 +0,0 @@
-#$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
-}
Copied: vim-bufexplorer/repos/community-any/PKGBUILD (from rev 99633, vim-bufexplorer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-10-30 16:53:48 UTC (rev 99634)
@@ -0,0 +1,29 @@
+#$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
+}
Deleted: license.txt
===================================================================
--- license.txt 2013-10-30 16:52:55 UTC (rev 99633)
+++ license.txt 2013-10-30 16:53:48 UTC (rev 99634)
@@ -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 99633, vim-bufexplorer/trunk/license.txt)
===================================================================
--- license.txt (rev 0)
+++ license.txt 2013-10-30 16:53:48 UTC (rev 99634)
@@ -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-10-30 16:52:55 UTC (rev 99633)
+++ vimdoc.install 2013-10-30 16:53:48 UTC (rev 99634)
@@ -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 99633, vim-bufexplorer/trunk/vimdoc.install)
===================================================================
--- vimdoc.install (rev 0)
+++ vimdoc.install 2013-10-30 16:53:48 UTC (rev 99634)
@@ -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