commit: 9d222ad30ef25c872ba3beafef9efbd6a7f1b38d
Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 3 06:58:03 2016 +0000
Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Mon Jul 4 05:02:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d222ad3
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 d8c27be..3058952 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."
+}