public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.2.0.ebuild
@ 2009-10-12 17:00 Remi Cardona (remi)
  0 siblings, 0 replies; 8+ messages in thread
From: Remi Cardona (remi) @ 2009-10-12 17:00 UTC (permalink / raw
  To: gentoo-commits

remi        09/10/12 17:00:03

  Modified:             ChangeLog xf86-input-synaptics-1.2.0.ebuild
  Log:
  x11-drivers/xf86-input-synaptics: complete overhaul, sync with x11 overlay
  (Portage version: 2.2_rc45/cvs/Linux i686)

Revision  Changes    Path
1.33                 x11-drivers/xf86-input-synaptics/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	11 Oct 2009 11:23:27 -0000	1.32
+++ ChangeLog	12 Oct 2009 17:00:03 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for x11-drivers/xf86-input-synaptics
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.32 2009/10/11 11:23:27 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.33 2009/10/12 17:00:03 remi Exp $
+
+  12 Oct 2009; Rémi Cardona <remi@gentoo.org>
+  xf86-input-synaptics-1.2.0.ebuild:
+  complete overhaul, sync with x11 overlay
 
   11 Oct 2009; nixnut <nixnut@gentoo.org> xf86-input-synaptics-1.1.3.ebuild:
   ppc stable #282290



1.2                  x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?r1=1.1&r2=1.2

Index: xf86-input-synaptics-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xf86-input-synaptics-1.2.0.ebuild	10 Oct 2009 08:04:53 -0000	1.1
+++ xf86-input-synaptics-1.2.0.ebuild	12 Oct 2009 17:00:03 -0000	1.2
@@ -1,26 +1,26 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v 1.1 2009/10/10 08:04:53 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v 1.2 2009/10/12 17:00:03 remi Exp $
 
-inherit toolchain-funcs eutils x-modular
+inherit linux-info x-modular
 
 DESCRIPTION="Driver for Synaptics touchpads"
 HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
+
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-LICENSE="MIT"
 IUSE="hal"
+
 RDEPEND="
-	>=x11-base/xorg-server-1.7.0
-	>=x11-libs/libXext-1.1
-	>=x11-libs/libXtst-1.1
+	>=x11-base/xorg-server-1.6
+	>=x11-libs/libXi-1.2
+	x11-libs/libXtst
 	hal? ( sys-apps/hal )"
 DEPEND="${RDEPEND}
-	!x11-drivers/synaptics
-	>=x11-proto/inputproto-2.0
+	x11-proto/inputproto
 	>=sys-apps/sed-4"
 
 src_install() {
-	DOCS="INSTALL NEWS TODO README"
+	DOCS="INSTALL TODO README"
 	x-modular_src_install
 
 	if use hal ; then
@@ -30,12 +30,21 @@
 }
 
 pkg_postinst() {
-	elog "This driver requires event interface support in your kernel: INPUT_EVDEV"
+	x-modular_pkg_postinst
+	if ! linux_chkconfig_present INPUT_EVDEV; then
+		echo
+		ewarn "This driver requires event interface support in your kernel"
+		ewarn "  Device Drivers --->"
+		ewarn "    Input device support --->"
+		ewarn "      <*>     Event interface"
+		echo
+	fi
 	if use hal ; then
-		elog "Synaptics settings are now stored in:"
-		elog "/etc/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi"
+		elog "If you want to modify Synaptics settings, please create an fdi file in:"
+		elog "/etc/hal/fdi/policy/"
 		echo
-		ewarn "Please see the examples here for inspiration, but not edit:"
+		ewarn "The current default are set by :"
 		ewarn "/usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi"
+		ewarn "You can use this file for inspiration, but DO NOT EDIT IT directly."
 	fi
 }






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.2.0.ebuild
@ 2009-12-10 13:51 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-12-10 13:51 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/12/10 13:51:27

  Modified:             ChangeLog xf86-input-synaptics-1.2.0.ebuild
  Log:
  amd64 stable wrt #294958
  (Portage version: 2.2_rc56/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 x11-drivers/xf86-input-synaptics/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	12 Oct 2009 17:00:03 -0000	1.33
+++ ChangeLog	10 Dec 2009 13:51:26 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for x11-drivers/xf86-input-synaptics
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.33 2009/10/12 17:00:03 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.34 2009/12/10 13:51:26 ssuominen Exp $
+
+  10 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
+  xf86-input-synaptics-1.2.0.ebuild:
+  amd64 stable wrt #294958
 
   12 Oct 2009; Rémi Cardona <remi@gentoo.org>
   xf86-input-synaptics-1.2.0.ebuild:



1.3                  x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?r1=1.2&r2=1.3

Index: xf86-input-synaptics-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xf86-input-synaptics-1.2.0.ebuild	12 Oct 2009 17:00:03 -0000	1.2
+++ xf86-input-synaptics-1.2.0.ebuild	10 Dec 2009 13:51:26 -0000	1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v 1.2 2009/10/12 17:00:03 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v 1.3 2009/12/10 13:51:26 ssuominen Exp $
 
 inherit linux-info x-modular
 
 DESCRIPTION="Driver for Synaptics touchpads"
 HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
 
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="hal"
 
 RDEPEND="






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.2.0.ebuild
@ 2009-12-10 19:01 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-10 19:01 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/10 19:01:53

  Modified:             ChangeLog xf86-input-synaptics-1.2.0.ebuild
  Log:
  x86 stable, bug 294958
  (Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.35                 x11-drivers/xf86-input-synaptics/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	10 Dec 2009 13:51:26 -0000	1.34
+++ ChangeLog	10 Dec 2009 19:01:53 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for x11-drivers/xf86-input-synaptics
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.34 2009/12/10 13:51:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.35 2009/12/10 19:01:53 fauli Exp $
+
+  10 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
+  xf86-input-synaptics-1.2.0.ebuild:
+  x86 stable, bug 294958
 
   10 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
   xf86-input-synaptics-1.2.0.ebuild:



1.4                  x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?r1=1.3&r2=1.4

Index: xf86-input-synaptics-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xf86-input-synaptics-1.2.0.ebuild	10 Dec 2009 13:51:26 -0000	1.3
+++ xf86-input-synaptics-1.2.0.ebuild	10 Dec 2009 19:01:53 -0000	1.4
@@ -1,13 +1,13 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v 1.3 2009/12/10 13:51:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v 1.4 2009/12/10 19:01:53 fauli Exp $
 
 inherit linux-info x-modular
 
 DESCRIPTION="Driver for Synaptics touchpads"
 HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
 
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="hal"
 
 RDEPEND="






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.2.0.ebuild
@ 2009-12-13 21:16 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-12-13 21:16 UTC (permalink / raw
  To: gentoo-commits

eva         09/12/13 21:16:16

  Modified:             ChangeLog xf86-input-synaptics-1.2.0.ebuild
  Log:
  Don't die if .config is not present, bug #296578.
  (Portage version: 2.2_rc58/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 x11-drivers/xf86-input-synaptics/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	10 Dec 2009 19:01:53 -0000	1.35
+++ ChangeLog	13 Dec 2009 21:16:16 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for x11-drivers/xf86-input-synaptics
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.35 2009/12/10 19:01:53 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.36 2009/12/13 21:16:16 eva Exp $
+
+  13 Dec 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  xf86-input-synaptics-1.2.0.ebuild:
+  Don't die if .config is not present, bug #296578.
 
   10 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
   xf86-input-synaptics-1.2.0.ebuild:



1.5                  x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?r1=1.4&r2=1.5

Index: xf86-input-synaptics-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xf86-input-synaptics-1.2.0.ebuild	10 Dec 2009 19:01:53 -0000	1.4
+++ xf86-input-synaptics-1.2.0.ebuild	13 Dec 2009 21:16:16 -0000	1.5
@@ -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/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v 1.4 2009/12/10 19:01:53 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v 1.5 2009/12/13 21:16:16 eva Exp $
 
 inherit linux-info x-modular
 
@@ -31,13 +31,16 @@
 
 pkg_postinst() {
 	x-modular_pkg_postinst
-	if ! linux_chkconfig_present INPUT_EVDEV; then
-		echo
-		ewarn "This driver requires event interface support in your kernel"
-		ewarn "  Device Drivers --->"
-		ewarn "    Input device support --->"
-		ewarn "      <*>     Event interface"
-		echo
+	# Just a friendly warning
+	if linux_chkconfig_exists; then
+		if ! linux_chkconfig_present INPUT_EVDEV; then
+			echo
+			ewarn "This driver requires event interface support in your kernel"
+			ewarn "  Device Drivers --->"
+			ewarn "    Input device support --->"
+			ewarn "      <*>     Event interface"
+			echo
+		fi
 	fi
 	if use hal ; then
 		elog "If you want to modify Synaptics settings, please create an fdi file in:"






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.2.0.ebuild
@ 2009-12-14 16:00 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-12-14 16:00 UTC (permalink / raw
  To: gentoo-commits

darkside    09/12/14 16:00:37

  Modified:             ChangeLog xf86-input-synaptics-1.2.0.ebuild
  Log:
  QA: s/linux_chkconfig_exists/linux_config_exists/
  (Portage version: 2.1.7.10/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 x11-drivers/xf86-input-synaptics/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	13 Dec 2009 21:16:16 -0000	1.36
+++ ChangeLog	14 Dec 2009 16:00:37 -0000	1.37
@@ -1,6 +1,10 @@
 # ChangeLog for x11-drivers/xf86-input-synaptics
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.36 2009/12/13 21:16:16 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.37 2009/12/14 16:00:37 darkside Exp $
+
+  14 Dec 2009; Jeremy Olexa <darkside@gentoo.org>
+  xf86-input-synaptics-1.2.0.ebuild:
+  QA: s/linux_chkconfig_exists/linux_config_exists/ 
 
   13 Dec 2009; Gilles Dartiguelongue <eva@gentoo.org>
   xf86-input-synaptics-1.2.0.ebuild:



1.6                  x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?r1=1.5&r2=1.6

Index: xf86-input-synaptics-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xf86-input-synaptics-1.2.0.ebuild	13 Dec 2009 21:16:16 -0000	1.5
+++ xf86-input-synaptics-1.2.0.ebuild	14 Dec 2009 16:00:37 -0000	1.6
@@ -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/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v 1.5 2009/12/13 21:16:16 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v 1.6 2009/12/14 16:00:37 darkside Exp $
 
 inherit linux-info x-modular
 
@@ -32,7 +32,7 @@
 pkg_postinst() {
 	x-modular_pkg_postinst
 	# Just a friendly warning
-	if linux_chkconfig_exists; then
+	if linux_config_exists; then
 		if ! linux_chkconfig_present INPUT_EVDEV; then
 			echo
 			ewarn "This driver requires event interface support in your kernel"






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.2.0.ebuild
@ 2009-12-15 19:28 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2009-12-15 19:28 UTC (permalink / raw
  To: gentoo-commits

ranger      09/12/15 19:28:10

  Modified:             ChangeLog xf86-input-synaptics-1.2.0.ebuild
  Log:
  Marking xf86-input-synaptics-1.2.0 ppc64 for bug 294958
  (Portage version: 2.1.7.1/cvs/Linux ppc64)

Revision  Changes    Path
1.39                 x11-drivers/xf86-input-synaptics/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	15 Dec 2009 11:34:49 -0000	1.38
+++ ChangeLog	15 Dec 2009 19:28:10 -0000	1.39
@@ -1,6 +1,10 @@
 # ChangeLog for x11-drivers/xf86-input-synaptics
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.38 2009/12/15 11:34:49 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.39 2009/12/15 19:28:10 ranger Exp $
+
+  15 Dec 2009; Brent Baude <ranger@gentoo.org>
+  xf86-input-synaptics-1.2.0.ebuild:
+  Marking xf86-input-synaptics-1.2.0 ppc64 stable for bug 294958
 
 *xf86-input-synaptics-1.2.1 (15 Dec 2009)
 



1.7                  x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?r1=1.6&r2=1.7

Index: xf86-input-synaptics-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xf86-input-synaptics-1.2.0.ebuild	14 Dec 2009 16:00:37 -0000	1.6
+++ xf86-input-synaptics-1.2.0.ebuild	15 Dec 2009 19:28:10 -0000	1.7
@@ -1,13 +1,13 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v 1.6 2009/12/14 16:00:37 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v 1.7 2009/12/15 19:28:10 ranger Exp $
 
 inherit linux-info x-modular
 
 DESCRIPTION="Driver for Synaptics touchpads"
 HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
 
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 IUSE="hal"
 
 RDEPEND="






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.2.0.ebuild
@ 2009-12-27 18:00 Joseph Jezak (josejx)
  0 siblings, 0 replies; 8+ messages in thread
From: Joseph Jezak (josejx) @ 2009-12-27 18:00 UTC (permalink / raw
  To: gentoo-commits

josejx      09/12/27 18:00:52

  Modified:             ChangeLog xf86-input-synaptics-1.2.0.ebuild
  Log:
  Marked ppc stable for bug #294958.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 x11-drivers/xf86-input-synaptics/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	15 Dec 2009 19:28:10 -0000	1.39
+++ ChangeLog	27 Dec 2009 18:00:52 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for x11-drivers/xf86-input-synaptics
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.39 2009/12/15 19:28:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.40 2009/12/27 18:00:52 josejx Exp $
+
+  27 Dec 2009; Joseph Jezak <josejx@gentoo.org>
+  xf86-input-synaptics-1.2.0.ebuild:
+  Marked ppc stable for bug #294958.
 
   15 Dec 2009; Brent Baude <ranger@gentoo.org>
   xf86-input-synaptics-1.2.0.ebuild:



1.8                  x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild?r1=1.7&r2=1.8

Index: xf86-input-synaptics-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xf86-input-synaptics-1.2.0.ebuild	15 Dec 2009 19:28:10 -0000	1.7
+++ xf86-input-synaptics-1.2.0.ebuild	27 Dec 2009 18:00:52 -0000	1.8
@@ -1,13 +1,13 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v 1.7 2009/12/15 19:28:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v 1.8 2009/12/27 18:00:52 josejx Exp $
 
 inherit linux-info x-modular
 
 DESCRIPTION="Driver for Synaptics touchpads"
 HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
 
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="hal"
 
 RDEPEND="






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.2.0.ebuild
@ 2010-02-24 16:54 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 8+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-02-24 16:54 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/02/24 16:54:19

  Modified:             ChangeLog
  Removed:              xf86-input-synaptics-1.2.0.ebuild
  Log:
  Drop old.
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.45                 x11-drivers/xf86-input-synaptics/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	15 Feb 2010 19:08:14 -0000	1.44
+++ ChangeLog	24 Feb 2010 16:54:19 -0000	1.45
@@ -1,6 +1,10 @@
 # ChangeLog for x11-drivers/xf86-input-synaptics
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.44 2010/02/15 19:08:14 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.45 2010/02/24 16:54:19 scarabeus Exp $
+
+  24 Feb 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+  -xf86-input-synaptics-1.2.0.ebuild:
+  Drop old.
 
   15 Feb 2010; Joseph Jezak <josejx@gentoo.org>
   xf86-input-synaptics-1.2.1.ebuild:






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-02-24 16:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-10 13:51 [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.2.0.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-24 16:54 Tomas Chvatal (scarabeus)
2009-12-27 18:00 Joseph Jezak (josejx)
2009-12-15 19:28 Brent Baude (ranger)
2009-12-14 16:00 Jeremy Olexa (darkside)
2009-12-13 21:16 Gilles Dartiguelongue (eva)
2009-12-10 19:01 Christian Faulhammer (fauli)
2009-10-12 17:00 Remi Cardona (remi)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox