Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-do-plugins: ChangeLog gnome-do-plugins-0.8.2-r1.ebuild
Date: Mon, 29 Nov 2010 19:51:00
Message-Id: 20101129195045.D5EFC20051@flycatcher.gentoo.org
1 graaff 10/11/29 19:50:45
2
3 Modified: ChangeLog gnome-do-plugins-0.8.2-r1.ebuild
4 Log:
5 Add various patches to fix compilation with Mono 2.8, fixing bug 340785.
6
7 (Portage version: 2.1.9.24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.19 gnome-extra/gnome-do-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-do-plugins/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-do-plugins/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-do-plugins/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 16 Oct 2010 10:28:53 -0000 1.18
23 +++ ChangeLog 29 Nov 2010 19:50:45 -0000 1.19
24 @@ -1,6 +1,11 @@
25 # ChangeLog for gnome-extra/gnome-do-plugins
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/ChangeLog,v 1.18 2010/10/16 10:28:53 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/ChangeLog,v 1.19 2010/11/29 19:50:45 graaff Exp $
29 +
30 + 29 Nov 2010; Hans de Graaff <graaff@g.o>
31 + gnome-do-plugins-0.8.2-r1.ebuild,
32 + +files/gnome-do-plugins-0.8.2-mono28.patch:
33 + Add various patches to fix compilation with Mono 2.8, fixing bug 340785.
34
35 16 Oct 2010; Hans de Graaff <graaff@g.o>
36 -gnome-do-plugins-0.8.2.ebuild:
37
38
39
40 1.2 gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.2-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.2-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.2-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.2-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: gnome-do-plugins-0.8.2-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.2-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- gnome-do-plugins-0.8.2-r1.ebuild 2 Apr 2010 14:30:33 -0000 1.1
53 +++ gnome-do-plugins-0.8.2-r1.ebuild 29 Nov 2010 19:50:45 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.2-r1.ebuild,v 1.1 2010/04/02 14:30:33 graaff Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.2-r1.ebuild,v 1.2 2010/11/29 19:50:45 graaff Exp $
59
60 EAPI=2
61
62 @@ -30,6 +30,11 @@
63 use banshee || sed -i -r -e "/(BANSHEE_INDEXER_DLL)/d" BundledLibraries/Makefile.am
64
65 epatch "${FILESDIR}/${P}-mono26.patch"
66 + epatch "${FILESDIR}/${P}-mono28.patch"
67 +
68 + # Use the new Sqlite client instead of the deprecated one
69 + # https://bugs.launchpad.net/do-plugins/+bug/682832
70 + sed -i -e "s/SqliteClient/Sqlite/" Firefox/Makefile.am Firefox/src/PlacesItemSource.cs || die "Unable to use newer Sqlite client."
71
72 eautomake
73 }