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

2015-03-03 Thread Daniel Micay
Date: Tuesday, March 3, 2015 @ 21:23:16
  Author: thestinger
Revision: 128663

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   55 ++---
 license.txt|  574 +++
 vimdoc.install |   28 +-
 3 files changed, 328 insertions(+), 329 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-03 20:22:54 UTC (rev 128662)
+++ PKGBUILD2015-03-03 20:23:16 UTC (rev 128663)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=vim-surround
-_sourceid=12566
-pkgver=2.0
-pkgrel=3
-pkgdesc='Provides mappings to easily delete, change, and add paired 
surroundings'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=1697'
-license=('custom:vim')
-groups=('vim-plugins')
-depends=('vim')
-install=vimdoc.install
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_sourceid;
-'license.txt')
-md5sums=('c3d5129befb14ae82c1e7769253b703c'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-
-package() {
-  local installpath=$pkgdir/usr/share/vim/vimfiles
-
-  install -Dm644 doc/surround.txt $installpath/doc/surround.txt
-  install -Dm644 plugin/surround.vim $installpath/plugin/surround.vim
-  install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vim-surround/repos/community-any/PKGBUILD (from rev 128662, 
vim-surround/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-03 20:23:16 UTC (rev 128663)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=vim-surround
+pkgver=2.1
+pkgrel=1
+pkgdesc='Provides mappings to easily delete, change, and add paired 
surroundings'
+arch=('any')
+url='https://github.com/tpope/vim-surround'
+license=('custom:vim')
+groups=('vim-plugins')
+depends=('vim')
+install=vimdoc.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/tpope/vim-surround/archive/v2.1.tar.gz
+license.txt)
+md5sums=('85ffd09f75fe308f0bde43b0ce39bc2c'
+ 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+
+package() {
+  cd $pkgname-$pkgver
+  local installpath=$pkgdir/usr/share/vim/vimfiles
+  install -Dm644 doc/surround.txt $installpath/doc/surround.txt
+  install -Dm644 plugin/surround.vim $installpath/plugin/surround.vim
+  install -Dm644 ../license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: license.txt
===
--- license.txt 2015-03-03 20:22:54 UTC (rev 128662)
+++ license.txt 2015-03-03 20:23:16 UTC (rev 128663)
@@ -1,287 +0,0 @@
-*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
-
-
- VIM REFERENCE MANUALby Bram Moolenaar
-
-
-   *uganda* *Uganda* *copying* *copyright* *license*
-SUMMARY
-   *iccf* *ICCF*
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-   http://iccf-holland.org/
-   http://www.vim.org/iccf/
-   http://www.iccf.nl/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-that they must include this license text.  You can also distribute
-unmodified parts of Vim, likewise unrestricted except that they must
-include this license text.  You are also allowed to include executables
-that you made from the unmodified Vim sources, plus your own usage
-examples and Vim scripts.
-
-II) It is allowed to distribute a modified (or extended) version of Vim,
-including executables and/or source code, when the following four
-conditions are met:
-1) This license text must be included unmodified.
-2) The modified Vim must be distributed in one of the following five ways:

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

2014-07-01 Thread Daniel Micay
Date: Tuesday, July 1, 2014 @ 12:24:53
  Author: thestinger
Revision: 113951

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   58 ++---
 license.txt|  574 +++
 vimdoc.install |   28 +-
 3 files changed, 329 insertions(+), 331 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-01 10:24:34 UTC (rev 113950)
+++ PKGBUILD2014-07-01 10:24:53 UTC (rev 113951)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=vim-surround
-_sourceid=12566
-pkgver=2.0
-pkgrel=2
-pkgdesc='Provides mappings to easily delete, change, and add paired 
surroundings'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=1697'
-license=('custom:vim')
-groups=('vim-plugins')
-depends=('vim')
-install=vimdoc.install
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_sourceid;
-'license.txt')
-md5sums=('c3d5129befb14ae82c1e7769253b703c'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-
-package() {
-  cd $srcdir
-
-  local installpath=$pkgdir/usr/share/vim/vimfiles
-
-  install -Dm644 doc/surround.txt $installpath/doc/surround.txt
-  install -Dm644 plugin/surround.vim $installpath/plugin/surround.vim
-  install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vim-surround/repos/community-any/PKGBUILD (from rev 113950, 
vim-surround/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-01 10:24:53 UTC (rev 113951)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=vim-surround
+_sourceid=12566
+pkgver=2.0
+pkgrel=3
+pkgdesc='Provides mappings to easily delete, change, and add paired 
surroundings'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=1697'
+license=('custom:vim')
+groups=('vim-plugins')
+depends=('vim')
+install=vimdoc.install
+source=(http://www.vim.org/scripts/download_script.php?src_id=$_sourceid;
+'license.txt')
+md5sums=('c3d5129befb14ae82c1e7769253b703c'
+ 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+
+package() {
+  local installpath=$pkgdir/usr/share/vim/vimfiles
+
+  install -Dm644 doc/surround.txt $installpath/doc/surround.txt
+  install -Dm644 plugin/surround.vim $installpath/plugin/surround.vim
+  install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: license.txt
===
--- license.txt 2014-07-01 10:24:34 UTC (rev 113950)
+++ license.txt 2014-07-01 10:24:53 UTC (rev 113951)
@@ -1,287 +0,0 @@
-*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
-
-
- VIM REFERENCE MANUALby Bram Moolenaar
-
-
-   *uganda* *Uganda* *copying* *copyright* *license*
-SUMMARY
-   *iccf* *ICCF*
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-   http://iccf-holland.org/
-   http://www.vim.org/iccf/
-   http://www.iccf.nl/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-that they must include this license text.  You can also distribute
-unmodified parts of Vim, likewise unrestricted except that they must
-include this license text.  You are also allowed to include executables
-that you made from the unmodified Vim sources, plus your own usage
-examples and Vim scripts.
-
-II) It is allowed to distribute a modified (or extended) version of Vim,
-including executables and/or source code, when the following four
-conditions are met:
-1) This license text must be included unmodified.
-2) The modified Vim must be distributed in one of the following