From 73e12d340a4a3cdf4614adaf68fac8e4a9c9e78b Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Sat, 14 Jul 2007 05:32:12 +0000 Subject: Bump. Changes include: Additional valuator per axis reporting unmodified physical value to X; Reporting correct amount of exported buttons to X; Button event is only generated when button actually changed. (Portage version: 2.1.3_rc6) --- x11-drivers/xf86-input-joystick/ChangeLog | 10 +++++++++- .../files/digest-xf86-input-joystick-1.2.2 | 3 +++ .../xf86-input-joystick-1.2.2.ebuild | 17 +++++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.2.2 create mode 100644 x11-drivers/xf86-input-joystick/xf86-input-joystick-1.2.2.ebuild diff --git a/x11-drivers/xf86-input-joystick/ChangeLog b/x11-drivers/xf86-input-joystick/ChangeLog index c7415c645e17..46286663b1bd 100644 --- a/x11-drivers/xf86-input-joystick/ChangeLog +++ b/x11-drivers/xf86-input-joystick/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-drivers/xf86-input-joystick # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.41 2007/07/03 12:57:17 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.42 2007/07/14 05:32:12 dberkholz Exp $ + +*xf86-input-joystick-1.2.2 (14 Jul 2007) + + 14 Jul 2007; Donnie Berkholz ; + +xf86-input-joystick-1.2.2.ebuild: + Bump. Changes include: Additional valuator per axis reporting unmodified + physical value to X; Reporting correct amount of exported buttons to X; + Button event is only generated when button actually changed. 03 Jul 2007; Lars Weiler xf86-input-joystick-1.1.1.ebuild: diff --git a/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.2.2 b/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.2.2 new file mode 100644 index 000000000000..c90550cf643f --- /dev/null +++ b/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.2.2 @@ -0,0 +1,3 @@ +MD5 c12f60c72e4ae42bb27857be3904b945 xf86-input-joystick-1.2.2.tar.bz2 237168 +RMD160 5fb2380e51ce1ba8aafa6cb0e700b8fa18d5c925 xf86-input-joystick-1.2.2.tar.bz2 237168 +SHA256 70e45df3d7cc808305cd07efb90909d7ec3dc5b9e5667a5140d5c60803dc4fcb xf86-input-joystick-1.2.2.tar.bz2 237168 diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.2.2.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.2.2.ebuild new file mode 100644 index 000000000000..e90beb30a399 --- /dev/null +++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.2.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.2.2.ebuild,v 1.1 2007/07/14 05:32:12 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=-1 + +inherit x-modular + +DESCRIPTION="X.Org driver for joystick input devices" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" -- cgit v1.2.3-65-gdbad