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

2015-01-26 Thread Daniel Micay
Date: Monday, January 26, 2015 @ 23:25:04
  Author: thestinger
Revision: 126620

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-26 22:24:40 UTC (rev 126619)
+++ PKGBUILD2015-01-26 22:25:04 UTC (rev 126620)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: M Rawash mraw...@gmail.com
-# Contributor: János Illés ija...@gmail.com
-
-pkgname=vim-fugitive
-pkgver=2.1
-pkgrel=1
-pkgdesc=A Git wrapper so awesome, it should be illegal
-arch=('any')
-url=https://github.com/tpope/vim-fugitive;
-license=('custom:vim')
-groups=('vim-plugins')
-depends=('vim')
-install=vimdoc.install
-source=(https://github.com/tpope/$pkgname/archive/v${pkgver}.tar.gz;
-'license.txt')
-md5sums=('aaa768541c6c6ab7a02e6d40c54f6ee5'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-
-package() {
-  cd $pkgname-$pkgver
-
-  local installpath=$pkgdir/usr/share/vim/vimfiles
-  install -Dm644 doc/fugitive.txt $installpath/doc/fugitive.txt
-  install -Dm644 plugin/fugitive.vim $installpath/plugin/fugitive.vim
-  install -Dm644 ../license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vim-fugitive/repos/community-any/PKGBUILD (from rev 126619, 
vim-fugitive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-26 22:25:04 UTC (rev 126620)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: M Rawash mraw...@gmail.com
+# Contributor: János Illés ija...@gmail.com
+
+pkgname=vim-fugitive
+pkgver=2.2
+pkgrel=1
+pkgdesc=A Git wrapper so awesome, it should be illegal
+arch=('any')
+url=https://github.com/tpope/vim-fugitive;
+license=('custom:vim')
+groups=('vim-plugins')
+depends=('vim')
+install=vimdoc.install
+source=(https://github.com/tpope/$pkgname/archive/v${pkgver}.tar.gz;
+'license.txt')
+md5sums=('d1c245be66c6a7817f3dab47ebdddfd8'
+ 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+
+package() {
+  cd $pkgname-$pkgver
+
+  local installpath=$pkgdir/usr/share/vim/vimfiles
+  install -Dm644 doc/fugitive.txt $installpath/doc/fugitive.txt
+  install -Dm644 plugin/fugitive.vim $installpath/plugin/fugitive.vim
+  install -Dm644 ../license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: license.txt
===
--- license.txt 2015-01-26 22:24:40 UTC (rev 126619)
+++ license.txt 2015-01-26 22:25:04 UTC (rev 126620)
@@ -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:
-   a) If you make changes to Vim yourself, you must clearly describe in
- the distribution how to contact you.  

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

2014-07-10 Thread Daniel Micay
Date: Thursday, July 10, 2014 @ 17:20:13
  Author: thestinger
Revision: 115399

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-10 15:19:48 UTC (rev 115398)
+++ PKGBUILD2014-07-10 15:20:13 UTC (rev 115399)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: M Rawash mraw...@gmail.com
-# Contributor: János Illés ija...@gmail.com
-
-pkgname=vim-fugitive
-pkgver=2.0
-pkgrel=1
-pkgdesc=A Git wrapper so awesome, it should be illegal
-arch=('any')
-url=https://github.com/tpope/vim-fugitive;
-license=('custom:vim')
-groups=('vim-plugins')
-depends=('vim')
-install=vimdoc.install
-source=(https://github.com/tpope/$pkgname/archive/v${pkgver}.tar.gz;
-'license.txt')
-md5sums=('cd05f87298d928d9ee173fd89777f7b7'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-
-package() {
-  cd $pkgname-$pkgver
-
-  local installpath=$pkgdir/usr/share/vim/vimfiles
-  install -Dm644 doc/fugitive.txt $installpath/doc/fugitive.txt
-  install -Dm644 plugin/fugitive.vim $installpath/plugin/fugitive.vim
-  install -Dm644 ../license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vim-fugitive/repos/community-any/PKGBUILD (from rev 115398, 
vim-fugitive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-10 15:20:13 UTC (rev 115399)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: M Rawash mraw...@gmail.com
+# Contributor: János Illés ija...@gmail.com
+
+pkgname=vim-fugitive
+pkgver=2.1
+pkgrel=1
+pkgdesc=A Git wrapper so awesome, it should be illegal
+arch=('any')
+url=https://github.com/tpope/vim-fugitive;
+license=('custom:vim')
+groups=('vim-plugins')
+depends=('vim')
+install=vimdoc.install
+source=(https://github.com/tpope/$pkgname/archive/v${pkgver}.tar.gz;
+'license.txt')
+md5sums=('aaa768541c6c6ab7a02e6d40c54f6ee5'
+ 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+
+package() {
+  cd $pkgname-$pkgver
+
+  local installpath=$pkgdir/usr/share/vim/vimfiles
+  install -Dm644 doc/fugitive.txt $installpath/doc/fugitive.txt
+  install -Dm644 plugin/fugitive.vim $installpath/plugin/fugitive.vim
+  install -Dm644 ../license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: license.txt
===
--- license.txt 2014-07-10 15:19:48 UTC (rev 115398)
+++ license.txt 2014-07-10 15:20:13 UTC (rev 115399)
@@ -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:
-   a) If you make changes to Vim yourself, you must clearly describe in
- the distribution how to contact you.  When 

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

2014-06-24 Thread Daniel Micay
Date: Tuesday, June 24, 2014 @ 20:17:56
  Author: thestinger
Revision: 113519

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-24 18:17:37 UTC (rev 113518)
+++ PKGBUILD2014-06-24 18:17:56 UTC (rev 113519)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: M Rawash mraw...@gmail.com
-# Contributor: János Illés ija...@gmail.com
-
-pkgname=vim-fugitive
-_sourceid=15542
-pkgver=1.2
-pkgrel=1
-pkgdesc=A git wrapper so awesome, it should be illegal.
-arch=('any')
-url=http://www.vim.org/scripts/script.php?script_id=2975;
-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=('e13a9eab4606d503429a2ff146964048'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-
-package() {
-  cd $srcdir
-
-  local installpath=$pkgdir/usr/share/vim/vimfiles
-
-  install -Dm644 doc/fugitive.txt $installpath/doc/fugitive.txt
-  install -Dm644 plugin/fugitive.vim $installpath/plugin/fugitive.vim
-  install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vim-fugitive/repos/community-any/PKGBUILD (from rev 113518, 
vim-fugitive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-24 18:17:56 UTC (rev 113519)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: M Rawash mraw...@gmail.com
+# Contributor: János Illés ija...@gmail.com
+
+pkgname=vim-fugitive
+pkgver=2.0
+pkgrel=1
+pkgdesc=A Git wrapper so awesome, it should be illegal
+arch=('any')
+url=https://github.com/tpope/vim-fugitive;
+license=('custom:vim')
+groups=('vim-plugins')
+depends=('vim')
+install=vimdoc.install
+source=(https://github.com/tpope/$pkgname/archive/v${pkgver}.tar.gz;
+'license.txt')
+md5sums=('cd05f87298d928d9ee173fd89777f7b7'
+ 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+
+package() {
+  cd $pkgname-$pkgver
+
+  local installpath=$pkgdir/usr/share/vim/vimfiles
+  install -Dm644 doc/fugitive.txt $installpath/doc/fugitive.txt
+  install -Dm644 plugin/fugitive.vim $installpath/plugin/fugitive.vim
+  install -Dm644 ../license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: license.txt
===
--- license.txt 2014-06-24 18:17:37 UTC (rev 113518)
+++ license.txt 2014-06-24 18:17:56 UTC (rev 113519)
@@ -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:
-   a) If you make changes to Vim yourself, you must clearly describe in
- the