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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu May 30 08:35:59 UTC 2013


    Date: Thursday, May 30, 2013 @ 10:35:58
  Author: svenstaro
Revision: 91943

archrelease: copy trunk to community-any

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

----------------+
 PKGBUILD       |   74 ++++++++++++++++++++++++++-----------------------------
 license.txt    |   52 +++++++++++++++++++-------------------
 vimdoc.install |   28 ++++++++++----------
 3 files changed, 75 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-30 08:35:44 UTC (rev 91942)
+++ PKGBUILD	2013-05-30 08:35:58 UTC (rev 91943)
@@ -1,39 +0,0 @@
-#$Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=vim-vcscommand
-pkgver=1.99.46
-_scriptid=17031
-pkgrel=2
-pkgdesc="vim cvs/svn integration plugin"
-arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=90"
-license=('MIT')
-depends=('vim>=7.0')
-groups=('vim-plugins')
-replaces=('vim-vsccommand') #whoops, typo before
-install=vimdoc.install
-source=(vcscommand.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
-        license.txt)
-md5sums=('6161a4fb4f08e2bc00d8727ce27ad519'
-         'cc76e422214169f380e6a1548f617778')
-
-build() {
-	/bin/true
-}
-
-package() {
-	cd ${srcdir}
-
-	installpath="${pkgdir}/usr/share/vim/vimfiles"
-	mkdir -p $installpath
-	cp -r doc plugin syntax $installpath
-
-	#just in case....
-	find "$installpath" -type f -exec chmod 644 {} \;
-
-	install -D -m644 license.txt \
-	   ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: vim-vcscommand/repos/community-any/PKGBUILD (from rev 91942, vim-vcscommand/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-30 08:35:58 UTC (rev 91943)
@@ -0,0 +1,35 @@
+#$Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=vim-vcscommand
+pkgver=1.99.47
+_scriptid=19809
+pkgrel=1
+pkgdesc="vim version control system integration plugin"
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=90"
+license=('MIT')
+depends=('vim>=7.0')
+groups=('vim-plugins')
+replaces=('vim-vsccommand') #whoops, typo before
+install=vimdoc.install
+source=(vcscommand.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
+        license.txt)
+md5sums=('861c4e1a38664a19ce561527b9b94344'
+         'cc76e422214169f380e6a1548f617778')
+
+package() {
+	cd ${srcdir}
+
+	installpath="${pkgdir}/usr/share/vim/vimfiles"
+	mkdir -p $installpath
+	cp -r doc plugin syntax $installpath
+
+	#just in case....
+	find "$installpath" -type f -exec chmod 644 {} \;
+
+	install -D -m644 license.txt \
+	   ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: license.txt
===================================================================
--- license.txt	2013-05-30 08:35:44 UTC (rev 91942)
+++ license.txt	2013-05-30 08:35:58 UTC (rev 91943)
@@ -1,26 +0,0 @@
-Copyright (c) 2007 Bob Hiestand
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to
-deal in the Software without restriction, including without limitation the
-rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-sell copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
-IN THE SOFTWARE.
-
-For instructions on installing this file, type
-	:help add-local-help
-inside Vim.
-
-Author:  Bob Hiestand <bob.hiestand at gmail.com>
-Credits:  Benji Fisher's excellent MatchIt documentation

Copied: vim-vcscommand/repos/community-any/license.txt (from rev 91942, vim-vcscommand/trunk/license.txt)
===================================================================
--- license.txt	                        (rev 0)
+++ license.txt	2013-05-30 08:35:58 UTC (rev 91943)
@@ -0,0 +1,26 @@
+Copyright (c) 2007 Bob Hiestand
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to
+deal in the Software without restriction, including without limitation the
+rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+sell copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+IN THE SOFTWARE.
+
+For instructions on installing this file, type
+	:help add-local-help
+inside Vim.
+
+Author:  Bob Hiestand <bob.hiestand at gmail.com>
+Credits:  Benji Fisher's excellent MatchIt documentation

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2013-05-30 08:35:44 UTC (rev 91942)
+++ vimdoc.install	2013-05-30 08:35:58 UTC (rev 91943)
@@ -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-vcscommand/repos/community-any/vimdoc.install (from rev 91942, vim-vcscommand/trunk/vimdoc.install)
===================================================================
--- vimdoc.install	                        (rev 0)
+++ vimdoc.install	2013-05-30 08:35:58 UTC (rev 91943)
@@ -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