dev-vcs/git-deps: Added first draft of enabling server mode
authorNicolas Bock <nicolasbock@gentoo.org>
Sun, 3 Jul 2016 06:58:03 +0000 (08:58 +0200)
committerNicolas Bock <nicolasbock@gentoo.org>
Mon, 4 Jul 2016 05:02:07 +0000 (07:02 +0200)
Package-Manager: portage-2.2.28

dev-vcs/git-deps/git-deps-9999.ebuild

index d8c27befa8b59e68b0e2460586a01f22b116859c..30589529d24012e3af28ddb2d3213962cf4192bc 100644 (file)
@@ -18,7 +18,9 @@ LICENSE="GPL-2"
 SLOT="0"
 
 RDEPEND="
+       dev-python/flask
        dev-python/pygit2
+       net-libs/nodejs
        ${PYTHON_DEPS}
        "
 DEPEND="${RDEPEND}"
@@ -27,3 +29,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 src_install() {
        python_foreach_impl python_newexe git-deps.py git-deps
 }
+
+pkg_postinst() {
+       einfo "Please run 'npm install browserify' to use git-deps with the web UI."
+}