public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/
Date: Wed, 29 Jan 2014 11:56:01 +0000 (UTC)	[thread overview]
Message-ID: <1390996558.0f11efdd6adbeaa6b069c5411666119a05b0ce68.jlec@gentoo> (raw)

commit:     0f11efdd6adbeaa6b069c5411666119a05b0ce68
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 11:55:58 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 11:55:58 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=0f11efdd

dev-vcs/git-cola: Fix broken documentation paths, #499658

Package-Manager: portage-2.2.8-r1

---
 dev-vcs/git-cola/ChangeLog            |  3 +++
 dev-vcs/git-cola/git-cola-9999.ebuild | 14 ++++++++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
index 429dda1..21e257c 100644
--- a/dev-vcs/git-cola/ChangeLog
+++ b/dev-vcs/git-cola/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.8 2011/04/13 19:00:02 jlec Exp $
 
+  29 Jan 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
+  Fix broken documentation paths, #499658
+
   15 Jan 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild,
   -files/9999-system-ssh-askpass.patch,
   +files/git-cola-9999-disable-tests.patch,

diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
index 2aa4631..e5cfd8c 100644
--- a/dev-vcs/git-cola/git-cola-9999.ebuild
+++ b/dev-vcs/git-cola/git-cola-9999.ebuild
@@ -29,13 +29,22 @@ DEPEND="${RDEPEND}
 	app-text/xmlto
 	sys-devel/gettext
 	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+	test? (
+		dev-python/nose[${PYTHON_USEDEP}]
+		sys-apps/net-tools
+		)"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-disable-tests.patch
 	"${FILESDIR}"/${P}-system-ssh-askpass.patch
 	)
 
+pkg_pretend() {
+	if use test && [[ -z "$(hostname -d)" ]] ; then
+		die "Test will fail if no domain is set"
+	fi
+}
+
 python_prepare_all() {
 	rm share/git-cola/bin/*askpass* || die
 
@@ -48,7 +57,7 @@ python_prepare_all() {
 		setup.py || die "sed failed"
 
 	sed -i \
-		-e  "s|'doc', 'git-cola'|'doc', '${PF}', 'html'|" \
+		-e  "s|'doc', 'git-cola'|'doc', '${PF}'|" \
 		cola/resources.py || die "sed failed"
 
 	distutils-r1_python_prepare_all
@@ -80,6 +89,7 @@ python_install_all() {
 	fi
 
 	distutils-r1_python_install_all
+	docompress /usr/share/doc/${PF}/git-cola.txt
 }
 
 python_test() {


             reply	other threads:[~2014-01-29 11:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-29 11:56 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-11  8:33 [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/ Justin Lecher
2016-02-11  8:33 Justin Lecher
2016-01-25  7:35 Justin Lecher
2014-08-20  0:30 Sebastian Pipping
2014-08-11  7:08 Justin Lecher
2014-02-25 19:19 Justin Lecher
2014-02-24  8:29 Justin Lecher
2013-10-23  6:40 Justin Lecher
2013-04-29  9:04 Justin Lecher
2013-04-29  9:04 Justin Lecher
2013-01-15  9:42 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1390996558.0f11efdd6adbeaa6b069c5411666119a05b0ce68.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox