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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Mar 22 11:01:06 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-03-22 11:01:00 UTC (rev 86798)
+++ PKGBUILD	2013-03-22 11:01:06 UTC (rev 86799)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Aaron Griffin <aaron at 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)
+++ PKGBUILD	2013-03-22 11:01:06 UTC (rev 86799)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Aaron Griffin <aaron at 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
+}




More information about the arch-commits mailing list