summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-09-29 15:34:34 +0000
committerPeter Volkov <pva@gentoo.org>2009-09-29 15:34:34 +0000
commiteca7a1e2a038f96e31260dd824cd9352e4477cf3 (patch)
treebc5a128a2aa6e86e8065702a8432125f27884430 /gnome-extra
parentInitial import, fixes bug #283555. Thank Oldrich Jedlicka and wayne for help. (diff)
downloadgentoo-2-eca7a1e2a038f96e31260dd824cd9352e4477cf3.tar.gz
gentoo-2-eca7a1e2a038f96e31260dd824cd9352e4477cf3.tar.bz2
gentoo-2-eca7a1e2a038f96e31260dd824cd9352e4477cf3.zip
Suggest usage of gpointing-device-settings instead of this package.
(Portage version: 2.2_rc41/cvs/Linux i686)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gsynaptics/ChangeLog5
-rw-r--r--gnome-extra/gsynaptics/gsynaptics-0.9.16.ebuild12
2 files changed, 9 insertions, 8 deletions
diff --git a/gnome-extra/gsynaptics/ChangeLog b/gnome-extra/gsynaptics/ChangeLog
index 6d7b97adba71..458ad180b09d 100644
--- a/gnome-extra/gsynaptics/ChangeLog
+++ b/gnome-extra/gsynaptics/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/gsynaptics
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v 1.17 2009/09/21 06:59:09 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v 1.18 2009/09/29 15:34:34 pva Exp $
+
+ 29 Sep 2009; Peter Volkov <pva@gentoo.org> gsynaptics-0.9.16.ebuild:
+ Suggest usage of gpointing-device-settings instead of this package.
*gsynaptics-0.9.16 (21 Sep 2009)
diff --git a/gnome-extra/gsynaptics/gsynaptics-0.9.16.ebuild b/gnome-extra/gsynaptics/gsynaptics-0.9.16.ebuild
index 30711558dd12..6ed4c7ff7af1 100644
--- a/gnome-extra/gsynaptics/gsynaptics-0.9.16.ebuild
+++ b/gnome-extra/gsynaptics/gsynaptics-0.9.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.16.ebuild,v 1.1 2009/09/21 06:59:09 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.16.ebuild,v 1.2 2009/09/29 15:34:34 pva Exp $
GCONF_DEBUG="no"
@@ -60,10 +60,8 @@ pkg_postinst() {
ewarn "SHMConfig is real SECURITY nightmare. E.g. it allows anyone with access"
ewarn "to the system to click on arbitrary points of the screen."
ewarn "This is the reason for the deprecation of ${PN} (see homepage)."
-# gnome-extra/gpointing-device-settings is not working here, so it's not in the
-# tree. I've put it in overlay for now and contacted upstream...
-# ewarn "Use gnome-extra/gpointing-device-settings instread as it uses XInput"
-# ewarn "properties and doesn't need SHMConfig option to be set."
-# ewarn "In gnome 2.28 gnome-mouse-properties will allow to configure touchpad"
-# ewarn "settings (also trough XInput), so no additional software needed there."
+ ewarn "Use gnome-extra/gpointing-device-settings instread as it uses XInput"
+ ewarn "properties and doesn't need SHMConfig option to be set."
+ ewarn "In gnome 2.28 gnome-mouse-properties will allow to configure touchpad"
+ ewarn "settings (also trough XInput), so no additional software needed there."
}