Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/
Date: Mon, 29 Apr 2013 09:04:32
Message-Id: 1367226263.619413deac017fc2e7b4aa4db2dd35321ed22ff7.jlec@gentoo
1 commit: 619413deac017fc2e7b4aa4db2dd35321ed22ff7
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 09:04:23 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 09:04:23 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=619413de
7
8 dev-vcs/git-cola: Always depend on app-text/asciidoc formanpage generation
9
10 Package-Manager: portage-2.2.0_alpha173
11
12 ---
13 dev-vcs/git-cola/ChangeLog | 3 +++
14 dev-vcs/git-cola/git-cola-9999.ebuild | 2 +-
15 2 files changed, 4 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
18 index 4acdac3..423b6d3 100644
19 --- a/dev-vcs/git-cola/ChangeLog
20 +++ b/dev-vcs/git-cola/ChangeLog
21 @@ -3,6 +3,9 @@
22 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.8 2011/04/13 19:00:02 jlec Exp $
23
24 29 Apr 2013; Justin Lecher <jlec@g.o> git-cola-9999.ebuild:
25 + Always depend on app-text/asciidoc formanpage generation
26 +
27 + 29 Apr 2013; Justin Lecher <jlec@g.o> git-cola-9999.ebuild:
28 Version BUmp and move to new python eclasses
29
30 15 Jan 2013; Justin Lecher <jlec@g.o> git-cola-9999.ebuild,
31
32 diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
33 index ef647ba..d331989 100644
34 --- a/dev-vcs/git-cola/git-cola-9999.ebuild
35 +++ b/dev-vcs/git-cola/git-cola-9999.ebuild
36 @@ -25,8 +25,8 @@ RDEPEND="
37 dev-python/PyQt4[${PYTHON_USEDEP}]
38 dev-vcs/git"
39 DEPEND="${RDEPEND}
40 + app-text/asciidoc
41 doc? (
42 - app-text/asciidoc
43 dev-python/sphinx[${PYTHON_USEDEP}]
44 app-text/xmlto )
45 sys-devel/gettext