[arch-commits] Commit in vim-syntastic/repos/community-any (3 files)

Lukas Fleischer lfleischer at archlinux.org
Sat Jan 14 11:59:46 UTC 2017


    Date: Saturday, January 14, 2017 @ 11:59:45
  Author: lfleischer
Revision: 207319

archrelease: copy trunk to community-any

Added:
  vim-syntastic/repos/community-any/PKGBUILD
    (from rev 207318, vim-syntastic/trunk/PKGBUILD)
Deleted:
  vim-syntastic/repos/community-any/PKGBUILD
  vim-syntastic/repos/community-any/vimdoc.install

----------------+
 PKGBUILD       |   69 +++++++++++++++++++++++++++----------------------------
 vimdoc.install |   19 ---------------
 2 files changed, 34 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-14 11:59:39 UTC (rev 207318)
+++ PKGBUILD	2017-01-14 11:59:45 UTC (rev 207319)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Felip Manyer i Ballester <archlinux at res hyphen telae dot cat>
-# Contributor: Alex Ferrando <alferpal at gmail.com>
-# Contributor: Zhang Li <richselian at gmail.com>
-
-pkgname=vim-syntastic
-_pkgname=syntastic
-pkgver=3.8.0
-pkgrel=1
-pkgdesc='Automatic syntax checking for Vim'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=2736'
-license=('custom:WTFPL')
-depends=('vim')
-groups=('vim-plugins')
-install=vimdoc.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('55500457c839ef704f15833c807cde3a')
-
-package() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-
-    install -d "${pkgdir}/usr/share/vim/vimfiles/"{plugin,doc,autoload/syntastic/,syntax_checkers}
-    find . -type d -exec chmod 755 '{}' \;
-    cp -dr plugin/* "$pkgdir/usr/share/vim/vimfiles/plugin/"
-    install -Dm0644 doc/syntastic.txt "${pkgdir}/usr/share/vim/vimfiles/doc/syntastic.txt"
-    cp autoload/syntastic/* "$pkgdir/usr/share/vim/vimfiles/autoload/syntastic/"
-    cp -dr syntax_checkers/* "$pkgdir/usr/share/vim/vimfiles/syntax_checkers/"
-
-    # remove rustc checker (fixes FS#41517)
-    rm -rf "${pkgdir}/usr/share/vim/vimfiles/syntax_checkers/rust/"
-
-    # install license file
-    install -Dm0644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: vim-syntastic/repos/community-any/PKGBUILD (from rev 207318, vim-syntastic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-14 11:59:45 UTC (rev 207319)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Felip Manyer i Ballester <archlinux at res hyphen telae dot cat>
+# Contributor: Alex Ferrando <alferpal at gmail.com>
+# Contributor: Zhang Li <richselian at gmail.com>
+
+pkgname=vim-syntastic
+_pkgname=syntastic
+pkgver=3.8.0
+pkgrel=2
+pkgdesc='Automatic syntax checking for Vim'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=2736'
+license=('custom:WTFPL')
+depends=('vim')
+groups=('vim-plugins')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz")
+md5sums=('55500457c839ef704f15833c807cde3a')
+
+package() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+
+    install -d "${pkgdir}/usr/share/vim/vimfiles/"{plugin,doc,autoload/syntastic/,syntax_checkers}
+    find . -type d -exec chmod 755 '{}' \;
+    cp -dr plugin/* "$pkgdir/usr/share/vim/vimfiles/plugin/"
+    install -Dm0644 doc/syntastic.txt "${pkgdir}/usr/share/vim/vimfiles/doc/syntastic.txt"
+    cp autoload/syntastic/* "$pkgdir/usr/share/vim/vimfiles/autoload/syntastic/"
+    cp -dr syntax_checkers/* "$pkgdir/usr/share/vim/vimfiles/syntax_checkers/"
+
+    # remove rustc checker (fixes FS#41517)
+    rm -rf "${pkgdir}/usr/share/vim/vimfiles/syntax_checkers/rust/"
+
+    # install license file
+    install -Dm0644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2017-01-14 11:59:39 UTC (rev 207318)
+++ vimdoc.install	2017-01-14 11:59:45 UTC (rev 207319)
@@ -1,19 +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
-}
-
-op=$1
-shift
-
-$op $*



More information about the arch-commits mailing list