Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/monotone: monotone-0.45.ebuild ChangeLog
Date: Tue, 27 Apr 2010 17:30:55
Message-Id: 20100427173047.3817A2C04B@corvid.gentoo.org
1 ssuominen 10/04/27 17:30:47
2
3 Modified: monotone-0.45.ebuild ChangeLog
4 Log:
5 Fix building with GCC 4.5 wrt #317509 by Philipp.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-vcs/monotone/monotone-0.45.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/monotone/monotone-0.45.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/monotone/monotone-0.45.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/monotone/monotone-0.45.ebuild?r1=1.1&r2=1.2
14
15 Index: monotone-0.45.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-0.45.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- monotone-0.45.ebuild 5 Mar 2010 16:49:35 -0000 1.1
22 +++ monotone-0.45.ebuild 27 Apr 2010 17:30:46 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-0.45.ebuild,v 1.1 2010/03/05 16:49:35 sping Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-0.45.ebuild,v 1.2 2010/04/27 17:30:46 ssuominen Exp $
28
29 EAPI=2
30 inherit bash-completion elisp-common eutils
31 @@ -34,6 +34,10 @@
32 fi
33 }
34
35 +src_prepare() {
36 + epatch "${FILESDIR}"/${P}-gcc45.patch
37 +}
38 +
39 src_configure() {
40 econf \
41 $(use_enable nls) \
42
43
44
45 1.2 dev-vcs/monotone/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/monotone/ChangeLog?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/monotone/ChangeLog?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/monotone/ChangeLog?r1=1.1&r2=1.2
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- ChangeLog 5 Mar 2010 16:49:35 -0000 1.1
58 +++ ChangeLog 27 Apr 2010 17:30:46 -0000 1.2
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-vcs/monotone
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v 1.1 2010/03/05 16:49:35 sping Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v 1.2 2010/04/27 17:30:46 ssuominen Exp $
64 +
65 + 27 Apr 2010; Samuli Suominen <ssuominen@g.o> monotone-0.45.ebuild,
66 + +files/monotone-0.45-gcc45.patch:
67 + Fix building with GCC 4.5 wrt #317509 by Philipp.
68
69 05 Mar 2010; Sebastian Pipping <sping@g.o>
70 +files/50monotone-gentoo.el, +files/monotone-0.36.initd,