Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gpointing-device-settings: ChangeLog gpointing-device-settings-1.5.1-r2.ebuild
Date: Sun, 02 Oct 2011 13:44:28
Message-Id: 20111002134418.E19852004B@flycatcher.gentoo.org
1 pva 11/10/02 13:44:18
2
3 Modified: ChangeLog gpointing-device-settings-1.5.1-r2.ebuild
4 Log:
5 Fix build failure reported in bug #384001 (wrt Allan Gottlieb).
6
7 (Portage version: 2.1.10.20/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.13 gnome-extra/gpointing-device-settings/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 30 Mar 2011 11:09:42 -0000 1.12
23 +++ ChangeLog 2 Oct 2011 13:44:18 -0000 1.13
24 @@ -1,6 +1,10 @@
25 # ChangeLog for gnome-extra/gpointing-device-settings
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.12 2011/03/30 11:09:42 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.13 2011/10/02 13:44:18 pva Exp $
29 +
30 + 02 Oct 2011; Peter Volkov <pva@g.o>
31 + gpointing-device-settings-1.5.1-r2.ebuild:
32 + Fix build failure reported in bug #384001 (wrt Allan Gottlieb).
33
34 30 Mar 2011; Christoph Mende <angelos@g.o>
35 gpointing-device-settings-1.3.2.ebuild,
36
37
38
39 1.3 gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild?r1=1.2&r2=1.3
44
45 Index: gpointing-device-settings-1.5.1-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- gpointing-device-settings-1.5.1-r2.ebuild 28 Mar 2011 22:39:01 -0000 1.2
52 +++ gpointing-device-settings-1.5.1-r2.ebuild 2 Oct 2011 13:44:18 -0000 1.3
53 @@ -1,10 +1,10 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild,v 1.2 2011/03/28 22:39:01 eva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild,v 1.3 2011/10/02 13:44:18 pva Exp $
58
59 EAPI="2"
60 GCONF_DEBUG="no"
61 -inherit eutils gnome2
62 +inherit eutils gnome2 autotools
63
64 DESCRIPTION="A GTK+ based configuration utility for the synaptics driver"
65 HOMEPAGE="http://live.gnome.org/GPointingDeviceSettings"
66 @@ -37,5 +37,8 @@
67 "${FILESDIR}/${P}-reboot.patch" \
68 "${FILESDIR}/${P}-gtk22.patch" \
69 "${FILESDIR}/${P}-gsd-crash.patch"
70 + sed 's|\(^GPDS_CFLAGS=.*-D[A-Z_]*_DISABLE_DEPRECATED.*\)|#\1|' \
71 + -i configure.ac || die
72 + eautoreconf
73 gnome2_src_prepare
74 }