diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-09-24 00:06:38 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-09-24 00:06:38 +0000 |
commit | b97d7e23f3e274e2e90b36407bf245969a8f8295 (patch) | |
tree | 2af3db20f2d9e2fe72af3cbb4737dee0d4f87310 /x11-drivers/xf86-input-joystick | |
parent | Bump. Should fix dead mice after resume from suspend. (diff) | |
download | gentoo-2-b97d7e23f3e274e2e90b36407bf245969a8f8295.tar.gz gentoo-2-b97d7e23f3e274e2e90b36407bf245969a8f8295.tar.bz2 gentoo-2-b97d7e23f3e274e2e90b36407bf245969a8f8295.zip |
Bump. Bugfixes and better examples of how to configure with HAL FDI files.
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc6 x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-joystick')
-rw-r--r-- | x11-drivers/xf86-input-joystick/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-joystick/xf86-input-joystick-1.3.3.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-joystick/ChangeLog b/x11-drivers/xf86-input-joystick/ChangeLog index cf6c8d90d09b..a251ca0234e1 100644 --- a/x11-drivers/xf86-input-joystick/ChangeLog +++ b/x11-drivers/xf86-input-joystick/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-joystick # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.56 2008/05/09 07:16:47 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.57 2008/09/24 00:06:38 dberkholz Exp $ + +*xf86-input-joystick-1.3.3 (24 Sep 2008) + + 24 Sep 2008; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-input-joystick-1.3.3.ebuild: + Bump. Bugfixes and better examples of how to configure with HAL FDI files. *xf86-input-joystick-1.3.2 (09 May 2008) diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.3.3.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.3.3.ebuild new file mode 100644 index 000000000000..fcfb8c869352 --- /dev/null +++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.3.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 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.3.3.ebuild,v 1.1 2008/09/24 00:06:38 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +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.4" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" |