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

Felix Yan fyan at nymeria.archlinux.org
Sat Jul 5 05:48:43 UTC 2014


    Date: Saturday, July 5, 2014 @ 07:48:43
  Author: fyan
Revision: 115038

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-05 05:48:21 UTC (rev 115037)
+++ PKGBUILD	2014-07-05 05:48:43 UTC (rev 115038)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=vim-workspace
-pkgver=1.0b1
-_scriptid=4812
-pkgrel=6
-pkgdesc="vim workspace manager plugin for managing groups of files "
-arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=1410"
-license=('unknown')
-depends=('vim')
-makedepends=('unzip')
-groups=('vim-plugins')
-install=vimdoc.install
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid)
-md5sums=('bd6828d19ce7c62aac0afe28b881a8ba')
-
-build() {
-	cd ${srcdir}
-
-	mv download_script.php?src_id=$_scriptid workspace_1b1.zip
-	unzip -qqo workspace_1b1.zip
-}
-
-package() {
-	cd ${srcdir}
-
-	installpath="${pkgdir}/usr/share/vim/vimfiles"
-
-	install -D -m644 doc/workspace.txt \
-	   $installpath/doc/workspace.txt
-	install -D -m644 plugin/workspace.vim \
-	   $installpath/plugin/workspace.vim
-}

Copied: vim-workspace/repos/community-any/PKGBUILD (from rev 115037, vim-workspace/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-05 05:48:43 UTC (rev 115038)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=vim-workspace
+pkgver=1.0b1
+_scriptid=4812
+pkgrel=7
+pkgdesc="vim workspace manager plugin for managing groups of files "
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=1410"
+license=('unknown')
+depends=('vim')
+makedepends=('unzip')
+groups=('vim-plugins')
+install=vimdoc.install
+source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid)
+md5sums=('bd6828d19ce7c62aac0afe28b881a8ba')
+
+build() {
+	cd ${srcdir}
+
+	mv download_script.php?src_id=$_scriptid workspace_1b1.zip
+	unzip -qqo workspace_1b1.zip
+}
+
+package() {
+	cd ${srcdir}
+
+	installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+	install -D -m644 doc/workspace.txt \
+	   $installpath/doc/workspace.txt
+	install -D -m644 plugin/workspace.vim \
+	   $installpath/plugin/workspace.vim
+}

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2014-07-05 05:48:21 UTC (rev 115037)
+++ vimdoc.install	2014-07-05 05:48:43 UTC (rev 115038)
@@ -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-workspace/repos/community-any/vimdoc.install (from rev 115037, vim-workspace/trunk/vimdoc.install)
===================================================================
--- vimdoc.install	                        (rev 0)
+++ vimdoc.install	2014-07-05 05:48:43 UTC (rev 115038)
@@ -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