diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-06 12:10:00 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-06 12:10:00 +0000 |
commit | 556c372f99bf522b10a899e842060466acb93426 (patch) | |
tree | 01b3712f033bd4d79b8c6d24e3c03135730dc437 /x11-drivers | |
parent | Version bump. Drop older. (diff) | |
download | gentoo-2-556c372f99bf522b10a899e842060466acb93426.tar.gz gentoo-2-556c372f99bf522b10a899e842060466acb93426.tar.bz2 gentoo-2-556c372f99bf522b10a899e842060466acb93426.zip |
Version bump. This driver supports 1.10 xorg-server, but crashes it when unplugging the device (You have been warned so do not open bugs).
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-joystick/ChangeLog | 11 | ||||
-rw-r--r-- | x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild | 16 |
2 files changed, 25 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-joystick/ChangeLog b/x11-drivers/xf86-input-joystick/ChangeLog index 9df28a9d4086..1ae5a96bd559 100644 --- a/x11-drivers/xf86-input-joystick/ChangeLog +++ b/x11-drivers/xf86-input-joystick/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-drivers/xf86-input-joystick -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.85 2010/02/24 16:52:39 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.86 2011/04/06 12:10:00 scarabeus Exp $ + +*xf86-input-joystick-1.5.99.901 (06 Apr 2011) + + 06 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> + +xf86-input-joystick-1.5.99.901.ebuild: + Version bump. This driver supports 1.10 xorg-server, but crashes it when + unplugging the device (You have been warned so do not open bugs). 24 Feb 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-input-joystick-1.4.0.ebuild, -xf86-input-joystick-1.4.1.ebuild: diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild new file mode 100644 index 000000000000..110a063d537a --- /dev/null +++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 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.5.99.901.ebuild,v 1.1 2011/04/06 12:10:00 scarabeus Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="X.Org driver for joystick input devices" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.10" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/kbproto" |