diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-01 20:03:25 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-01 20:03:25 +0000 |
commit | 96432c7201b41f2cf1f720c3531535ad66601221 (patch) | |
tree | 84c802911ca0319f191c8b43c5698719922cfed1 /x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.0.ebuild | |
parent | Move to java junkyard, needs 1.4 jdk and nothing uses it. (diff) | |
download | gentoo-2-96432c7201b41f2cf1f720c3531535ad66601221.tar.gz gentoo-2-96432c7201b41f2cf1f720c3531535ad66601221.tar.bz2 gentoo-2-96432c7201b41f2cf1f720c3531535ad66601221.zip |
Version bump. Drop snapshot.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.0.ebuild')
-rw-r--r-- | x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.0.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.0.ebuild new file mode 100644 index 000000000000..dc38071a51d5 --- /dev/null +++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.0.ebuild @@ -0,0 +1,15 @@ +# 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-joystick/xf86-input-joystick-1.5.0.ebuild,v 1.1 2009/11/01 20:03:25 scarabeus Exp $ + +inherit x-modular + +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.6" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/kbproto" |