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

Felix Yan fyan at nymeria.archlinux.org
Sat Jul 5 04:40:14 UTC 2014


    Date: Saturday, July 5, 2014 @ 06:40:14
  Author: fyan
Revision: 115030

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-05 04:39:48 UTC (rev 115029)
+++ PKGBUILD	2014-07-05 04:40:14 UTC (rev 115030)
@@ -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=6
-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 115029, vim-omnicppcomplete/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-05 04:40:14 UTC (rev 115030)
@@ -0,0 +1,29 @@
+# $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 {} \;
+}

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2014-07-05 04:39:48 UTC (rev 115029)
+++ vimdoc.install	2014-07-05 04:40:14 UTC (rev 115030)
@@ -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 115029, vim-omnicppcomplete/trunk/vimdoc.install)
===================================================================
--- vimdoc.install	                        (rev 0)
+++ vimdoc.install	2014-07-05 04:40:14 UTC (rev 115030)
@@ -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