Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/bzr-git: bzr-git-0.6.2.ebuild ChangeLog
Date: Wed, 28 Dec 2011 16:07:15
Message-Id: 20111228160700.EE22E2004B@flycatcher.gentoo.org
1 fauli 11/12/28 16:07:00
2
3 Modified: bzr-git-0.6.2.ebuild ChangeLog
4 Log:
5 raise dev-python/dulwich dependency to 0.8.0 as reported by Jonathan Lovelace in bug 389465
6
7 (Portage version: 2.1.10.41/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 dev-vcs/bzr-git/bzr-git-0.6.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild?r1=1.2&r2=1.3
15
16 Index: bzr-git-0.6.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- bzr-git-0.6.2.ebuild 30 Oct 2011 11:46:52 -0000 1.2
23 +++ bzr-git-0.6.2.ebuild 28 Dec 2011 16:07:00 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild,v 1.2 2011/10/30 11:46:52 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild,v 1.3 2011/12/28 16:07:00 fauli Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -33,5 +33,5 @@
33 # Check info.py for dulwich and bzr version dependency info.
34 # The file should be fairly straightforward to understand.
35 DEPEND=""
36 -RDEPEND=">=dev-python/dulwich-0.5.0
37 +RDEPEND=">=dev-python/dulwich-0.8.0
38 >=dev-vcs/bzr-2.3.0"
39
40
41
42 1.6 dev-vcs/bzr-git/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-git/ChangeLog?rev=1.6&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-git/ChangeLog?rev=1.6&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-git/ChangeLog?r1=1.5&r2=1.6
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v
51 retrieving revision 1.5
52 retrieving revision 1.6
53 diff -u -r1.5 -r1.6
54 --- ChangeLog 30 Oct 2011 11:46:52 -0000 1.5
55 +++ ChangeLog 28 Dec 2011 16:07:00 -0000 1.6
56 @@ -1,6 +1,10 @@
57 # ChangeLog for dev-vcs/bzr-git
58 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.5 2011/10/30 11:46:52 hwoarang Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.6 2011/12/28 16:07:00 fauli Exp $
61 +
62 + 28 Dec 2011; Christian Faulhammer <fauli@g.o> bzr-git-0.6.2.ebuild:
63 + raise dev-python/dulwich dependency to 0.8.0 as reported by Jonathan Lovelace
64 + in bug 389465
65
66 30 Oct 2011; Markos Chandras <hwoarang@g.o> bzr-git-0.6.2.ebuild:
67 Stable on amd64 wrt bug #383751