[arch-commits] Commit in vim-vcscommand/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 15:53:15
  Author: felixonmars
Revision: 659022

upgpkg: vim-vcscommand 1.99.47-4: reproducibility rebuild

Modified:
  vim-vcscommand/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 15:52:44 UTC (rev 659021)
+++ PKGBUILD2020-07-07 15:53:15 UTC (rev 659022)
@@ -5,7 +5,7 @@
 pkgname=vim-vcscommand
 pkgver=1.99.47
 _scriptid=19809
-pkgrel=3
+pkgrel=4
 pkgdesc="vim version control system integration plugin"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=90";


[arch-commits] Commit in vim-vcscommand/trunk (PKGBUILD)

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:44:43
  Author: svenstaro
Revision: 434014

Use HTTPS source

Modified:
  vim-vcscommand/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:44:19 UTC (rev 434013)
+++ PKGBUILD2019-02-17 06:44:43 UTC (rev 434014)
@@ -13,7 +13,7 @@
 depends=('vim>=7.0')
 groups=('vim-plugins')
 replaces=('vim-vsccommand') #whoops, typo before
-source=(vcscommand.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
+source=(vcscommand.zip::https://www.vim.org/scripts/download_script.php?src_id=$_scriptid
 license.txt)
 md5sums=('861c4e1a38664a19ce561527b9b94344'
  'cc76e422214169f380e6a1548f617778')


[arch-commits] Commit in vim-vcscommand/trunk (PKGBUILD)

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 22:20:14
  Author: felixonmars
Revision: 404924

PIE/BUILDINFO rebuild

Modified:
  vim-vcscommand/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:20:05 UTC (rev 404923)
+++ PKGBUILD2018-11-09 22:20:14 UTC (rev 404924)
@@ -5,7 +5,7 @@
 pkgname=vim-vcscommand
 pkgver=1.99.47
 _scriptid=19809
-pkgrel=2
+pkgrel=3
 pkgdesc="vim version control system integration plugin"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=90";


[arch-commits] Commit in vim-vcscommand/trunk (PKGBUILD vimdoc.install)

2017-04-18 Thread Jelle van der Waa
Date: Tuesday, April 18, 2017 @ 13:50:16
  Author: jelle
Revision: 223727

upgpkg: vim-vcscommand 1.99.47-2

vimdoc hook cleanup

Modified:
  vim-vcscommand/trunk/PKGBUILD
Deleted:
  vim-vcscommand/trunk/vimdoc.install

+
 PKGBUILD   |3 +--
 vimdoc.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 13:46:12 UTC (rev 223726)
+++ PKGBUILD2017-04-18 13:50:16 UTC (rev 223727)
@@ -6,7 +6,7 @@
 pkgname=vim-vcscommand
 pkgver=1.99.47
 _scriptid=19809
-pkgrel=1
+pkgrel=2
 pkgdesc="vim version control system integration plugin"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=90";
@@ -14,7 +14,6 @@
 depends=('vim>=7.0')
 groups=('vim-plugins')
 replaces=('vim-vsccommand') #whoops, typo before
-install=vimdoc.install
 
source=(vcscommand.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
 license.txt)
 md5sums=('861c4e1a38664a19ce561527b9b94344'

Deleted: vimdoc.install
===
--- vimdoc.install  2017-04-18 13:46:12 UTC (rev 223726)
+++ vimdoc.install  2017-04-18 13:50:16 UTC (rev 223727)
@@ -1,14 +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
-}


[arch-commits] Commit in vim-vcscommand/trunk (PKGBUILD)

2013-05-30 Thread Sven-Hendrik Haase
Date: Thursday, May 30, 2013 @ 10:35:44
  Author: svenstaro
Revision: 91942

upgpkg: vim-vcscommand 1.99.47-1

Updating to 199.47

Modified:
  vim-vcscommand/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 08:19:49 UTC (rev 91941)
+++ PKGBUILD2013-05-30 08:35:44 UTC (rev 91942)
@@ -4,9 +4,9 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=vim-vcscommand
-pkgver=1.99.46
-_scriptid=17031
-pkgrel=2
+pkgver=1.99.47
+_scriptid=19809
+pkgrel=1
 pkgdesc="vim version control system integration plugin"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=90";
@@ -17,13 +17,9 @@
 install=vimdoc.install
 
source=(vcscommand.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
 license.txt)
-md5sums=('6161a4fb4f08e2bc00d8727ce27ad519'
+md5sums=('861c4e1a38664a19ce561527b9b94344'
  'cc76e422214169f380e6a1548f617778')
 
-build() {
-   /bin/true
-}
-
 package() {
cd ${srcdir}
 



[arch-commits] Commit in vim-vcscommand/trunk (PKGBUILD)

2010-10-05 Thread Daniel Griffiths
Date: Tuesday, October 5, 2010 @ 18:03:42
  Author: dgriffiths
Revision: 94261

Modified:
  vim-vcscommand/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-05 21:55:59 UTC (rev 94260)
+++ PKGBUILD2010-10-05 22:03:42 UTC (rev 94261)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=vim-vcscommand
-pkgver=1.99.40
-_scriptid=12743
+pkgver=1.99.42
+_scriptid=13751
 pkgrel=1
 pkgdesc="vim cvs/svn integration plugin"
 arch=('any')
@@ -17,8 +17,8 @@
 install=vimdoc.install
 
source=(vcscommand.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
 license.txt)
-md5sums=('e81a71ff7c89faa28cd066d3f6ab5286' 'cc76e422214169f380e6a1548f617778')
-sha1sums=('b069a38e0bca4aa5ec4704833d756b9e75b91011' 
'a89f765481e070aa82456a48372bb05db9db0910')
+md5sums=('2164e659d626c80c5e680ed94d2827b9' 'cc76e422214169f380e6a1548f617778')
+sha1sums=('3007a83435b3c09c487993851d84cef037e2d32d' 
'a89f765481e070aa82456a48372bb05db9db0910')
 
 build() {
/bin/true



[arch-commits] Commit in vim-vcscommand/trunk (PKGBUILD)

2010-05-16 Thread Daniel Griffiths
Date: Sunday, May 16, 2010 @ 21:52:41
  Author: dgriffiths
Revision: 80395

Modified:
  vim-vcscommand/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-17 01:49:58 UTC (rev 80394)
+++ PKGBUILD2010-05-17 01:52:41 UTC (rev 80395)
@@ -3,9 +3,9 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=vim-vcscommand
-pkgver=1.99.38
-_scriptid=12440
-pkgrel=2
+pkgver=1.99.40
+_scriptid=12743
+pkgrel=1
 pkgdesc="vim cvs/svn integration plugin"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=90";
@@ -17,8 +17,8 @@
 install=vimdoc.install
 
source=(vcscommand.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
 license.txt)
-md5sums=('85bf8cf7189f868e7e9032c50d0a6806' 'cc76e422214169f380e6a1548f617778')
-sha1sums=('cff3d8a6d812be5775d624ec2f59f72e3d574491' 
'a89f765481e070aa82456a48372bb05db9db0910')
+md5sums=('e81a71ff7c89faa28cd066d3f6ab5286' 'cc76e422214169f380e6a1548f617778')
+sha1sums=('b069a38e0bca4aa5ec4704833d756b9e75b91011' 
'a89f765481e070aa82456a48372bb05db9db0910')
 
 build() {
/bin/true



[arch-commits] Commit in vim-vcscommand/trunk (PKGBUILD)

2010-03-06 Thread Daniel Griffiths
Date: Saturday, March 6, 2010 @ 21:51:11
  Author: dgriffiths
Revision: 71449

Modified:
  vim-vcscommand/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-07 02:48:29 UTC (rev 71448)
+++ PKGBUILD2010-03-07 02:51:11 UTC (rev 71449)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=vim-vcscommand
-pkgver=1.99.31
-_scriptid=11049
+pkgver=1.99.38
+_scriptid=12440
 pkgrel=2
 pkgdesc="vim cvs/svn integration plugin"
 arch=('any')
@@ -17,8 +17,8 @@
 install=vimdoc.install
 
source=(vcscommand.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
 license.txt)
-md5sums=('a31418cdb845a6881023330498f1cb06' 'cc76e422214169f380e6a1548f617778')
-sha1sums=('031dd2d9f02a7bc2c5ae68d4ce9edbfac080d7c4' 
'a89f765481e070aa82456a48372bb05db9db0910')
+md5sums=('85bf8cf7189f868e7e9032c50d0a6806' 'cc76e422214169f380e6a1548f617778')
+sha1sums=('cff3d8a6d812be5775d624ec2f59f72e3d574491' 
'a89f765481e070aa82456a48372bb05db9db0910')
 
 build() {
/bin/true



[arch-commits] Commit in vim-vcscommand/trunk (PKGBUILD vimdoc.install)

2010-02-15 Thread Daniel Griffiths
Date: Monday, February 15, 2010 @ 16:33:17
  Author: dgriffiths
Revision: 69001

FS#18248

Modified:
  vim-vcscommand/trunk/PKGBUILD
  vim-vcscommand/trunk/vimdoc.install

+
 PKGBUILD   |   24 +++-
 vimdoc.install |2 +-
 2 files changed, 16 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-15 21:30:05 UTC (rev 69000)
+++ PKGBUILD2010-02-15 21:33:17 UTC (rev 69001)
@@ -1,10 +1,11 @@
 #$Id$
-#Maintainer: Aaron Griffin 
+# Contributor: Aaron Griffin 
+# Maintainer: Daniel J Griffiths 
 
 pkgname=vim-vcscommand
 pkgver=1.99.31
 _scriptid=11049
-pkgrel=1
+pkgrel=2
 pkgdesc="vim cvs/svn integration plugin"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=90";
@@ -20,14 +21,19 @@
 sha1sums=('031dd2d9f02a7bc2c5ae68d4ce9edbfac080d7c4' 
'a89f765481e070aa82456a48372bb05db9db0910')
 
 build() {
-  cd "$srcdir"
+   /bin/true
+}
 
-  installpath="$pkgdir/usr/share/vim/vimfiles"
-  mkdir -p "$installpath"
-  cp -r doc plugin syntax "$installpath"
+package() {
+   cd ${srcdir}
 
-  #just in case
-  find "$installpath" -type f -exec chmod 644 {} \;
+   installpath="${pkgdir}/usr/share/vim/vimfiles"
+   mkdir -p $installpath
+   cp -r doc plugin syntax $installpath
 
-  install -D -m644 license.txt 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
+   #just in case
+   find "$installpath" -type f -exec chmod 644 {} \;
+
+   install -D -m644 license.txt \
+  ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
 }

Modified: vimdoc.install
===
--- vimdoc.install  2010-02-15 21:30:05 UTC (rev 69000)
+++ vimdoc.install  2010-02-15 21:33:17 UTC (rev 69001)
@@ -1,7 +1,7 @@
 post_install() {
 echo -n "Updating vim help tags..."
 /usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/doc" --cmd ":q" > /dev/null 2>&1
+--cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
 echo "done."
 }
 



[arch-commits] Commit in vim-vcscommand/trunk (PKGBUILD)

2009-11-01 Thread Eric BĂ©langer
Date: Monday, November 2, 2009 @ 00:24:45
  Author: eric
Revision: 57787

upgpkg: vim-vcscommand 1.99.31-1
Upstream update, Switched to 'any' arch

Modified:
  vim-vcscommand/trunk/PKGBUILD

--+
 PKGBUILD |   32 ++--
 1 file changed, 14 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-11-02 04:31:18 UTC (rev 57786)
+++ PKGBUILD2009-11-02 05:24:45 UTC (rev 57787)
@@ -2,36 +2,32 @@
 #Maintainer: Aaron Griffin 
 
 pkgname=vim-vcscommand
-#Real version BetaXX
-pkgver=29
-_scriptid=9965
-pkgrel=3
+pkgver=1.99.31
+_scriptid=11049
+pkgrel=1
 pkgdesc="vim cvs/svn integration plugin"
-arch=(i686 x86_64)
+arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=90";
 license=('MIT')
 depends=('vim>=7.0')
 groups=('vim-plugins')
 replaces=('vim-vsccommand') #whoops, typo before
+options=('force')
 install=vimdoc.install
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
+source=(vcscommand.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
 license.txt)
-md5sums=('010292b04d5d8b2c37fc14f510864137'
- 'cc76e422214169f380e6a1548f617778')
+md5sums=('a31418cdb845a6881023330498f1cb06' 'cc76e422214169f380e6a1548f617778')
+sha1sums=('031dd2d9f02a7bc2c5ae68d4ce9edbfac080d7c4' 
'a89f765481e070aa82456a48372bb05db9db0910')
 
-build()
-{
-  cd $srcdir
-  mv download_script.php?src_id=$_scriptid vcscommand.zip
-  bsdtar -xf vcscommand.zip
+build() {
+  cd "$srcdir"
 
   installpath="$pkgdir/usr/share/vim/vimfiles"
-  mkdir -p $installpath
-  cp -r doc plugin syntax $installpath
+  mkdir -p "$installpath"
+  cp -r doc plugin syntax "$installpath"
 
   #just in case
-  find $installpath -type f -exec chmod 644 {} \;
+  find "$installpath" -type f -exec chmod 644 {} \;
 
-  install -D -m644 license.txt \
-$pkgdir/usr/share/licenses/$pkgname/license.txt
+  install -D -m644 license.txt 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
 }