diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-04-01 16:32:18 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-04-01 16:32:18 +0000 |
commit | 5587e7c9b7fe315702a4b8938774a521a60e9490 (patch) | |
tree | 46c08343d82c045ac9812bc90cb7f316adc04aea /x11-drivers | |
parent | Version bump. (diff) | |
download | gentoo-2-5587e7c9b7fe315702a4b8938774a521a60e9490.tar.gz gentoo-2-5587e7c9b7fe315702a4b8938774a521a60e9490.tar.bz2 gentoo-2-5587e7c9b7fe315702a4b8938774a521a60e9490.zip |
Version bump. Most of the code is re-written, and lots of extra features and
configuration options have been added.
(Portage version: 2.1.2.3)
Diffstat (limited to 'x11-drivers')
3 files changed, 28 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-joystick/ChangeLog b/x11-drivers/xf86-input-joystick/ChangeLog index 2399b468f2a4..e10e83f2ee1f 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.32 2007/03/20 02:11:08 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.33 2007/04/01 16:32:18 joshuabaergen Exp $ + +*xf86-input-joystick-1.2.0 (01 Apr 2007) + + 01 Apr 2007; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-joystick-1.2.0.ebuild: + Version bump. Most of the code is re-written, and lots of extra features and + configuration options have been added. *xf86-input-joystick-1.1.1 (20 Mar 2007) diff --git a/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.2.0 b/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.2.0 new file mode 100644 index 000000000000..f9094c61ffc5 --- /dev/null +++ b/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.2.0 @@ -0,0 +1,3 @@ +MD5 406eb65f59b24f78f25b3be339b74b1c xf86-input-joystick-1.2.0.tar.bz2 227382 +RMD160 61c3ebbdcd9eff54bed5af8f0fe887f490896271 xf86-input-joystick-1.2.0.tar.bz2 227382 +SHA256 8737057bdefb7e7fa5312ddeac1bbd594a451328b8251a7ec093660cef0927b0 xf86-input-joystick-1.2.0.tar.bz2 227382 diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.2.0.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.2.0.ebuild new file mode 100644 index 000000000000..e74418769595 --- /dev/null +++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.2.0.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.0.ebuild,v 1.1 2007/04/01 16:32:18 joshuabaergen 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" |