Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git-cola/files: README.gentoo
Date: Wed, 25 Jun 2014 13:54:44
Message-Id: 20140625135426.1F3AC2004F@flycatcher.gentoo.org
1 jlec 14/06/25 13:54:26
2
3 Added: README.gentoo
4 Log:
5 dev-vcs/git-cola: Version Bump
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.1 dev-vcs/git-cola/files/README.gentoo
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-cola/files/README.gentoo?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-cola/files/README.gentoo?rev=1.1&content-type=text/plain
14
15 Index: README.gentoo
16 ===================================================================
17 PYTHONPATH="${S}:${S}/build/lib:${PYTHONPATH}" LC_ALL="C" nosetests \
18 --verbose --with-doctest --with-id --exclude=jsonpickle --exclude=json \
19 || die "running nosetests failed"
20 }
21
22 pkg_postinst() {
23 elog "Please make sure you have either a SSH key management installed and activated or"
24 elog "installed a SSH askpass app like net-misc/x11-ssh-askpass."
25 elog "Otherwise git-cole may hang when pushing/pulling from remote git repositories via SSH. "
26 }