Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/monotone: monotone-1.0-r3.ebuild ChangeLog
Date: Sun, 30 Jun 2013 00:18:27
Message-Id: 20130630001823.827132171C@flycatcher.gentoo.org
1 chithanh 13/06/30 00:18:23
2
3 Modified: monotone-1.0-r3.ebuild ChangeLog
4 Log:
5 Fix building against boost-1.53, bug #454160.
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.4 dev-vcs/monotone/monotone-1.0-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/monotone/monotone-1.0-r3.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/monotone/monotone-1.0-r3.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/monotone/monotone-1.0-r3.ebuild?r1=1.3&r2=1.4
15
16 Index: monotone-1.0-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-1.0-r3.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- monotone-1.0-r3.ebuild 7 Jun 2012 22:13:04 -0000 1.3
23 +++ monotone-1.0-r3.ebuild 30 Jun 2013 00:18:23 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-1.0-r3.ebuild,v 1.3 2012/06/07 22:13:04 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-1.0-r3.ebuild,v 1.4 2013/06/30 00:18:23 chithanh Exp $
30
31 # QA failiures reported in https://code.monotone.ca/p/monotone/issues/181/
32 EAPI="4"
33 @@ -41,6 +41,7 @@
34 epatch "${FILESDIR}/monotone-1.0-bash-completion-tests.patch"
35 epatch "${FILESDIR}/monotone-1.0-botan-1.10.patch"
36 epatch "${FILESDIR}/monotone-1.0-glibc-2.14-file-handle.patch"
37 + epatch "${FILESDIR}/monotone-1.0-boost-1.53.patch"
38 }
39
40 src_configure() {
41
42
43
44 1.26 dev-vcs/monotone/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/monotone/ChangeLog?rev=1.26&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/monotone/ChangeLog?rev=1.26&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/monotone/ChangeLog?r1=1.25&r2=1.26
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v
53 retrieving revision 1.25
54 retrieving revision 1.26
55 diff -u -r1.25 -r1.26
56 --- ChangeLog 16 Feb 2013 12:39:34 -0000 1.25
57 +++ ChangeLog 30 Jun 2013 00:18:23 -0000 1.26
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-vcs/monotone
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v 1.25 2013/02/16 12:39:34 pacho Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v 1.26 2013/06/30 00:18:23 chithanh Exp $
63 +
64 + 30 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
65 + +files/monotone-1.0-boost-1.53.patch, monotone-1.0-r3.ebuild:
66 + Fix building against boost-1.53, bug #454160.
67
68 16 Feb 2013; Pacho Ramos <pacho@g.o> -monotone-1.0-r2.ebuild,
69 metadata.xml: