[arch-commits] CVS update of extra/editors/vim-taglist (PKGBUILD license.txt)

Aaron Griffin aaron at archlinux.org
Mon Oct 22 03:32:13 UTC 2007


    Date: Sunday, October 21, 2007 @ 23:32:13
  Author: aaron
    Path: /home/cvs-extra/extra/editors/vim-taglist

   Added: license.txt (1.1)
Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: vim-taglist 45-1
Added license, version bump


-------------+
 PKGBUILD    |   18 ++++++++++++------
 license.txt |    8 ++++++++
 2 files changed, 20 insertions(+), 6 deletions(-)


Index: extra/editors/vim-taglist/PKGBUILD
diff -u extra/editors/vim-taglist/PKGBUILD:1.8 extra/editors/vim-taglist/PKGBUILD:1.9
--- extra/editors/vim-taglist/PKGBUILD:1.8	Sun Aug 12 05:38:29 2007
+++ extra/editors/vim-taglist/PKGBUILD	Sun Oct 21 23:32:13 2007
@@ -1,18 +1,21 @@
-#$Id: PKGBUILD,v 1.8 2007/08/12 09:38:29 aaron Exp $
-#Maintainer: Aaron Griffin <aaron at archlinux.org>
+#$Id: PKGBUILD,v 1.9 2007/10/22 03:32:13 aaron Exp $
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=vim-taglist
-pkgver=44
-_scriptid=7169
+pkgver=45
+_scriptid=7701
 pkgrel=1
 pkgdesc="A source code browser plugin for vim"
 arch=(i686 x86_64)
 url="http://vim-taglist.sourceforge.net/"
+license=('custom')
 depends=(vim ctags)
 groups=('vim-plugins')
 install=vimdoc.install
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid)
-md5sums=('680b7bf5a4040f7353339e41b6d3db9c')
+source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
+        license.txt)
+md5sums=('99b5366a64eea6092bb140df7d4c1a95' 'efbd5986e691ce8c876fb86e8f5961ea')
 
 build() {
   cd $startdir/src
@@ -24,4 +27,7 @@
 
   mkdir -p $startdir/pkg/usr/share/vim/plugin/
   install -m644 plugin/taglist.vim $startdir/pkg/usr/share/vim/plugin/
+
+  mkdir -p $startdir/pkg/usr/share/licenses/vim-taglist/
+  install -m644 $startdir/src/license.txt $startdir/pkg/usr/share/licenses/vim-taglist/
 }
Index: extra/editors/vim-taglist/license.txt
diff -u /dev/null extra/editors/vim-taglist/license.txt:1.1
--- /dev/null	Sun Oct 21 23:32:12 2007
+++ extra/editors/vim-taglist/license.txt	Sun Oct 21 23:32:13 2007
@@ -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.




More information about the arch-commits mailing list