Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/kgraphviewer: kgraphviewer-2.1.1.ebuild ChangeLog
Date: Tue, 10 Jul 2012 16:32:32
Message-Id: 20120710163216.5CA3020063@flycatcher.gentoo.org
1 kensington 12/07/10 16:32:16
2
3 Modified: kgraphviewer-2.1.1.ebuild ChangeLog
4 Log:
5 Fix build with boost-1.50, wrt bug #425478.
6
7 (Portage version: 2.1.11.5/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild?r1=1.2&r2=1.3
15
16 Index: kgraphviewer-2.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- kgraphviewer-2.1.1.ebuild 28 Oct 2011 23:59:28 -0000 1.2
23 +++ kgraphviewer-2.1.1.ebuild 10 Jul 2012 16:32:16 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild,v 1.2 2011/10/28 23:59:28 abcd Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild,v 1.3 2012/07/10 16:32:16 kensington Exp $
30
31 EAPI=4
32
33 @@ -26,3 +26,5 @@
34 DEPEND="${RDEPEND}
35 >=dev-libs/boost-1.38
36 "
37 +
38 +PATCHES=( "${FILESDIR}/${P}-boost-1.50.patch" )
39
40
41
42 1.8 media-gfx/kgraphviewer/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/ChangeLog?rev=1.8&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/ChangeLog?rev=1.8&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/ChangeLog?r1=1.7&r2=1.8
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v
51 retrieving revision 1.7
52 retrieving revision 1.8
53 diff -u -r1.7 -r1.8
54 --- ChangeLog 28 Oct 2011 23:59:28 -0000 1.7
55 +++ ChangeLog 10 Jul 2012 16:32:16 -0000 1.8
56 @@ -1,6 +1,10 @@
57 # ChangeLog for media-gfx/kgraphviewer
58 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v 1.7 2011/10/28 23:59:28 abcd Exp $
60 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v 1.8 2012/07/10 16:32:16 kensington Exp $
62 +
63 + 10 Jul 2012; Michael Palimaka <kensington@g.o>
64 + +files/kgraphviewer-2.1.1-boost-1.50.patch, kgraphviewer-2.1.1.ebuild:
65 + Fix build with boost-1.50, wrt bug #425478.
66
67 28 Oct 2011; Jonathan Callen <abcd@g.o> kgraphviewer-2.1.1.ebuild:
68 Bump to EAPI=4; set KDE_HANDBOOK
69 @@ -37,4 +41,3 @@
70 28 Jan 2010; Samuli Suominen <ssuominen@g.o>
71 +kgraphviewer-2.0.2.ebuild:
72 Initial commit wrt #135245.
73 -