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/gsynaptics: ChangeLog gsynaptics-0.9.16.ebuild
Date: Tue, 29 Sep 2009 15:34:36
Message-Id: E1Mseio-0003j7-U3@stork.gentoo.org
1 pva 09/09/29 15:34:34
2
3 Modified: ChangeLog gsynaptics-0.9.16.ebuild
4 Log:
5 Suggest usage of gpointing-device-settings instead of this package.
6 (Portage version: 2.2_rc41/cvs/Linux i686)
7
8 Revision Changes Path
9 1.18 gnome-extra/gsynaptics/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- ChangeLog 21 Sep 2009 06:59:09 -0000 1.17
22 +++ ChangeLog 29 Sep 2009 15:34:34 -0000 1.18
23 @@ -1,6 +1,9 @@
24 # ChangeLog for gnome-extra/gsynaptics
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v 1.17 2009/09/21 06:59:09 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v 1.18 2009/09/29 15:34:34 pva Exp $
28 +
29 + 29 Sep 2009; Peter Volkov <pva@g.o> gsynaptics-0.9.16.ebuild:
30 + Suggest usage of gpointing-device-settings instead of this package.
31
32 *gsynaptics-0.9.16 (21 Sep 2009)
33
34
35
36
37 1.2 gnome-extra/gsynaptics/gsynaptics-0.9.16.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.16.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.16.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.16.ebuild?r1=1.1&r2=1.2
42
43 Index: gsynaptics-0.9.16.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.16.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- gsynaptics-0.9.16.ebuild 21 Sep 2009 06:59:09 -0000 1.1
50 +++ gsynaptics-0.9.16.ebuild 29 Sep 2009 15:34:34 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.16.ebuild,v 1.1 2009/09/21 06:59:09 pva Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.16.ebuild,v 1.2 2009/09/29 15:34:34 pva Exp $
56
57 GCONF_DEBUG="no"
58
59 @@ -60,10 +60,8 @@
60 ewarn "SHMConfig is real SECURITY nightmare. E.g. it allows anyone with access"
61 ewarn "to the system to click on arbitrary points of the screen."
62 ewarn "This is the reason for the deprecation of ${PN} (see homepage)."
63 -# gnome-extra/gpointing-device-settings is not working here, so it's not in the
64 -# tree. I've put it in overlay for now and contacted upstream...
65 -# ewarn "Use gnome-extra/gpointing-device-settings instread as it uses XInput"
66 -# ewarn "properties and doesn't need SHMConfig option to be set."
67 -# ewarn "In gnome 2.28 gnome-mouse-properties will allow to configure touchpad"
68 -# ewarn "settings (also trough XInput), so no additional software needed there."
69 + ewarn "Use gnome-extra/gpointing-device-settings instread as it uses XInput"
70 + ewarn "properties and doesn't need SHMConfig option to be set."
71 + ewarn "In gnome 2.28 gnome-mouse-properties will allow to configure touchpad"
72 + ewarn "settings (also trough XInput), so no additional software needed there."
73 }