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

2020-06-13 Thread Levente Polyak via arch-commits
Date: Saturday, June 13, 2020 @ 14:58:34
  Author: anthraxx
Revision: 642863

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   58 +++--
 license.txt |  574 +-
 2 files changed, 317 insertions(+), 315 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 14:58:28 UTC (rev 642862)
+++ PKGBUILD2020-06-13 14:58:34 UTC (rev 642863)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Micay 
-# Contributor: M Rawash 
-# Contributor: János Illés 
-
-pkgname=vim-fugitive
-pkgver=3.0
-pkgrel=1
-pkgdesc='Git wrapper so awesome, it should be illegal'
-url='https://github.com/tpope/vim-fugitive'
-arch=('any')
-license=('custom:vim')
-depends=('vim' 'git')
-groups=('vim-plugins')
-source=(https://github.com/tpope/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-license.txt)
-sha512sums=('c68aebb577530be2bb32bb79b261b4b235e14d59e73be462aa4a0f6358c484dbaa19c40f880e1b678780abb66d56960f58a4d5fa99c24c60d797db0e25077464'
-
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${_installpath}"
-  cp -r -t "${_installpath}" autoload doc plugin ftdetect syntax
-  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-fugitive/repos/community-any/PKGBUILD (from rev 642862, 
vim-fugitive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-13 14:58:34 UTC (rev 642863)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
+# Contributor: M Rawash 
+# Contributor: János Illés 
+
+pkgname=vim-fugitive
+pkgver=3.2
+pkgrel=1
+pkgdesc='Git wrapper so awesome, it should be illegal'
+url='https://github.com/tpope/vim-fugitive'
+arch=('any')
+license=('custom:vim')
+depends=('vim' 'git')
+groups=('vim-plugins')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+license.txt)
+sha512sums=('c7ac97d52f683a73545efddf33986dedecbae25208ebf0703dccf99cb46fd5020362f724c5b530aeca40467d9e864ce6597d6eb5eaa93a33643191e1aa5b44db'
+
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
+b2sums=('cab484ec66b7c54857856ed1f6cbebbf6d3fb1afdb35b004f72f8c06785a18d8810244255305cd949e25d1f78d734c46e400488526631b4070d3e0b104830552'
+
'63a85fc6710dc62cf9d982eaf8fa048ccc81754e9c67c6a071ae9608c7ba90f07d744733f377e08078612dcc9a0e33590c96f4a4a1f81cdba72f86bddf34e324')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin ftdetect syntax
+  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: license.txt
===
--- license.txt 2020-06-13 14:58:28 UTC (rev 642862)
+++ license.txt 2020-06-13 14:58:34 UTC (rev 642863)
@@ -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 

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

2019-09-29 Thread Levente Polyak via arch-commits
Date: Sunday, September 29, 2019 @ 22:02:18
  Author: anthraxx
Revision: 512141

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   56 ++---
 license.txt |  574 +-
 2 files changed, 315 insertions(+), 315 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-29 22:02:14 UTC (rev 512140)
+++ PKGBUILD2019-09-29 22:02:18 UTC (rev 512141)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Micay 
-# Contributor: M Rawash 
-# Contributor: János Illés 
-
-pkgname=vim-fugitive
-pkgver=2.5
-pkgrel=1
-pkgdesc='Git wrapper so awesome, it should be illegal'
-url='https://github.com/tpope/vim-fugitive'
-arch=('any')
-license=('custom:vim')
-depends=('vim' 'git')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/v${pkgver}.tar.gz
-license.txt)
-sha512sums=('9a58ff3fa9eae72fca3d1232d01856ef56fe38b7bbf61be44ec4cdf4f0f69fca69fafe19266d657530a6d08f856236b1d1370bb770b14402bb7e476d5ca4bb78'
-
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${_installpath}"
-  cp -r -t "${_installpath}" autoload doc plugin ftdetect
-  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-fugitive/repos/community-any/PKGBUILD (from rev 512140, 
vim-fugitive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-29 22:02:18 UTC (rev 512141)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
+# Contributor: M Rawash 
+# Contributor: János Illés 
+
+pkgname=vim-fugitive
+pkgver=3.0
+pkgrel=1
+pkgdesc='Git wrapper so awesome, it should be illegal'
+url='https://github.com/tpope/vim-fugitive'
+arch=('any')
+license=('custom:vim')
+depends=('vim' 'git')
+groups=('vim-plugins')
+source=(https://github.com/tpope/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+license.txt)
+sha512sums=('c68aebb577530be2bb32bb79b261b4b235e14d59e73be462aa4a0f6358c484dbaa19c40f880e1b678780abb66d56960f58a4d5fa99c24c60d797db0e25077464'
+
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin ftdetect syntax
+  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: license.txt
===
--- license.txt 2019-09-29 22:02:14 UTC (rev 512140)
+++ license.txt 2019-09-29 22:02:18 UTC (rev 512141)
@@ -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 

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

2019-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 22, 2019 @ 14:15:44
  Author: anthraxx
Revision: 468458

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   56 ++---
 license.txt |  574 +-
 2 files changed, 315 insertions(+), 315 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-22 14:15:39 UTC (rev 468457)
+++ PKGBUILD2019-05-22 14:15:44 UTC (rev 468458)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Micay 
-# Contributor: M Rawash 
-# Contributor: János Illés 
-
-pkgname=vim-fugitive
-pkgver=2.4
-pkgrel=2
-pkgdesc='Git wrapper so awesome, it should be illegal'
-url='https://github.com/tpope/vim-fugitive'
-arch=('any')
-license=('custom:vim')
-depends=('vim' 'git')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/v${pkgver}.tar.gz
-license.txt)
-sha512sums=('fb9d4129090bbafcace9400e9f21feae06bc9f903a54cfef7c4cbfa62856019a511b924c294e86fd26cd713d588ca0054a17d9676b59e2f406779ab5d51c3363'
-
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${_installpath}"
-  cp -r -t "${_installpath}" autoload doc plugin ftdetect
-  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-fugitive/repos/community-any/PKGBUILD (from rev 468457, 
vim-fugitive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-22 14:15:44 UTC (rev 468458)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
+# Contributor: M Rawash 
+# Contributor: János Illés 
+
+pkgname=vim-fugitive
+pkgver=2.5
+pkgrel=1
+pkgdesc='Git wrapper so awesome, it should be illegal'
+url='https://github.com/tpope/vim-fugitive'
+arch=('any')
+license=('custom:vim')
+depends=('vim' 'git')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/v${pkgver}.tar.gz
+license.txt)
+sha512sums=('9a58ff3fa9eae72fca3d1232d01856ef56fe38b7bbf61be44ec4cdf4f0f69fca69fafe19266d657530a6d08f856236b1d1370bb770b14402bb7e476d5ca4bb78'
+
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin ftdetect
+  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: license.txt
===
--- license.txt 2019-05-22 14:15:39 UTC (rev 468457)
+++ license.txt 2019-05-22 14:15:44 UTC (rev 468458)
@@ -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 

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

2018-10-14 Thread Levente Polyak via arch-commits
Date: Sunday, October 14, 2018 @ 23:53:40
  Author: anthraxx
Revision: 393966

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   56 ++---
 license.txt |  574 +-
 2 files changed, 315 insertions(+), 315 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-14 23:53:34 UTC (rev 393965)
+++ PKGBUILD2018-10-14 23:53:40 UTC (rev 393966)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Micay 
-# Contributor: M Rawash 
-# Contributor: János Illés 
-
-pkgname=vim-fugitive
-pkgver=2.4
-pkgrel=1
-pkgdesc='Git wrapper so awesome, it should be illegal'
-url='https://github.com/tpope/vim-fugitive'
-arch=('any')
-license=('custom:vim')
-depends=('vim' 'git')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/v${pkgver}.tar.gz
-license.txt)
-sha512sums=('fb9d4129090bbafcace9400e9f21feae06bc9f903a54cfef7c4cbfa62856019a511b924c294e86fd26cd713d588ca0054a17d9676b59e2f406779ab5d51c3363'
-
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  local installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm 644 doc/* -t "${installpath}/doc"
-  install -Dm 644 plugin/* -t "${installpath}/plugin"
-  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-fugitive/repos/community-any/PKGBUILD (from rev 393965, 
vim-fugitive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-14 23:53:40 UTC (rev 393966)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
+# Contributor: M Rawash 
+# Contributor: János Illés 
+
+pkgname=vim-fugitive
+pkgver=2.4
+pkgrel=2
+pkgdesc='Git wrapper so awesome, it should be illegal'
+url='https://github.com/tpope/vim-fugitive'
+arch=('any')
+license=('custom:vim')
+depends=('vim' 'git')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/v${pkgver}.tar.gz
+license.txt)
+sha512sums=('fb9d4129090bbafcace9400e9f21feae06bc9f903a54cfef7c4cbfa62856019a511b924c294e86fd26cd713d588ca0054a17d9676b59e2f406779ab5d51c3363'
+
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin ftdetect
+  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: license.txt
===
--- license.txt 2018-10-14 23:53:34 UTC (rev 393965)
+++ license.txt 2018-10-14 23:53:40 UTC (rev 393966)
@@ -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 

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

2018-10-12 Thread Levente Polyak via arch-commits
Date: Friday, October 12, 2018 @ 20:52:05
  Author: anthraxx
Revision: 393274

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   56 ++---
 license.txt |  574 +-
 2 files changed, 315 insertions(+), 315 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-12 20:51:57 UTC (rev 393273)
+++ PKGBUILD2018-10-12 20:52:05 UTC (rev 393274)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Micay 
-# Contributor: M Rawash 
-# Contributor: János Illés 
-
-pkgname=vim-fugitive
-pkgver=2.3
-pkgrel=1
-pkgdesc='Git wrapper so awesome, it should be illegal'
-url='https://github.com/tpope/vim-fugitive'
-arch=('any')
-license=('custom:vim')
-depends=('vim' 'git')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/v${pkgver}.tar.gz
-license.txt)
-sha512sums=('8a176705c0326ac034abaf23423e58d490feb7f11dc45ad23641fafb95279094ed38475a90e7c2e7fc95c615558db75f3587740e2658f3988fa07a1957aa1039'
-
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  local installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm 644 doc/* -t "${installpath}/doc"
-  install -Dm 644 plugin/* -t "${installpath}/plugin"
-  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-fugitive/repos/community-any/PKGBUILD (from rev 393273, 
vim-fugitive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-12 20:52:05 UTC (rev 393274)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
+# Contributor: M Rawash 
+# Contributor: János Illés 
+
+pkgname=vim-fugitive
+pkgver=2.4
+pkgrel=1
+pkgdesc='Git wrapper so awesome, it should be illegal'
+url='https://github.com/tpope/vim-fugitive'
+arch=('any')
+license=('custom:vim')
+depends=('vim' 'git')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/v${pkgver}.tar.gz
+license.txt)
+sha512sums=('fb9d4129090bbafcace9400e9f21feae06bc9f903a54cfef7c4cbfa62856019a511b924c294e86fd26cd713d588ca0054a17d9676b59e2f406779ab5d51c3363'
+
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm 644 doc/* -t "${installpath}/doc"
+  install -Dm 644 plugin/* -t "${installpath}/plugin"
+  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: license.txt
===
--- license.txt 2018-10-12 20:51:57 UTC (rev 393273)
+++ license.txt 2018-10-12 20:52:05 UTC (rev 393274)
@@ -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 

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

2018-05-30 Thread Levente Polyak via arch-commits
Date: Wednesday, May 30, 2018 @ 23:52:25
  Author: anthraxx
Revision: 333586

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   58 ++---
 license.txt |  574 +-
 2 files changed, 315 insertions(+), 317 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-30 23:52:19 UTC (rev 333585)
+++ PKGBUILD2018-05-30 23:52:25 UTC (rev 333586)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Micay 
-# Contributor: M Rawash 
-# Contributor: János Illés 
-
-pkgname=vim-fugitive
-pkgver=2.2.r597.b82abd5
-pkgrel=1
-_gitcommit=b82abd5bd583cfb90be63ae12adc36a84577bd45
-pkgdesc='Git wrapper so awesome, it should be illegal'
-url='https://github.com/tpope/vim-fugitive'
-arch=('any')
-license=('custom:vim')
-depends=('vim')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/${_gitcommit}.tar.gz
-license.txt)
-sha512sums=('70852d5b737f262f191d73cc49d1224bd1bcd7f49dadb12082f2ab41e857fb1bc2890849abe4913725b32cceb87decbfe8e52a66d59461acdc28918f89f7e1f0'
-
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
-
-package() {
-  cd ${pkgname}-${_gitcommit}
-  local installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm 644 doc/* -t "${installpath}/doc"
-  install -Dm 644 plugin/* -t "${installpath}/plugin"
-  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.markdown -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-fugitive/repos/community-any/PKGBUILD (from rev 333585, 
vim-fugitive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-30 23:52:25 UTC (rev 333586)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
+# Contributor: M Rawash 
+# Contributor: János Illés 
+
+pkgname=vim-fugitive
+pkgver=2.3
+pkgrel=1
+pkgdesc='Git wrapper so awesome, it should be illegal'
+url='https://github.com/tpope/vim-fugitive'
+arch=('any')
+license=('custom:vim')
+depends=('vim' 'git')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/v${pkgver}.tar.gz
+license.txt)
+sha512sums=('8a176705c0326ac034abaf23423e58d490feb7f11dc45ad23641fafb95279094ed38475a90e7c2e7fc95c615558db75f3587740e2658f3988fa07a1957aa1039'
+
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm 644 doc/* -t "${installpath}/doc"
+  install -Dm 644 plugin/* -t "${installpath}/plugin"
+  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: license.txt
===
--- license.txt 2018-05-30 23:52:19 UTC (rev 333585)
+++ license.txt 2018-05-30 23:52:25 UTC (rev 333586)
@@ -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, 

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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 02:08:29
  Author: anthraxx
Revision: 307540

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   57 +++--
 license.txt |  574 +-
 2 files changed, 317 insertions(+), 314 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 02:08:23 UTC (rev 307539)
+++ PKGBUILD2018-03-14 02:08:29 UTC (rev 307540)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: M Rawash 
-# Contributor: János Illés 
-
-pkgname=vim-fugitive
-pkgver=2.2
-pkgrel=2
-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')
-source=("$pkgname-$pkgver.tar.gz::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"
-}

Copied: vim-fugitive/repos/community-any/PKGBUILD (from rev 307539, 
vim-fugitive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 02:08:29 UTC (rev 307540)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
+# Contributor: M Rawash 
+# Contributor: János Illés 
+
+pkgname=vim-fugitive
+pkgver=2.2.r597.b82abd5
+pkgrel=1
+_gitcommit=b82abd5bd583cfb90be63ae12adc36a84577bd45
+pkgdesc='Git wrapper so awesome, it should be illegal'
+url='https://github.com/tpope/vim-fugitive'
+arch=('any')
+license=('custom:vim')
+depends=('vim')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/${_gitcommit}.tar.gz
+license.txt)
+sha512sums=('70852d5b737f262f191d73cc49d1224bd1bcd7f49dadb12082f2ab41e857fb1bc2890849abe4913725b32cceb87decbfe8e52a66d59461acdc28918f89f7e1f0'
+
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
+
+package() {
+  cd ${pkgname}-${_gitcommit}
+  local installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm 644 doc/* -t "${installpath}/doc"
+  install -Dm 644 plugin/* -t "${installpath}/plugin"
+  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.markdown -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: license.txt
===
--- license.txt 2018-03-14 02:08:23 UTC (rev 307539)
+++ license.txt 2018-03-14 02:08:29 UTC (rev 307540)
@@ -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