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

Jelle van der Waa jelle at archlinux.org
Tue Apr 18 13:50:27 UTC 2017


    Date: Tuesday, April 18, 2017 @ 13:50:26
  Author: jelle
Revision: 223728

archrelease: copy trunk to community-any

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

----------------+
 PKGBUILD       |   69 +++++++++++++++++++++++++++----------------------------
 license.txt    |   52 ++++++++++++++++++++---------------------
 vimdoc.install |   14 -----------
 3 files changed, 60 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-18 13:50:16 UTC (rev 223727)
+++ PKGBUILD	2017-04-18 13:50:26 UTC (rev 223728)
@@ -1,35 +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.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
-}

Copied: vim-vcscommand/repos/community-any/PKGBUILD (from rev 223727, vim-vcscommand/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-18 13:50:26 UTC (rev 223728)
@@ -0,0 +1,34 @@
+#$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=2
+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
+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	2017-04-18 13:50:16 UTC (rev 223727)
+++ license.txt	2017-04-18 13:50:26 UTC (rev 223728)
@@ -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 223727, vim-vcscommand/trunk/license.txt)
===================================================================
--- license.txt	                        (rev 0)
+++ license.txt	2017-04-18 13:50:26 UTC (rev 223728)
@@ -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	2017-04-18 13:50:16 UTC (rev 223727)
+++ vimdoc.install	2017-04-18 13:50:26 UTC (rev 223728)
@@ -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
-}



More information about the arch-commits mailing list