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

Jelle van der Waa jelle at archlinux.org
Tue Apr 18 13:59:25 UTC 2017


    Date: Tuesday, April 18, 2017 @ 13:59:24
  Author: jelle
Revision: 223736

archrelease: copy trunk to community-any

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

----------------+
 PKGBUILD       |   57 +++++++++++++++++++++++++++----------------------------
 vimdoc.install |   28 +++++++++++++--------------
 2 files changed, 42 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-18 13:59:14 UTC (rev 223735)
+++ PKGBUILD	2017-04-18 13:59:24 UTC (rev 223736)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=vim-omnicppcomplete
-#I know the next version will be 0.5 just to break our crap
-pkgver=0.4.1
-_scriptid=7722
-pkgrel=7
-pkgdesc="vim c++ completion omnifunc with a ctags database"
-arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=1520"
-license=('unknown')
-depends=('vim' 'ctags')
-groups=('vim-plugins')
-install=vimdoc.install
-source=(omnicppcomplete.zip::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid})
-md5sums=('0978a565f95d8980a0035133144db639')
-
-package() {
-	cd "${srcdir}"
-	installpath="${pkgdir}/usr/share/vim/vimfiles"
-
-	mkdir -p ${installpath}
-	cp -r doc after autoload ${installpath}
-
-	#just in case... make sure it's all 644
-	find ${installpath} -type f -exec chmod 644 {} \;
-}

Copied: vim-omnicppcomplete/repos/community-any/PKGBUILD (from rev 223735, vim-omnicppcomplete/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-18 13:59:24 UTC (rev 223736)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=vim-omnicppcomplete
+#I know the next version will be 0.5 just to break our crap
+pkgver=0.4.1
+_scriptid=7722
+pkgrel=8
+pkgdesc="vim c++ completion omnifunc with a ctags database"
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=1520"
+license=('unknown')
+depends=('vim' 'ctags')
+groups=('vim-plugins')
+source=(omnicppcomplete.zip::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid})
+md5sums=('0978a565f95d8980a0035133144db639')
+
+package() {
+	cd "${srcdir}"
+	installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+	mkdir -p ${installpath}
+	cp -r doc after autoload ${installpath}
+
+	#just in case... make sure it's all 644
+	find ${installpath} -type f -exec chmod 644 {} \;
+}

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2017-04-18 13:59:14 UTC (rev 223735)
+++ vimdoc.install	2017-04-18 13:59:24 UTC (rev 223736)
@@ -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
-}

Copied: vim-omnicppcomplete/repos/community-any/vimdoc.install (from rev 223735, vim-omnicppcomplete/trunk/vimdoc.install)
===================================================================
--- vimdoc.install	                        (rev 0)
+++ vimdoc.install	2017-04-18 13:59:24 UTC (rev 223736)
@@ -0,0 +1,14 @@
+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
+}



More information about the arch-commits mailing list