Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gpointing-device-settings: gpointing-device-settings-1.5.1-r2.ebuild ChangeLog
Date: Sat, 03 Mar 2012 16:04:21
Message-Id: 20120303160410.AF2692004C@flycatcher.gentoo.org
1 slyfox 12/03/03 16:04:10
2
3 Modified: gpointing-device-settings-1.5.1-r2.ebuild ChangeLog
4 Log:
5 Fixed build failure aginst gnome-base/gnome-settings-daemon-3.2.2 (undefined gsd_pointing_device_plugin_class_finalize); bug #384001 by Allan Gottlieb and others. Patch provided by battle.jerboa@×××××.com.
6
7 (Portage version: 2.2.0_alpha89_p3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild?r1=1.5&r2=1.6
15
16 Index: gpointing-device-settings-1.5.1-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- gpointing-device-settings-1.5.1-r2.ebuild 13 Oct 2011 21:23:23 -0000 1.5
23 +++ gpointing-device-settings-1.5.1-r2.ebuild 3 Mar 2012 16:04:10 -0000 1.6
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/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild,v 1.5 2011/10/13 21:23:23 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild,v 1.6 2012/03/03 16:04:10 slyfox Exp $
30
31 EAPI="2"
32 GCONF_DEBUG="no"
33 @@ -36,7 +36,8 @@
34 "${FILESDIR}/${P}-plugin.patch" \
35 "${FILESDIR}/${P}-reboot.patch" \
36 "${FILESDIR}/${P}-gtk22.patch" \
37 - "${FILESDIR}/${P}-gsd-crash.patch"
38 + "${FILESDIR}/${P}-gsd-crash.patch" \
39 + "${FILESDIR}/${P}-gsd-3.2-fix.patch"
40 sed 's|\(^GPDS_CFLAGS=.*-D[A-Z_]*_DISABLE_DEPRECATED.*\)|#\1|' \
41 -i configure.ac || die
42 eautoreconf
43
44
45
46 1.17 gnome-extra/gpointing-device-settings/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog?rev=1.17&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog?rev=1.17&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog?r1=1.16&r2=1.17
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v
55 retrieving revision 1.16
56 retrieving revision 1.17
57 diff -u -r1.16 -r1.17
58 --- ChangeLog 13 Oct 2011 23:11:17 -0000 1.16
59 +++ ChangeLog 3 Mar 2012 16:04:10 -0000 1.17
60 @@ -1,6 +1,13 @@
61 # ChangeLog for gnome-extra/gpointing-device-settings
62 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.16 2011/10/13 23:11:17 pva Exp $
64 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.17 2012/03/03 16:04:10 slyfox Exp $
66 +
67 + 03 Mar 2012; Sergei Trofimovich <slyfox@g.o>
68 + +files/gpointing-device-settings-1.5.1-gsd-3.2-fix.patch,
69 + gpointing-device-settings-1.5.1-r2.ebuild:
70 + Fixed build failure aginst gnome-base/gnome-settings-daemon-3.2.2 (undefined
71 + gsd_pointing_device_plugin_class_finalize); bug #384001 by Allan Gottlieb and
72 + others. Patch provided by battle.jerboa@×××××.com.
73
74 13 Oct 2011; Peter Volkov <pva@g.o>
75 -gpointing-device-settings-1.3.2.ebuild,