From: Nicolas Bock Date: Sun, 3 Jul 2016 06:58:03 +0000 (+0200) Subject: dev-vcs/git-deps: Added first draft of enabling server mode X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9d222ad30ef25c872ba3beafef9efbd6a7f1b38d;p=gentoo.git dev-vcs/git-deps: Added first draft of enabling server mode Package-Manager: portage-2.2.28 --- diff --git a/dev-vcs/git-deps/git-deps-9999.ebuild b/dev-vcs/git-deps/git-deps-9999.ebuild index d8c27befa8b5..30589529d240 100644 --- a/dev-vcs/git-deps/git-deps-9999.ebuild +++ b/dev-vcs/git-deps/git-deps-9999.ebuild @@ -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." +}