From 9d222ad30ef25c872ba3beafef9efbd6a7f1b38d Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Sun, 3 Jul 2016 08:58:03 +0200 Subject: [PATCH] dev-vcs/git-deps: Added first draft of enabling server mode Package-Manager: portage-2.2.28 --- dev-vcs/git-deps/git-deps-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) 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." +} -- 2.26.2