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

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 13, 2020 @ 23:25:31
  Author: svenstaro
Revision: 663550

Moving vim-minibufexpl to AUR

Deleted:
  vim-minibufexpl/


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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 13:34:45
  Author: felixonmars
Revision: 658518

archrelease: copy trunk to community-staging-any

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

--+
 LICENSE  |8 
 PKGBUILD |   25 +
 2 files changed, 33 insertions(+)

Copied: vim-minibufexpl/repos/community-staging-any/LICENSE (from rev 658516, 
vim-minibufexpl/trunk/LICENSE)
===
--- community-staging-any/LICENSE   (rev 0)
+++ community-staging-any/LICENSE   2020-07-07 13:34:45 UTC (rev 658518)
@@ -0,0 +1,8 @@
+"Copyright: Copyright (C) 2002 & 2003 Bindu Wavell
+"   Permission is hereby granted to use and distribute this code,
+"   with or without modifications, provided that this copyright
+"   notice is copied with it. Like anything else that's free,
+"   minibufexplorer.vim is provided *as is* and comes with no
+"   warranty of any kind, either expressed or implied. In no
+"   event will the copyright holder be liable for any damamges
+"   resulting from the use of this software.

Copied: vim-minibufexpl/repos/community-staging-any/PKGBUILD (from rev 658516, 
vim-minibufexpl/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-07-07 13:34:45 UTC (rev 658518)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daniel J Griffiths 
+# Contributor: Aaron Griffin 
+
+pkgname=vim-minibufexpl
+pkgver=6.5.2
+pkgrel=3
+pkgdesc="An elegant buffer explorer for vim"
+arch=('any')
+url="http://fholgado.com/minibufexpl;
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fholgado/minibufexpl.vim/archive/v${pkgver}.tar.gz;
+'LICENSE')
+sha512sums=('325fb58b025392c5484574c4988ec95eb7374a10b67a4abe28857a0ae8d768316ef4d477b51bf442ffc1bcfb5f68dfd0c924731291b155192731055fed3569d1'
+
'12c8ea4338901bfd174cf9154850d683ed24656627f28423692ebd64ea79e0949bf4aef3778cf61deca4f7a2159f56872e86d6e4c9c404264c4da94e4770d588')
+
+package() {
+  cd ${srcdir}/minibufexpl.vim-${pkgver}
+  installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+  install -D -m644 plugin/minibufexpl.vim $installpath/plugin/minibufexpl.vim
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 13:34:35
  Author: felixonmars
Revision: 658516

upgpkg: vim-minibufexpl 6.5.2-3: reproducibility rebuild

Modified:
  vim-minibufexpl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 13:34:35 UTC (rev 658515)
+++ PKGBUILD2020-07-07 13:34:35 UTC (rev 658516)
@@ -4,7 +4,7 @@
 
 pkgname=vim-minibufexpl
 pkgver=6.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc="An elegant buffer explorer for vim"
 arch=('any')
 url="http://fholgado.com/minibufexpl;


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:30:10
  Author: felixonmars
Revision: 341505

archrelease: copy trunk to community-any

Added:
  vim-minibufexpl/repos/community-any/LICENSE
(from rev 341504, vim-minibufexpl/trunk/LICENSE)
  vim-minibufexpl/repos/community-any/PKGBUILD
(from rev 341504, vim-minibufexpl/trunk/PKGBUILD)
Deleted:
  vim-minibufexpl/repos/community-any/LICENSE
  vim-minibufexpl/repos/community-any/PKGBUILD

--+
 LICENSE  |   16 
 PKGBUILD |   52 ++--
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-06-06 17:29:29 UTC (rev 341504)
+++ LICENSE 2018-06-06 17:30:10 UTC (rev 341505)
@@ -1,8 +0,0 @@
-"Copyright: Copyright (C) 2002 & 2003 Bindu Wavell
-"   Permission is hereby granted to use and distribute this code,
-"   with or without modifications, provided that this copyright
-"   notice is copied with it. Like anything else that's free,
-"   minibufexplorer.vim is provided *as is* and comes with no
-"   warranty of any kind, either expressed or implied. In no
-"   event will the copyright holder be liable for any damamges
-"   resulting from the use of this software.

Copied: vim-minibufexpl/repos/community-any/LICENSE (from rev 341504, 
vim-minibufexpl/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-06-06 17:30:10 UTC (rev 341505)
@@ -0,0 +1,8 @@
+"Copyright: Copyright (C) 2002 & 2003 Bindu Wavell
+"   Permission is hereby granted to use and distribute this code,
+"   with or without modifications, provided that this copyright
+"   notice is copied with it. Like anything else that's free,
+"   minibufexplorer.vim is provided *as is* and comes with no
+"   warranty of any kind, either expressed or implied. In no
+"   event will the copyright holder be liable for any damamges
+"   resulting from the use of this software.

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:29:29 UTC (rev 341504)
+++ PKGBUILD2018-06-06 17:30:10 UTC (rev 341505)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daniel J Griffiths 
-# Contributor: Aaron Griffin 
-
-pkgname=vim-minibufexpl
-pkgver=6.5.2
-pkgrel=1
-pkgdesc="An elegant buffer explorer for vim"
-arch=('any')
-url="http://fholgado.com/minibufexpl;
-license=('custom')
-depends=('vim')
-groups=('vim-plugins')
-source=("https://github.com/fholgado/minibufexpl.vim/archive/v${pkgver}.tar.gz;
-'LICENSE')
-md5sums=('31dde98470e3d76cc1fb437baf8760f8'
- 'aa6bc9c176702f23ee9f8476f72e3971')
-
-package() {
-  cd ${srcdir}/minibufexpl.vim-${pkgver}
-  installpath="${pkgdir}/usr/share/vim/vimfiles"
-
-  install -D -m644 plugin/minibufexpl.vim $installpath/plugin/minibufexpl.vim
-  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vim-minibufexpl/repos/community-any/PKGBUILD (from rev 341504, 
vim-minibufexpl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:30:10 UTC (rev 341505)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daniel J Griffiths 
+# Contributor: Aaron Griffin 
+
+pkgname=vim-minibufexpl
+pkgver=6.5.2
+pkgrel=2
+pkgdesc="An elegant buffer explorer for vim"
+arch=('any')
+url="http://fholgado.com/minibufexpl;
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fholgado/minibufexpl.vim/archive/v${pkgver}.tar.gz;
+'LICENSE')
+sha512sums=('325fb58b025392c5484574c4988ec95eb7374a10b67a4abe28857a0ae8d768316ef4d477b51bf442ffc1bcfb5f68dfd0c924731291b155192731055fed3569d1'
+
'12c8ea4338901bfd174cf9154850d683ed24656627f28423692ebd64ea79e0949bf4aef3778cf61deca4f7a2159f56872e86d6e4c9c404264c4da94e4770d588')
+
+package() {
+  cd ${srcdir}/minibufexpl.vim-${pkgver}
+  installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+  install -D -m644 plugin/minibufexpl.vim $installpath/plugin/minibufexpl.vim
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:29:20
  Author: felixonmars
Revision: 341503

upgpkg: vim-minibufexpl 6.5.2-2

BUILDINFO Rebuild

Modified:
  vim-minibufexpl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:29:04 UTC (rev 341502)
+++ PKGBUILD2018-06-06 17:29:20 UTC (rev 341503)
@@ -5,7 +5,7 @@
 
 pkgname=vim-minibufexpl
 pkgver=6.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An elegant buffer explorer for vim"
 arch=('any')
 url="http://fholgado.com/minibufexpl;
@@ -14,8 +14,8 @@
 groups=('vim-plugins')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/fholgado/minibufexpl.vim/archive/v${pkgver}.tar.gz;
 'LICENSE')
-md5sums=('31dde98470e3d76cc1fb437baf8760f8'
- 'aa6bc9c176702f23ee9f8476f72e3971')
+sha512sums=('325fb58b025392c5484574c4988ec95eb7374a10b67a4abe28857a0ae8d768316ef4d477b51bf442ffc1bcfb5f68dfd0c924731291b155192731055fed3569d1'
+
'12c8ea4338901bfd174cf9154850d683ed24656627f28423692ebd64ea79e0949bf4aef3778cf61deca4f7a2159f56872e86d6e4c9c404264c4da94e4770d588')
 
 package() {
   cd ${srcdir}/minibufexpl.vim-${pkgver}


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

2013-12-26 Thread Sven-Hendrik Haase
Date: Thursday, December 26, 2013 @ 13:02:57
  Author: svenstaro
Revision: 103094

upgpkg: vim-minibufexpl 6.5.2-1

upstream release 6.5.2

Modified:
  vim-minibufexpl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-26 11:56:21 UTC (rev 103093)
+++ PKGBUILD2013-12-26 12:02:57 UTC (rev 103094)
@@ -4,7 +4,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=vim-minibufexpl
-pkgver=6.4.4
+pkgver=6.5.2
 pkgrel=1
 pkgdesc=An elegant buffer explorer for vim
 arch=('any')
@@ -12,13 +12,13 @@
 license=('custom')
 depends=('vim')
 groups=('vim-plugins')
-source=(${pkgname}-${pkgver}::https://github.com/fholgado/minibufexpl.vim/tarball/${pkgver};
+source=(https://github.com/fholgado/minibufexpl.vim/archive/v${pkgver}.tar.gz;
 'LICENSE')
-md5sums=('39e75c5c1be1050feb790664210f09bc'
+md5sums=('31dde98470e3d76cc1fb437baf8760f8'
  'aa6bc9c176702f23ee9f8476f72e3971')
 
 package() {
-  cd ${srcdir}/fholgado-minibufexpl.vim-*
+  cd ${srcdir}/minibufexpl.vim-${pkgver}
   installpath=${pkgdir}/usr/share/vim/vimfiles
 
   install -D -m644 plugin/minibufexpl.vim $installpath/plugin/minibufexpl.vim



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

2013-12-26 Thread Sven-Hendrik Haase
Date: Thursday, December 26, 2013 @ 13:03:25
  Author: svenstaro
Revision: 103095

archrelease: copy trunk to community-any

Added:
  vim-minibufexpl/repos/community-any/LICENSE
(from rev 103094, vim-minibufexpl/trunk/LICENSE)
  vim-minibufexpl/repos/community-any/PKGBUILD
(from rev 103094, vim-minibufexpl/trunk/PKGBUILD)
Deleted:
  vim-minibufexpl/repos/community-any/LICENSE
  vim-minibufexpl/repos/community-any/PKGBUILD

--+
 LICENSE  |   16 
 PKGBUILD |   52 ++--
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-12-26 12:02:57 UTC (rev 103094)
+++ LICENSE 2013-12-26 12:03:25 UTC (rev 103095)
@@ -1,8 +0,0 @@
-Copyright: Copyright (C) 2002  2003 Bindu Wavell
-   Permission is hereby granted to use and distribute this code,
-   with or without modifications, provided that this copyright
-   notice is copied with it. Like anything else that's free,
-   minibufexplorer.vim is provided *as is* and comes with no
-   warranty of any kind, either expressed or implied. In no
-   event will the copyright holder be liable for any damamges
-   resulting from the use of this software.

Copied: vim-minibufexpl/repos/community-any/LICENSE (from rev 103094, 
vim-minibufexpl/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-12-26 12:03:25 UTC (rev 103095)
@@ -0,0 +1,8 @@
+Copyright: Copyright (C) 2002  2003 Bindu Wavell
+   Permission is hereby granted to use and distribute this code,
+   with or without modifications, provided that this copyright
+   notice is copied with it. Like anything else that's free,
+   minibufexplorer.vim is provided *as is* and comes with no
+   warranty of any kind, either expressed or implied. In no
+   event will the copyright holder be liable for any damamges
+   resulting from the use of this software.

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-26 12:02:57 UTC (rev 103094)
+++ PKGBUILD2013-12-26 12:03:25 UTC (rev 103095)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=vim-minibufexpl
-pkgver=6.4.4
-pkgrel=1
-pkgdesc=An elegant buffer explorer for vim
-arch=('any')
-url=http://fholgado.com/minibufexpl;
-license=('custom')
-depends=('vim')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}::https://github.com/fholgado/minibufexpl.vim/tarball/${pkgver};
-'LICENSE')
-md5sums=('39e75c5c1be1050feb790664210f09bc'
- 'aa6bc9c176702f23ee9f8476f72e3971')
-
-package() {
-  cd ${srcdir}/fholgado-minibufexpl.vim-*
-  installpath=${pkgdir}/usr/share/vim/vimfiles
-
-  install -D -m644 plugin/minibufexpl.vim $installpath/plugin/minibufexpl.vim
-  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vim-minibufexpl/repos/community-any/PKGBUILD (from rev 103094, 
vim-minibufexpl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-26 12:03:25 UTC (rev 103095)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=vim-minibufexpl
+pkgver=6.5.2
+pkgrel=1
+pkgdesc=An elegant buffer explorer for vim
+arch=('any')
+url=http://fholgado.com/minibufexpl;
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+source=(https://github.com/fholgado/minibufexpl.vim/archive/v${pkgver}.tar.gz;
+'LICENSE')
+md5sums=('31dde98470e3d76cc1fb437baf8760f8'
+ 'aa6bc9c176702f23ee9f8476f72e3971')
+
+package() {
+  cd ${srcdir}/minibufexpl.vim-${pkgver}
+  installpath=${pkgdir}/usr/share/vim/vimfiles
+
+  install -D -m644 plugin/minibufexpl.vim $installpath/plugin/minibufexpl.vim
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-03-22 Thread Sven-Hendrik Haase
Date: Friday, March 22, 2013 @ 12:01:00
  Author: svenstaro
Revision: 86798

upgpkg: vim-minibufexpl 6.4.4-1

Updating to 6.4.4

Modified:
  vim-minibufexpl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 11:00:44 UTC (rev 86797)
+++ PKGBUILD2013-03-22 11:01:00 UTC (rev 86798)
@@ -4,8 +4,8 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=vim-minibufexpl
-pkgver=6.4.2
-pkgrel=2
+pkgver=6.4.4
+pkgrel=1
 pkgdesc=An elegant buffer explorer for vim
 arch=('any')
 url=http://fholgado.com/minibufexpl;
@@ -14,7 +14,7 @@
 groups=('vim-plugins')
 
source=(${pkgname}-${pkgver}::https://github.com/fholgado/minibufexpl.vim/tarball/${pkgver};
 'LICENSE')
-md5sums=('198e1eb3bed65ad22ef62120306c3f46'
+md5sums=('39e75c5c1be1050feb790664210f09bc'
  'aa6bc9c176702f23ee9f8476f72e3971')
 
 package() {



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

2013-03-22 Thread Sven-Hendrik Haase
Date: Friday, March 22, 2013 @ 12:01:06
  Author: svenstaro
Revision: 86799

archrelease: copy trunk to community-any

Added:
  vim-minibufexpl/repos/community-any/LICENSE
(from rev 86798, vim-minibufexpl/trunk/LICENSE)
  vim-minibufexpl/repos/community-any/PKGBUILD
(from rev 86798, vim-minibufexpl/trunk/PKGBUILD)
Deleted:
  vim-minibufexpl/repos/community-any/LICENSE
  vim-minibufexpl/repos/community-any/PKGBUILD

--+
 LICENSE  |   16 
 PKGBUILD |   52 ++--
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-03-22 11:01:00 UTC (rev 86798)
+++ LICENSE 2013-03-22 11:01:06 UTC (rev 86799)
@@ -1,8 +0,0 @@
-Copyright: Copyright (C) 2002  2003 Bindu Wavell
-   Permission is hereby granted to use and distribute this code,
-   with or without modifications, provided that this copyright
-   notice is copied with it. Like anything else that's free,
-   minibufexplorer.vim is provided *as is* and comes with no
-   warranty of any kind, either expressed or implied. In no
-   event will the copyright holder be liable for any damamges
-   resulting from the use of this software.

Copied: vim-minibufexpl/repos/community-any/LICENSE (from rev 86798, 
vim-minibufexpl/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-03-22 11:01:06 UTC (rev 86799)
@@ -0,0 +1,8 @@
+Copyright: Copyright (C) 2002  2003 Bindu Wavell
+   Permission is hereby granted to use and distribute this code,
+   with or without modifications, provided that this copyright
+   notice is copied with it. Like anything else that's free,
+   minibufexplorer.vim is provided *as is* and comes with no
+   warranty of any kind, either expressed or implied. In no
+   event will the copyright holder be liable for any damamges
+   resulting from the use of this software.

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-22 11:01:00 UTC (rev 86798)
+++ PKGBUILD2013-03-22 11:01:06 UTC (rev 86799)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=vim-minibufexpl
-pkgver=6.4.2
-pkgrel=2
-pkgdesc=An elegant buffer explorer for vim
-arch=('any')
-url=http://fholgado.com/minibufexpl;
-license=('custom')
-depends=('vim')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}::https://github.com/fholgado/minibufexpl.vim/tarball/${pkgver};
-'LICENSE')
-md5sums=('198e1eb3bed65ad22ef62120306c3f46'
- 'aa6bc9c176702f23ee9f8476f72e3971')
-
-package() {
-  cd ${srcdir}/fholgado-minibufexpl.vim-*
-  installpath=${pkgdir}/usr/share/vim/vimfiles
-
-  install -D -m644 plugin/minibufexpl.vim $installpath/plugin/minibufexpl.vim
-  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vim-minibufexpl/repos/community-any/PKGBUILD (from rev 86798, 
vim-minibufexpl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-22 11:01:06 UTC (rev 86799)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=vim-minibufexpl
+pkgver=6.4.4
+pkgrel=1
+pkgdesc=An elegant buffer explorer for vim
+arch=('any')
+url=http://fholgado.com/minibufexpl;
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}::https://github.com/fholgado/minibufexpl.vim/tarball/${pkgver};
+'LICENSE')
+md5sums=('39e75c5c1be1050feb790664210f09bc'
+ 'aa6bc9c176702f23ee9f8476f72e3971')
+
+package() {
+  cd ${srcdir}/fholgado-minibufexpl.vim-*
+  installpath=${pkgdir}/usr/share/vim/vimfiles
+
+  install -D -m644 plugin/minibufexpl.vim $installpath/plugin/minibufexpl.vim
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

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

moved to [community]

Deleted:
  vim-minibufexpl/



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

2011-04-18 Thread Andrea Scarpino
Date: Monday, April 18, 2011 @ 07:02:52
  Author: andrea
Revision: 120016

upgpkg: vim-minibufexpl 6.4.0-1
upstream release

Modified:
  vim-minibufexpl/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-18 10:42:15 UTC (rev 120015)
+++ PKGBUILD2011-04-18 11:02:52 UTC (rev 120016)
@@ -1,26 +1,26 @@
 # $Id$
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer:
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=vim-minibufexpl
-pkgver=6.3.2
-pkgrel=7
-_scriptid=3640
+pkgver=6.4.0
+pkgrel=1
 pkgdesc=An elegant buffer explorer for vim
 arch=('any')
-url=http://www.vim.org/scripts/script.php?script_id=159;
+url=http://fholgado.com/minibufexpl;
 license=('custom')
 depends=('vim')
 groups=('vim-plugins')
-source=(minibufexpl.vim::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fholgado/minibufexpl.vim/tarball/${pkgver};
 'LICENSE')
-md5sums=('c47a9d844788daa38563c4e33c8f0d6e'
-'aa6bc9c176702f23ee9f8476f72e3971')
+md5sums=('143ade6076dfddb5ff2b7ed6d8258bb4'
+ 'aa6bc9c176702f23ee9f8476f72e3971')
 
 package() {
-  cd ${srcdir}
+  cd ${srcdir}/fholgado-minibufexpl.vim-a07f8ac
   installpath=${pkgdir}/usr/share/vim/vimfiles
 
-  install -D -m644 minibufexpl.vim $installpath/plugin/minibufexpl.vim
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 plugin/minibufexpl.vim $installpath/plugin/minibufexpl.vim
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2011-04-18 Thread Andrea Scarpino
Date: Monday, April 18, 2011 @ 07:02:56
  Author: andrea
Revision: 120017

archrelease: remove extra-any

Deleted:
  vim-minibufexpl/repos/extra-any/



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

2011-04-18 Thread Andrea Scarpino
Date: Monday, April 18, 2011 @ 07:03:10
  Author: andrea
Revision: 120018

archrelease: copy trunk to extra-any

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



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

2011-01-05 Thread Andrea Scarpino
Date: Wednesday, January 5, 2011 @ 11:14:06
  Author: andrea
Revision: 104950

upgpkg: vim-minibufexpl 6.3.2-7
fix source; switch to arch any

Modified:
  vim-minibufexpl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-05 16:11:45 UTC (rev 104949)
+++ PKGBUILD2011-01-05 16:14:06 UTC (rev 104950)
@@ -1,10 +1,10 @@
 # $Id$
-# Contributor: Aaron Griffin aa...@archlinux.org
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=vim-minibufexpl
 pkgver=6.3.2
-pkgrel=6
+pkgrel=7
 _scriptid=3640
 pkgdesc=An elegant buffer explorer for vim
 arch=('any')
@@ -12,22 +12,15 @@
 license=('custom')
 depends=('vim')
 groups=('vim-plugins')
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid 
LICENSE)
-md5sums=('c47a9d844788daa38563c4e33c8f0d6e' 'aa6bc9c176702f23ee9f8476f72e3971')
+source=(minibufexpl.vim::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid;
+'LICENSE')
+md5sums=('c47a9d844788daa38563c4e33c8f0d6e'
+'aa6bc9c176702f23ee9f8476f72e3971')
 
-build() {
-   cd ${srcdir}
-
-   mv download_script.php?src_id=$_scriptid minibufexpl.vim
-}
-
 package() {
-   cd ${srcdir}
+  cd ${srcdir}
+  installpath=${pkgdir}/usr/share/vim/vimfiles
 
-   installpath=${pkgdir}/usr/share/vim/vimfiles
-
-   install -D -m644 minibufexpl.vim \
-  $installpath/plugin/minibufexpl.vim || return 1
-   install -D -m644 LICENSE \
-  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
+  install -D -m644 minibufexpl.vim $installpath/plugin/minibufexpl.vim
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2011-01-05 Thread Andrea Scarpino
Date: Wednesday, January 5, 2011 @ 11:14:23
  Author: andrea
Revision: 104951

archrelease: copy trunk to extra-any

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



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

2011-01-05 Thread Andrea Scarpino
Date: Wednesday, January 5, 2011 @ 11:14:26
  Author: andrea
Revision: 104952

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

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



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

2010-02-15 Thread Daniel Griffiths
Date: Monday, February 15, 2010 @ 16:15:46
  Author: dgriffiths
Revision: 68990

Move to splitpkg format

Modified:
  vim-minibufexpl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-15 21:13:59 UTC (rev 68989)
+++ PKGBUILD2010-02-15 21:15:46 UTC (rev 68990)
@@ -1,25 +1,33 @@
 # $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=vim-minibufexpl
 pkgver=6.3.2
 pkgrel=6
 _scriptid=3640
 pkgdesc=An elegant buffer explorer for vim
-arch=(i686 x86_64)
+arch=('any')
 url=http://www.vim.org/scripts/script.php?script_id=159;
 license=('custom')
-depends=(vim)
+depends=('vim')
 groups=('vim-plugins')
 source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid 
LICENSE)
 md5sums=('c47a9d844788daa38563c4e33c8f0d6e' 'aa6bc9c176702f23ee9f8476f72e3971')
 
 build() {
-  cd $srcdir
-  mv download_script.php?src_id=$_scriptid minibufexpl.vim
+   cd ${srcdir}
 
-  installpath=$pkgdir/usr/share/vim/vimfiles
+   mv download_script.php?src_id=$_scriptid minibufexpl.vim
+}
 
-  install -D -m644 minibufexpl.vim $installpath/plugin/minibufexpl.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 minibufexpl.vim \
+  $installpath/plugin/minibufexpl.vim || return 1
+   install -D -m644 LICENSE \
+  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
 }