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: Tue, 25 Feb 2014 19:19:58
Message-Id: 1393355978.fa4775fbddeac4bc1d8020e5f4d996a2b1fdf662.jlec@gentoo
1 commit: fa4775fbddeac4bc1d8020e5f4d996a2b1fdf662
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 25 19:19:38 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 25 19:19:38 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=fa4775fb
7
8 dev-vcs/git-cola: Move to py3.3
9
10 Package-Manager: portage-2.2.8-r1
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 deletion(-)
16
17 diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
18 index 2ea251d..8e8b4ac 100644
19 --- a/dev-vcs/git-cola/ChangeLog
20 +++ b/dev-vcs/git-cola/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.8 2011/04/13 19:00:02 jlec Exp $
24
25 + 25 Feb 2014; Justin Lecher <jlec@g.o> git-cola-9999.ebuild:
26 + Move to py3.3
27 +
28 24 Feb 2014; Justin Lecher <jlec@g.o> git-cola-9999.ebuild:
29 Add py3 support
30
31
32 diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
33 index fb5a566..9201126 100644
34 --- a/dev-vcs/git-cola/git-cola-9999.ebuild
35 +++ b/dev-vcs/git-cola/git-cola-9999.ebuild
36 @@ -4,7 +4,7 @@
37
38 EAPI=5
39
40 -PYTHON_COMPAT=( python{2_6,2_7,3_2} )
41 +PYTHON_COMPAT=( python{2_6,2_7,3_3} )
42 DISTUTILS_SINGLE_IMPL=true
43
44 inherit distutils-r1 git-r3