Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/gtksourceviewmm: gtksourceviewmm-2.10.2.ebuild ChangeLog
Date: Wed, 02 May 2012 07:17:14
Message-Id: 20120502071704.79C812004B@flycatcher.gentoo.org
1 tetromino 12/05/02 07:17:04
2
3 Modified: gtksourceviewmm-2.10.2.ebuild ChangeLog
4 Log:
5 Fix building with >=glib-2.31 (bug #414127, thanks to salamanderrake for reporting).
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.2.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.2.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.2.ebuild?r1=1.6&r2=1.7
15
16 Index: gtksourceviewmm-2.10.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.2.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- gtksourceviewmm-2.10.2.ebuild 21 Oct 2011 14:07:07 -0000 1.6
23 +++ gtksourceviewmm-2.10.2.ebuild 2 May 2012 07:17:04 -0000 1.7
24 @@ -1,12 +1,12 @@
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/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.2.ebuild,v 1.6 2011/10/21 14:07:07 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.2.ebuild,v 1.7 2012/05/02 07:17:04 tetromino Exp $
30
31 EAPI="4"
32 GCONF_DEBUG="no"
33 GNOME2_LA_PUNT="yes"
34
35 -inherit gnome2
36 +inherit eutils gnome2
37
38 DESCRIPTION="C++ bindings for gtksourceview"
39 HOMEPAGE="http://projects.gnome.org/gtksourceviewmm/"
40 @@ -33,6 +33,9 @@
41 }
42
43 src_prepare() {
44 + # bug #414127, https://bugzilla.gnome.org/show_bug.cgi?id=666651
45 + epatch "${FILESDIR}/${P}-glib-2.31.patch"
46 +
47 gnome2_src_prepare
48
49 # Remove docs from SUBDIRS so that docs are not installed, as
50
51
52
53 1.24 dev-cpp/gtksourceviewmm/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog?rev=1.24&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog?rev=1.24&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog?r1=1.23&r2=1.24
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v
62 retrieving revision 1.23
63 retrieving revision 1.24
64 diff -u -r1.23 -r1.24
65 --- ChangeLog 29 Apr 2012 15:18:12 -0000 1.23
66 +++ ChangeLog 2 May 2012 07:17:04 -0000 1.24
67 @@ -1,6 +1,11 @@
68 # ChangeLog for dev-cpp/gtksourceviewmm
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.23 2012/04/29 15:18:12 maekke Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.24 2012/05/02 07:17:04 tetromino Exp $
72 +
73 + 02 May 2012; Alexandre Rostovtsev <tetromino@g.o>
74 + gtksourceviewmm-2.10.2.ebuild, +files/gtksourceviewmm-2.10.2-glib-2.31.patch:
75 + Fix building with >=glib-2.31 (bug #414127, thanks to salamanderrake for
76 + reporting).
77
78 29 Apr 2012; Markus Meier <maekke@g.o> gtksourceviewmm-3.2.0.ebuild:
79 x86 stable, bug #410611