Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/mercurial: ChangeLog mercurial-3.0.1.ebuild
Date: Mon, 02 Jun 2014 21:54:35
Message-Id: 20140602215430.EFACB2004F@flycatcher.gentoo.org
1 polynomial-c 14/06/02 21:54:30
2
3 Modified: ChangeLog mercurial-3.0.1.ebuild
4 Log:
5 Added po fixes for >=gettext-0.19
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.148 dev-vcs/mercurial/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.148&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.148&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?r1=1.147&r2=1.148
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v
19 retrieving revision 1.147
20 retrieving revision 1.148
21 diff -u -r1.147 -r1.148
22 --- ChangeLog 2 Jun 2014 06:59:28 -0000 1.147
23 +++ ChangeLog 2 Jun 2014 21:54:30 -0000 1.148
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-vcs/mercurial
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.147 2014/06/02 06:59:28 djc Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.148 2014/06/02 21:54:30 polynomial-c Exp $
29 +
30 + 02 Jun 2014; Lars Wendler <polynomial-c@g.o> mercurial-3.0.1.ebuild,
31 + +files/mercurial-3.0.1-po_fixes.patch:
32 + Added po fixes for >=gettext-0.19.
33
34 *mercurial-3.0.1 (02 Jun 2014)
35
36
37
38
39 1.2 dev-vcs/mercurial/mercurial-3.0.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-3.0.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-3.0.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-3.0.1.ebuild?r1=1.1&r2=1.2
44
45 Index: mercurial-3.0.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.0.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- mercurial-3.0.1.ebuild 2 Jun 2014 06:59:28 -0000 1.1
52 +++ mercurial-3.0.1.ebuild 2 Jun 2014 21:54:30 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.0.1.ebuild,v 1.1 2014/06/02 06:59:28 djc Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.0.1.ebuild,v 1.2 2014/06/02 21:54:30 polynomial-c Exp $
58
59 EAPI=5
60
61 @@ -28,6 +28,8 @@
62
63 SITEFILE="70${PN}-gentoo.el"
64
65 +PATCHES=( "${FILESDIR}/${P}-po_fixes.patch" )
66 +
67 python_prepare_all() {
68 # fix up logic that won't work in Gentoo Prefix (also won't outside in
69 # certain cases), bug #362891