[arch-commits] Commit in vim-vcscommand/repos (3 files)
Aaron Griffin
aaron at archlinux.org
Wed Apr 23 03:38:19 UTC 2008
Date: Tuesday, April 22, 2008 @ 23:38:18
Author: aaron
Revision: 779
Merged revisions 2-778 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/vim-vcscommand/trunk
........
r356 | aaron | 2008-04-18 17:56:27 -0500 (Fri, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r776 | aaron | 2008-04-22 22:36:53 -0500 (Tue, 22 Apr 2008) | 1 line
upgpkg: vim-vcscommand 22-1
........
Added:
vim-vcscommand/repos/extra-x86_64/license.txt
(from rev 776, vim-vcscommand/trunk/license.txt)
Modified:
vim-vcscommand/repos/extra-x86_64/ (properties)
vim-vcscommand/repos/extra-x86_64/PKGBUILD
-------------+
PKGBUILD | 17 +++++++++++------
license.txt | 26 ++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 6 deletions(-)
Property changes on: vim-vcscommand/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /vim-vcscommand/trunk:1
+ /vim-vcscommand/trunk:1-778
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-04-23 03:37:33 UTC (rev 778)
+++ extra-x86_64/PKGBUILD 2008-04-23 03:38:18 UTC (rev 779)
@@ -3,29 +3,34 @@
pkgname=vim-vcscommand
#Real version BetaXX
-pkgver=19
-_scriptid=6814
+pkgver=22
+_scriptid=8459
pkgrel=1
pkgdesc="vim cvs/svn integration plugin "
arch=(i686 x86_64)
url="http://www.vim.org/scripts/script.php?script_id=90"
+license=("custom")
depends=(vi)
groups=('vim-plugins')
replaces=('vim-vsccommand') #whoops, typo before
install=vimdoc.install
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid)
-md5sums=('7ed54ebfd83c443cd303256e31278d70')
+source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
+ license.txt)
+md5sums=('dbda5624b24bdfc55d2bb6b7fcdaaa91'
+ 'cc76e422214169f380e6a1548f617778')
build()
{
cd $startdir/src
mv download_script.php?src_id=$_scriptid vcscommand.zip
- unzip -qqo vcscommand.zip
- cd vcscommand
+ bsdtar -xf vcscommand.zip
mkdir -p $startdir/pkg/usr/share/vim/
cp -r doc plugin syntax $startdir/pkg/usr/share/vim
#just in case....
find $startdir/pkg/usr/share/vim -type f -exec chmod 644 {} \;
+
+ install -D -m644 license.txt \
+ $startdir/pkg/usr/share/licenses/$pkgname/license.txt
}
Copied: vim-vcscommand/repos/extra-x86_64/license.txt (from rev 776, vim-vcscommand/trunk/license.txt)
===================================================================
--- extra-x86_64/license.txt (rev 0)
+++ extra-x86_64/license.txt 2008-04-23 03:38:18 UTC (rev 779)
@@ -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
More information about the arch-commits
mailing list