[arch-commits] Commit in (vim-project)

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 13, 2020 @ 23:29:05
  Author: svenstaro
Revision: 663553

Moving vim-project to AUR

Deleted:
  vim-project/


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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 18:13:38
  Author: felixonmars
Revision: 660035

upgpkg: vim-project 1.4.1-10: reproducibility rebuild

Modified:
  vim-project/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 18:13:37 UTC (rev 660034)
+++ PKGBUILD2020-07-07 18:13:38 UTC (rev 660035)
@@ -4,7 +4,7 @@
 pkgname=vim-project
 pkgver=1.4.1
 _scriptid=6273
-pkgrel=9
+pkgrel=10
 pkgdesc="Organize and navigate projects of files (like an ide/buffer explorer)"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=69";


[arch-commits] Commit in vim-project/repos (3 files)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 18:13:48
  Author: felixonmars
Revision: 660037

archrelease: copy trunk to community-staging-any

Added:
  vim-project/repos/community-staging-any/
  vim-project/repos/community-staging-any/LICENSE
(from rev 660036, vim-project/trunk/LICENSE)
  vim-project/repos/community-staging-any/PKGBUILD
(from rev 660036, vim-project/trunk/PKGBUILD)

--+
 LICENSE  |7 +++
 PKGBUILD |   36 
 2 files changed, 43 insertions(+)

Copied: vim-project/repos/community-staging-any/LICENSE (from rev 660036, 
vim-project/trunk/LICENSE)
===
--- community-staging-any/LICENSE   (rev 0)
+++ community-staging-any/LICENSE   2020-07-07 18:13:48 UTC (rev 660037)
@@ -0,0 +1,7 @@
+"=
+" File:project.vim
+" Author:  Aric Blumer (Aric.Blumer at aric...@charter.net)
+" Last Change: Fri 13 Oct 2006 09:47:08 AM EDT
+" Version: 1.4.1
+"=
+" You may use this code in whatever way you see fit.

Copied: vim-project/repos/community-staging-any/PKGBUILD (from rev 660036, 
vim-project/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-07-07 18:13:48 UTC (rev 660037)
@@ -0,0 +1,36 @@
+# Contributor: Aaron Griffin 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=vim-project
+pkgver=1.4.1
+_scriptid=6273
+pkgrel=10
+pkgdesc="Organize and navigate projects of files (like an ide/buffer explorer)"
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=69";
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+source=("https://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
'LICENSE')
+md5sums=('95ddb23f0e301a79e869c608a36637de'
+ '64ab6c0d41d5153d51439913d23f71ae')
+
+build() {
+   cd ${srcdir}
+
+   mv download_script.php?src_id=$_scriptid project-${pkgver}.tar.gz
+   tar xzf project-${pkgver}.tar.gz
+}
+
+package() {
+   cd ${srcdir}
+
+   installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+   install -D -m644 doc/project.txt \
+  $installpath/doc/project.txt
+   install -D -m644 plugin/project.vim \
+  $installpath/plugin/project.vim
+   install -D -m644 LICENSE \
+  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

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

Use HTTPS source

Modified:
  vim-project/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:43:55 UTC (rev 434012)
+++ PKGBUILD2019-02-17 06:44:19 UTC (rev 434013)
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('vim')
 groups=('vim-plugins')
-source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
'LICENSE')
+source=("https://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
'LICENSE')
 md5sums=('95ddb23f0e301a79e869c608a36637de'
  '64ab6c0d41d5153d51439913d23f71ae')
 


[arch-commits] Commit in vim-project/repos (3 files)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 10, 2018 @ 00:39:27
  Author: foutrelis
Revision: 405572

archrelease: copy trunk to community-staging-any

Added:
  vim-project/repos/community-staging-any/
  vim-project/repos/community-staging-any/LICENSE
(from rev 405571, vim-project/trunk/LICENSE)
  vim-project/repos/community-staging-any/PKGBUILD
(from rev 405571, vim-project/trunk/PKGBUILD)

--+
 LICENSE  |7 +++
 PKGBUILD |   36 
 2 files changed, 43 insertions(+)

Copied: vim-project/repos/community-staging-any/LICENSE (from rev 405571, 
vim-project/trunk/LICENSE)
===
--- community-staging-any/LICENSE   (rev 0)
+++ community-staging-any/LICENSE   2018-11-10 00:39:27 UTC (rev 405572)
@@ -0,0 +1,7 @@
+"=
+" File:project.vim
+" Author:  Aric Blumer (Aric.Blumer at aric...@charter.net)
+" Last Change: Fri 13 Oct 2006 09:47:08 AM EDT
+" Version: 1.4.1
+"=
+" You may use this code in whatever way you see fit.

Copied: vim-project/repos/community-staging-any/PKGBUILD (from rev 405571, 
vim-project/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-11-10 00:39:27 UTC (rev 405572)
@@ -0,0 +1,36 @@
+# Contributor: Aaron Griffin 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=vim-project
+pkgver=1.4.1
+_scriptid=6273
+pkgrel=9
+pkgdesc="Organize and navigate projects of files (like an ide/buffer explorer)"
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=69";
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
'LICENSE')
+md5sums=('95ddb23f0e301a79e869c608a36637de'
+ '64ab6c0d41d5153d51439913d23f71ae')
+
+build() {
+   cd ${srcdir}
+
+   mv download_script.php?src_id=$_scriptid project-${pkgver}.tar.gz
+   tar xzf project-${pkgver}.tar.gz
+}
+
+package() {
+   cd ${srcdir}
+
+   installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+   install -D -m644 doc/project.txt \
+  $installpath/doc/project.txt
+   install -D -m644 plugin/project.vim \
+  $installpath/plugin/project.vim
+   install -D -m644 LICENSE \
+  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 10, 2018 @ 00:39:21
  Author: foutrelis
Revision: 405571

PIE/BUILDINFO rebuild

Modified:
  vim-project/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 00:39:18 UTC (rev 405570)
+++ PKGBUILD2018-11-10 00:39:21 UTC (rev 405571)
@@ -4,7 +4,7 @@
 pkgname=vim-project
 pkgver=1.4.1
 _scriptid=6273
-pkgrel=8
+pkgrel=9
 pkgdesc="Organize and navigate projects of files (like an ide/buffer explorer)"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=69";


[arch-commits] Commit in vim-project/repos/community-any (5 files)

2017-04-18 Thread Jelle van der Waa
Date: Tuesday, April 18, 2017 @ 13:53:46
  Author: jelle
Revision: 223730

archrelease: copy trunk to community-any

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

+
 LICENSE|   14 +-
 PKGBUILD   |   75 +++
 vimdoc.install |   14 --
 3 files changed, 44 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-04-18 13:53:33 UTC (rev 223729)
+++ LICENSE 2017-04-18 13:53:46 UTC (rev 223730)
@@ -1,7 +0,0 @@
-"=
-" File:project.vim
-" Author:  Aric Blumer (Aric.Blumer at aric...@charter.net)
-" Last Change: Fri 13 Oct 2006 09:47:08 AM EDT
-" Version: 1.4.1
-"=
-" You may use this code in whatever way you see fit.

Copied: vim-project/repos/community-any/LICENSE (from rev 223729, 
vim-project/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-04-18 13:53:46 UTC (rev 223730)
@@ -0,0 +1,7 @@
+"=
+" File:project.vim
+" Author:  Aric Blumer (Aric.Blumer at aric...@charter.net)
+" Last Change: Fri 13 Oct 2006 09:47:08 AM EDT
+" Version: 1.4.1
+"=
+" You may use this code in whatever way you see fit.

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-18 13:53:33 UTC (rev 223729)
+++ PKGBUILD2017-04-18 13:53:46 UTC (rev 223730)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Aaron Griffin 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=vim-project
-pkgver=1.4.1
-_scriptid=6273
-pkgrel=7
-pkgdesc="Organize and navigate projects of files (like an ide/buffer explorer)"
-arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=69";
-license=('custom')
-depends=('vim')
-groups=('vim-plugins')
-install=vimdoc.install
-source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
'LICENSE')
-md5sums=('95ddb23f0e301a79e869c608a36637de'
- '64ab6c0d41d5153d51439913d23f71ae')
-
-build() {
-   cd ${srcdir}
-
-   mv download_script.php?src_id=$_scriptid project-${pkgver}.tar.gz
-   tar xzf project-${pkgver}.tar.gz
-}
-
-package() {
-   cd ${srcdir}
-
-   installpath="${pkgdir}/usr/share/vim/vimfiles"
-
-   install -D -m644 doc/project.txt \
-  $installpath/doc/project.txt
-   install -D -m644 plugin/project.vim \
-  $installpath/plugin/project.vim
-   install -D -m644 LICENSE \
-  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vim-project/repos/community-any/PKGBUILD (from rev 223729, 
vim-project/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-18 13:53:46 UTC (rev 223730)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Aaron Griffin 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=vim-project
+pkgver=1.4.1
+_scriptid=6273
+pkgrel=8
+pkgdesc="Organize and navigate projects of files (like an ide/buffer explorer)"
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=69";
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
'LICENSE')
+md5sums=('95ddb23f0e301a79e869c608a36637de'
+ '64ab6c0d41d5153d51439913d23f71ae')
+
+build() {
+   cd ${srcdir}
+
+   mv download_script.php?src_id=$_scriptid project-${pkgver}.tar.gz
+   tar xzf project-${pkgver}.tar.gz
+}
+
+package() {
+   cd ${srcdir}
+
+   installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+   install -D -m644 doc/project.txt \
+  $installpath/doc/project.txt
+   install -D -m644 plugin/project.vim \
+  $installpath/plugin/project.vim
+   install -D -m644 LICENSE \
+  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: vimdoc.install
===
--- vimdoc.install  2017-04-18 13:53:33 UTC (rev 223729)
+++ vimdoc.install  2017-04-18 13:53:46 UTC (rev 223730)
@@ -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() {
-  

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

2017-04-18 Thread Jelle van der Waa
Date: Tuesday, April 18, 2017 @ 13:53:33
  Author: jelle
Revision: 223729

upgpkg: vim-project 1.4.1-8

vimdoc hook cleanup

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 13:50:26 UTC (rev 223728)
+++ PKGBUILD2017-04-18 13:53:33 UTC (rev 223729)
@@ -5,7 +5,7 @@
 pkgname=vim-project
 pkgver=1.4.1
 _scriptid=6273
-pkgrel=7
+pkgrel=8
 pkgdesc="Organize and navigate projects of files (like an ide/buffer explorer)"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=69";
@@ -12,7 +12,6 @@
 license=('custom')
 depends=('vim')
 groups=('vim-plugins')
-install=vimdoc.install
 source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
'LICENSE')
 md5sums=('95ddb23f0e301a79e869c608a36637de'
  '64ab6c0d41d5153d51439913d23f71ae')

Deleted: vimdoc.install
===
--- vimdoc.install  2017-04-18 13:50:26 UTC (rev 223728)
+++ vimdoc.install  2017-04-18 13:53:33 UTC (rev 223729)
@@ -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-project/repos/community-any (6 files)

2014-07-04 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 07:26:08
  Author: fyan
Revision: 115034

archrelease: copy trunk to community-any

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

+
 LICENSE|   14 +-
 PKGBUILD   |   76 +++
 vimdoc.install |   28 ++--
 3 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-07-05 05:25:43 UTC (rev 115033)
+++ LICENSE 2014-07-05 05:26:08 UTC (rev 115034)
@@ -1,7 +0,0 @@
-"=
-" File:project.vim
-" Author:  Aric Blumer (Aric.Blumer at aric...@charter.net)
-" Last Change: Fri 13 Oct 2006 09:47:08 AM EDT
-" Version: 1.4.1
-"=
-" You may use this code in whatever way you see fit.

Copied: vim-project/repos/community-any/LICENSE (from rev 115033, 
vim-project/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-07-05 05:26:08 UTC (rev 115034)
@@ -0,0 +1,7 @@
+"=
+" File:project.vim
+" Author:  Aric Blumer (Aric.Blumer at aric...@charter.net)
+" Last Change: Fri 13 Oct 2006 09:47:08 AM EDT
+" Version: 1.4.1
+"=
+" You may use this code in whatever way you see fit.

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 05:25:43 UTC (rev 115033)
+++ PKGBUILD2014-07-05 05:26:08 UTC (rev 115034)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Aaron Griffin 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=vim-project
-pkgver=1.4.1
-_scriptid=6273
-pkgrel=6
-pkgdesc="Organize and navigate projects of files (like an ide/buffer explorer)"
-arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=69";
-license=('custom')
-depends=('vim')
-groups=('vim-plugins')
-install=vimdoc.install
-source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
'LICENSE')
-md5sums=('95ddb23f0e301a79e869c608a36637de'
- '64ab6c0d41d5153d51439913d23f71ae')
-
-build() {
-   cd ${srcdir}
-
-   mv download_script.php?src_id=$_scriptid project-${pkgver}.tar.gz
-   tar xzf project-${pkgver}.tar.gz
-}
-
-package() {
-   cd ${srcdir}
-
-   installpath="${pkgdir}/usr/share/vim/vimfiles"
-
-   install -D -m644 doc/project.txt \
-  $installpath/doc/project.txt
-   install -D -m644 plugin/project.vim \
-  $installpath/plugin/project.vim
-   install -D -m644 LICENSE \
-  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vim-project/repos/community-any/PKGBUILD (from rev 115033, 
vim-project/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 05:26:08 UTC (rev 115034)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Aaron Griffin 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=vim-project
+pkgver=1.4.1
+_scriptid=6273
+pkgrel=7
+pkgdesc="Organize and navigate projects of files (like an ide/buffer explorer)"
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=69";
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+install=vimdoc.install
+source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
'LICENSE')
+md5sums=('95ddb23f0e301a79e869c608a36637de'
+ '64ab6c0d41d5153d51439913d23f71ae')
+
+build() {
+   cd ${srcdir}
+
+   mv download_script.php?src_id=$_scriptid project-${pkgver}.tar.gz
+   tar xzf project-${pkgver}.tar.gz
+}
+
+package() {
+   cd ${srcdir}
+
+   installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+   install -D -m644 doc/project.txt \
+  $installpath/doc/project.txt
+   install -D -m644 plugin/project.vim \
+  $installpath/plugin/project.vim
+   install -D -m644 LICENSE \
+  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: vimdoc.install
===
--- vimdoc.install  2014-07-05 05:25:43 UTC (rev 115033)
+++ vimdoc.install  2014-07-05 05:26:08 UTC (rev 115034)
@@ -1,14 +0,0 @@
-post_install() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -

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

2014-07-04 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 07:25:43
  Author: fyan
Revision: 115033

upgpkg: vim-project 1.4.1-7

mtree rebuild

Modified:
  vim-project/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 05:24:29 UTC (rev 115032)
+++ PKGBUILD2014-07-05 05:25:43 UTC (rev 115033)
@@ -5,7 +5,7 @@
 pkgname=vim-project
 pkgver=1.4.1
 _scriptid=6273
-pkgrel=6
+pkgrel=7
 pkgdesc="Organize and navigate projects of files (like an ide/buffer explorer)"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=69";



[arch-commits] Commit in (vim-project)

2011-05-13 Thread Andrea Scarpino
Date: Friday, May 13, 2011 @ 15:59:55
  Author: andrea
Revision: 123857

moved to [community]

Deleted:
  vim-project/



[arch-commits] Commit in vim-project/repos (extra-i686 extra-x86_64)

2010-02-15 Thread Daniel Griffiths
Date: Monday, February 15, 2010 @ 16:20:10
  Author: dgriffiths
Revision: 68996

removed extra-i686 and extra-x86_64 for vim-project

Deleted:
  vim-project/repos/extra-i686/
  vim-project/repos/extra-x86_64/



[arch-commits] Commit in vim-project/repos (extra-any)

2010-02-15 Thread Daniel Griffiths
Date: Monday, February 15, 2010 @ 16:20:06
  Author: dgriffiths
Revision: 68995

Initialized merge tracking via "svnmerge" with revisions "1-68993" from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/vim-project/trunk

Modified:
  vim-project/repos/extra-any/  (properties)


Property changes on: vim-project/repos/extra-any
___
Added: svnmerge-integrated
   + /vim-project/trunk:1-68993



[arch-commits] Commit in vim-project/repos (extra-any)

2010-02-15 Thread Daniel Griffiths
Date: Monday, February 15, 2010 @ 16:19:59
  Author: dgriffiths
Revision: 68994

archrelease: new repo extra-any

Added:
  vim-project/repos/extra-any/



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

2010-02-15 Thread Daniel Griffiths
Date: Monday, February 15, 2010 @ 16:19:48
  Author: dgriffiths
Revision: 68993

FS#18248

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

+
 PKGBUILD   |   31 ---
 vimdoc.install |2 +-
 2 files changed, 21 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-15 21:17:50 UTC (rev 68992)
+++ PKGBUILD2010-02-15 21:19:48 UTC (rev 68993)
@@ -1,15 +1,16 @@
 # $Id$
-# Maintainer : Aaron Griffin 
+# Contributor: Aaron Griffin 
+# Maintainer: Daniel J Griffiths 
 
 pkgname=vim-project
 pkgver=1.4.1
 _scriptid=6273
-pkgrel=4
+pkgrel=5
 pkgdesc="Organize and navigate projects of files (like an ide/buffer explorer)"
-arch=(i686 x86_64)
+arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=69";
 license=('custom')
-depends=(vim)
+depends=('vim')
 groups=('vim-plugins')
 install=vimdoc.install
 source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid 
LICENSE)
@@ -17,13 +18,21 @@
 
 build()
 {
-  cd $srcdir
-  mv download_script.php?src_id=$_scriptid project-${pkgver}.tar.gz
-  tar xzf project-${pkgver}.tar.gz
+   cd ${srcdir}
 
-  installpath="$pkgdir/usr/share/vim/vimfiles"
+   mv download_script.php?src_id=$_scriptid project-${pkgver}.tar.gz
+   tar xzf project-${pkgver}.tar.gz
+}
 
-  install -D -m644 doc/project.txt $installpath/doc/project.txt || return 1
-  install -D -m644 plugin/project.vim $installpath/plugin/project.vim || 
return 1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || 
return 1
+package() {
+   cd ${srcdir}
+
+   installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+   install -D -m644 doc/project.txt \
+  $installpath/doc/project.txt || return 1
+   install -D -m644 plugin/project.vim \
+  $installpath/plugin/project.vim || return 1
+   install -D -m644 LICENSE \
+  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
 }

Modified: vimdoc.install
===
--- vimdoc.install  2010-02-15 21:17:50 UTC (rev 68992)
+++ vimdoc.install  2010-02-15 21:19:48 UTC (rev 68993)
@@ -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."
 }