media-sound/qpwgraph: add 0.8.0, drop 0.7.9
[flussence-overlay.git] / Makefile
blobe325ec7db0712d9d74a84fddbbe39d88a0379fa7
1 # order matters: do the faster one first
2 test: shellcheck pkgcheck
4 shellcheck:
5 shellcheck */*/*.ebuild
7 pkgcheck:
8 pkgcheck scan --staged --exit error,warning
10 nitpick:
11 shellcheck --enable=all --exclude=SC2154 */*/*.ebuild
12 # AcctCheck just breaks without manual configuration
13 pkgcheck scan --exit error,warning --checksets all --checks=-AcctCheck
15 .PHONY: test nitpick shellcheck pkgcheck
16 .IGNORE: nitpick