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

Felix Yan fyan at nymeria.archlinux.org
Sat Jul 5 05:47:33 UTC 2014


    Date: Saturday, July 5, 2014 @ 07:47:33
  Author: fyan
Revision: 115036

archrelease: copy trunk to community-any

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

----------------+
 PKGBUILD       |   76 +++++++++++++++++++++++++++----------------------------
 license.txt    |   16 +++++------
 vimdoc.install |   28 ++++++++++----------
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-05 05:47:09 UTC (rev 115035)
+++ PKGBUILD	2014-07-05 05:47:33 UTC (rev 115036)
@@ -1,38 +0,0 @@
-#$Id$
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=vim-taglist
-pkgver=46
-_scriptid=19574
-pkgrel=1
-pkgdesc="A source code browser plugin for vim"
-arch=('any')
-url="http://vim-taglist.sourceforge.net/"
-license=('custom')
-depends=('vim' 'ctags')
-makedepends=('unzip')
-groups=('vim-plugins')
-install=vimdoc.install
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
-        license.txt)
-md5sums=('96e2ba879964b3c9e790e3906934d0c0'
-         'efbd5986e691ce8c876fb86e8f5961ea')
-
-build() {
-	cd ${srcdir}
-
-	mv download_script.php?src_id=$_scriptid taglist_${pkgver}.zip
-	unzip -qqo taglist_${pkgver}.zip
-}
-
-package() {
-	cd ${srcdir}
-
-	installpath="${pkgdir}/usr/share/vim/vimfiles"
-
-	install -Dm644 doc/taglist.txt $installpath/doc/taglist.txt
-  	install -Dm644 plugin/taglist.vim $installpath/plugin/taglist.vim
-	install -Dm644 ${srcdir}/license.txt \
-	    ${pkgdir}/usr/share/licenses/vim-taglist/license.txt
-}

Copied: vim-taglist/repos/community-any/PKGBUILD (from rev 115035, vim-taglist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-05 05:47:33 UTC (rev 115036)
@@ -0,0 +1,38 @@
+#$Id$
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=vim-taglist
+pkgver=46
+_scriptid=19574
+pkgrel=2
+pkgdesc="A source code browser plugin for vim"
+arch=('any')
+url="http://vim-taglist.sourceforge.net/"
+license=('custom')
+depends=('vim' 'ctags')
+makedepends=('unzip')
+groups=('vim-plugins')
+install=vimdoc.install
+source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
+        license.txt)
+md5sums=('96e2ba879964b3c9e790e3906934d0c0'
+         'efbd5986e691ce8c876fb86e8f5961ea')
+
+build() {
+	cd ${srcdir}
+
+	mv download_script.php?src_id=$_scriptid taglist_${pkgver}.zip
+	unzip -qqo taglist_${pkgver}.zip
+}
+
+package() {
+	cd ${srcdir}
+
+	installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+	install -Dm644 doc/taglist.txt $installpath/doc/taglist.txt
+  	install -Dm644 plugin/taglist.vim $installpath/plugin/taglist.vim
+	install -Dm644 ${srcdir}/license.txt \
+	    ${pkgdir}/usr/share/licenses/vim-taglist/license.txt
+}

Deleted: license.txt
===================================================================
--- license.txt	2014-07-05 05:47:09 UTC (rev 115035)
+++ license.txt	2014-07-05 05:47:33 UTC (rev 115036)
@@ -1,8 +0,0 @@
-Copyright (C) 2002-2007 Yegappan Lakshmanan
-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,
-taglist.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 damamges resulting from the use of this
-software.

Copied: vim-taglist/repos/community-any/license.txt (from rev 115035, vim-taglist/trunk/license.txt)
===================================================================
--- license.txt	                        (rev 0)
+++ license.txt	2014-07-05 05:47:33 UTC (rev 115036)
@@ -0,0 +1,8 @@
+Copyright (C) 2002-2007 Yegappan Lakshmanan
+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,
+taglist.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 damamges resulting from the use of this
+software.

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2014-07-05 05:47:09 UTC (rev 115035)
+++ vimdoc.install	2014-07-05 05:47:33 UTC (rev 115036)
@@ -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-taglist/repos/community-any/vimdoc.install (from rev 115035, vim-taglist/trunk/vimdoc.install)
===================================================================
--- vimdoc.install	                        (rev 0)
+++ vimdoc.install	2014-07-05 05:47:33 UTC (rev 115036)
@@ -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