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

Eric Bélanger eric at nymeria.archlinux.org
Thu Mar 21 20:55:29 UTC 2013


    Date: Thursday, March 21, 2013 @ 21:55:29
  Author: eric
Revision: 86742

archrelease: copy trunk to community-any

Added:
  vim-supertab/repos/community-any/LICENSE
    (from rev 86741, vim-supertab/trunk/LICENSE)
  vim-supertab/repos/community-any/PKGBUILD
    (from rev 86741, vim-supertab/trunk/PKGBUILD)
  vim-supertab/repos/community-any/vimdoc.install
    (from rev 86741, vim-supertab/trunk/vimdoc.install)
Deleted:
  vim-supertab/repos/community-any/LICENSE
  vim-supertab/repos/community-any/PKGBUILD
  vim-supertab/repos/community-any/vimdoc.install

----------------+
 LICENSE        |   64 +++++++++++++++++++++++++++----------------------------
 PKGBUILD       |   62 ++++++++++++++++++++++++++---------------------------
 vimdoc.install |   42 ++++++++++++++++++------------------
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2013-03-21 20:55:08 UTC (rev 86741)
+++ LICENSE	2013-03-21 20:55:29 UTC (rev 86742)
@@ -1,32 +0,0 @@
-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-any/LICENSE (from rev 86741, vim-supertab/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2013-03-21 20:55:29 UTC (rev 86742)
@@ -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.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-21 20:55:08 UTC (rev 86741)
+++ PKGBUILD	2013-03-21 20:55:29 UTC (rev 86742)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
-# Maintainer: Aaron Schaefer <aaron at elasticdog.com>
-
-pkgname=vim-supertab
-pkgver=2.0
-_sourceid=18075
-pkgrel=1
-pkgdesc='A Vim plugin that allows you to use the tab key to do all insert completion.'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=1643'
-license=('BSD')
-depends=('vim')
-install=vimdoc.install
-source=("supertab.vmb::http://www.vim.org/scripts/download_script.php?src_id=$_sourceid"
-        'LICENSE')
-md5sums=('59ed0d264aed4f9dc6d198c1b9fcac27'
-         'a232f3fa724b2e52e1678adcc84f67bb')
-
-build() {
-  cd "$srcdir"
-
-  # extract the vimball
-  /usr/bin/vim -n -i NONE -c ":UseVimball $srcdir" -c ":q" ./supertab.vmb
-
-  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"
-}

Copied: vim-supertab/repos/community-any/PKGBUILD (from rev 86741, vim-supertab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-21 20:55:29 UTC (rev 86742)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
+# Maintainer: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgname=vim-supertab
+pkgver=2.0
+_sourceid=18075
+pkgrel=1
+pkgdesc='A Vim plugin that allows you to use the tab key to do all insert completion.'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=1643'
+license=('BSD')
+depends=('vim')
+install=vimdoc.install
+source=("supertab.vmb::http://www.vim.org/scripts/download_script.php?src_id=$_sourceid"
+        'LICENSE')
+md5sums=('59ed0d264aed4f9dc6d198c1b9fcac27'
+         'a232f3fa724b2e52e1678adcc84f67bb')
+
+package() {
+  cd "$srcdir"
+
+  # extract the vimball
+  /usr/bin/vim -n -i NONE -c ":UseVimball $srcdir" -c ":q" ./supertab.vmb
+
+  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"
+}

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2013-03-21 20:55:08 UTC (rev 86741)
+++ vimdoc.install	2013-03-21 20:55:29 UTC (rev 86742)
@@ -1,21 +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 $1
-}
-
-op=$1
-shift
-
-$op $*

Copied: vim-supertab/repos/community-any/vimdoc.install (from rev 86741, vim-supertab/trunk/vimdoc.install)
===================================================================
--- vimdoc.install	                        (rev 0)
+++ vimdoc.install	2013-03-21 20:55:29 UTC (rev 86742)
@@ -0,0 +1,21 @@
+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 $1
+}
+
+op=$1
+shift
+
+$op $*




More information about the arch-commits mailing list