add cpm.sh and update submodules
authorMart Lubbers <mart@martlubbers.net>
Wed, 18 Jul 2018 13:00:17 +0000 (15:00 +0200)
committerMart Lubbers <mart@martlubbers.net>
Wed, 18 Jul 2018 13:00:17 +0000 (15:00 +0200)
shell/.local/bin/cpm.sh [new file with mode: 0755]
vim/.vim/pack/plugins/start/syntastic
vim/.vim/pack/plugins/start/vim-clean
vim/.vim/pack/plugins/start/vim-gnupg
vim/.vim/pack/plugins/start/vimtex

diff --git a/shell/.local/bin/cpm.sh b/shell/.local/bin/cpm.sh
new file mode 100755 (executable)
index 0000000..7669742
--- /dev/null
@@ -0,0 +1,22 @@
+#!/bin/bash
+set -e
+cpm "$@" | grep -v\
+       -e "^Warning: Multiple file instances: 'Makefile'"\
+       -e "^Analyzing '"\
+       -e "^iTasks Resource Collector: "\
+       -e "^Warning: Unable to setup directory cache: "\
+       -e "^]: is older than .abc file"\
+       -e "^First found at:"\
+       -e "^Also found at:"
+
+if git rev-parse --show-toplevel 2>/dev/null
+then
+       cloogletags -a -c\
+               -d "$(git rev-parse --show-toplevel)"\
+               -d "$CLEAN_HOME/lib/"\
+               -o "$CLEAN_HOME/lib/tags"\
+               |& grep -v\
+                       -e "^Doc warning: expected @type for '"\
+                       -e "^Doc error: missing leading asterisk in '"\
+                       -e "^Could not get full path for '"
+fi
index d17b98c..0dde090 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d17b98cff364730af34fd853fbbe4fbbae226a3d
+Subproject commit 0dde090ed41b383b1fa56f8db49d89e0735b1ca9
index b9febb4..55dfb22 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b9febb45372cbab24e964fa1878aa7e006b3ecda
+Subproject commit 55dfb2276588f4e87eb9ba1c949401cb29343360
index fa3a630..7fcea1a 160000 (submodule)
@@ -1 +1 @@
-Subproject commit fa3a63039d1f96abeff07eaf28e1ad4697754e3c
+Subproject commit 7fcea1a08423da3012aac87f5224738c85d212a1
index f0c338a..e3dabe0 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f0c338adb2b2a8e4fae4a07b756a22e7adcf9209
+Subproject commit e3dabe0a369dac556508ac5d1132979d654bc753