[arch-commits] Commit in vim-supertab/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 21:27:41 UTC 2018


    Date: Friday, November 9, 2018 @ 21:27:40
  Author: foutrelis
Revision: 404642

archrelease: copy trunk to community-staging-any

Added:
  vim-supertab/repos/community-staging-any/
  vim-supertab/repos/community-staging-any/LICENSE
    (from rev 404641, vim-supertab/trunk/LICENSE)
  vim-supertab/repos/community-staging-any/PKGBUILD
    (from rev 404641, vim-supertab/trunk/PKGBUILD)

----------+
 LICENSE  |   32 ++++++++++++++++++++++++++++++++
 PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

Copied: vim-supertab/repos/community-staging-any/LICENSE (from rev 404641, vim-supertab/trunk/LICENSE)
===================================================================
--- community-staging-any/LICENSE	                        (rev 0)
+++ community-staging-any/LICENSE	2018-11-09 21:27:40 UTC (rev 404642)
@@ -0,0 +1,32 @@
+Copyright (c) 2002 - 2010
+All rights reserved.
+
+Redistribution and use of this software in source and binary forms, with
+or without modification, are permitted provided that the following
+conditions are met:
+
+* Redistributions of source code must retain the above
+  copyright notice, this list of conditions and the
+  following disclaimer.
+
+* Redistributions in binary form must reproduce the above
+  copyright notice, this list of conditions and the
+  following disclaimer in the documentation and/or other
+  materials provided with the distribution.
+
+* Neither the name of Gergely Kontra or Eric Van Dewoestine nor the names
+of its contributors may be used to endorse or promote products derived
+from this software without specific prior written permission of Gergely
+Kontra or Eric Van Dewoestine.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: vim-supertab/repos/community-staging-any/PKGBUILD (from rev 404641, vim-supertab/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 21:27:40 UTC (rev 404642)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgname=vim-supertab
+pkgver=2.1
+pkgrel=3
+pkgdesc='A Vim plugin that allows you to use the tab key to do all insert completion.'
+arch=('any')
+url='https://github.com/ervandew/supertab'
+license=('BSD')
+depends=('vim')
+groups=('vim-plugins')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ervandew/supertab/archive/$pkgver.tar.gz"
+        'LICENSE')
+md5sums=('8c9fd74e228521f64221b91e1a54abfe'
+         'a232f3fa724b2e52e1678adcc84f67bb')
+
+package() {
+  cd "$srcdir/supertab-$pkgver"
+
+  installpath="$pkgdir/usr/share/vim/vimfiles"
+
+  install -Dm0644 doc/supertab.txt "$installpath/doc/supertab.txt"
+  install -Dm0644 plugin/supertab.vim "$installpath/plugin/supertab.vim"
+  install -Dm0644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list