Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/libgtksourceviewmm: libgtksourceviewmm-0.3.1.ebuild ChangeLog
Date: Sun, 03 Aug 2008 12:52:07
Message-Id: E1KPd48-0001hi-JN@stork.gentoo.org
1 dev-zero 08/08/03 12:52:04
2
3 Modified: libgtksourceviewmm-0.3.1.ebuild ChangeLog
4 Log:
5 Added patch to fix compilation issues with gcc-4.3.x
6 (Portage version: 2.2_rc5/cvs/Linux 2.6.26-gentoo x86_64)
7
8 Revision Changes Path
9 1.4 dev-cpp/libgtksourceviewmm/libgtksourceviewmm-0.3.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgtksourceviewmm/libgtksourceviewmm-0.3.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgtksourceviewmm/libgtksourceviewmm-0.3.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgtksourceviewmm/libgtksourceviewmm-0.3.1.ebuild?r1=1.3&r2=1.4
14
15 Index: libgtksourceviewmm-0.3.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libgtksourceviewmm/libgtksourceviewmm-0.3.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- libgtksourceviewmm-0.3.1.ebuild 10 Oct 2007 16:05:21 -0000 1.3
22 +++ libgtksourceviewmm-0.3.1.ebuild 3 Aug 2008 12:52:04 -0000 1.4
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgtksourceviewmm/libgtksourceviewmm-0.3.1.ebuild,v 1.3 2007/10/10 16:05:21 remi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgtksourceviewmm/libgtksourceviewmm-0.3.1.ebuild,v 1.4 2008/08/03 12:52:04 dev-zero Exp $
29
30 -inherit gnome2
31 +inherit eutils gnome2
32
33 DESCRIPTION="C++ bindings for gtksourceview"
34 HOMEPAGE="http://home.gna.org/gtksourceviewmm/"
35 @@ -30,6 +30,8 @@
36 # we handle it in src_install.
37 sed -i -e 's|^\(SUBDIRS =.*\)docs\(.*\)|\1\2|' Makefile.in || \
38 die "sed Makefile.in failed"
39 +
40 + epatch "${FILESDIR}/${PV}-missing_includes.patch"
41 }
42
43 src_install() {
44
45
46
47 1.11 dev-cpp/libgtksourceviewmm/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgtksourceviewmm/ChangeLog?rev=1.11&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgtksourceviewmm/ChangeLog?rev=1.11&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgtksourceviewmm/ChangeLog?r1=1.10&r2=1.11
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libgtksourceviewmm/ChangeLog,v
56 retrieving revision 1.10
57 retrieving revision 1.11
58 diff -u -r1.10 -r1.11
59 --- ChangeLog 19 May 2008 14:45:07 -0000 1.10
60 +++ ChangeLog 3 Aug 2008 12:52:04 -0000 1.11
61 @@ -1,6 +1,10 @@
62 # ChangeLog for dev-cpp/libgtksourceviewmm
63 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgtksourceviewmm/ChangeLog,v 1.10 2008/05/19 14:45:07 remi Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgtksourceviewmm/ChangeLog,v 1.11 2008/08/03 12:52:04 dev-zero Exp $
66 +
67 + 03 Aug 2008; Tiziano Müller <dev-zero@g.o>
68 + +files/0.3.1-missing_includes.patch, libgtksourceviewmm-0.3.1.ebuild:
69 + Added patch to fix compilation issues with gcc-4.3.x
70
71 19 May 2008; Rémi Cardona <remi@g.o>
72 -libgtksourceviewmm-1.9.4.ebuild: