diff options
author | 2007-04-21 15:12:59 +0000 | |
---|---|---|
committer | 2007-04-21 15:12:59 +0000 | |
commit | d86130b7cb3743ce52e3f2c315ed239d3dca24b6 (patch) | |
tree | d6c4959d83b0d0d813f41e299f7202cdd3595662 | |
parent | ia64 stable (diff) | |
download | gentoo-2-d86130b7cb3743ce52e3f2c315ed239d3dca24b6.tar.gz gentoo-2-d86130b7cb3743ce52e3f2c315ed239d3dca24b6.tar.bz2 gentoo-2-d86130b7cb3743ce52e3f2c315ed239d3dca24b6.zip |
Version bump. Fixes several bugs, including some crashers.
(Portage version: 2.1.2.4)
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-joystick/ChangeLog b/x11-drivers/xf86-input-joystick/ChangeLog index e10e83f2ee1f..9a04f34eb264 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.33 2007/04/01 16:32:18 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.34 2007/04/21 15:12:59 joshuabaergen Exp $ + +*xf86-input-joystick-1.2.1 (21 Apr 2007) + + 21 Apr 2007; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-joystick-1.2.1.ebuild: + Version bump. Fixes several bugs, including some crashers. *xf86-input-joystick-1.2.0 (01 Apr 2007) diff --git a/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.2.1 b/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.2.1 new file mode 100644 index 000000000000..dbb071ffff06 --- /dev/null +++ b/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.2.1 @@ -0,0 +1,3 @@ +MD5 0d3c4649305de37023df0e668b522cd8 xf86-input-joystick-1.2.1.tar.bz2 229386 +RMD160 a8cd09275adb0a7907e63f4ccc286e4abe44a8a4 xf86-input-joystick-1.2.1.tar.bz2 229386 +SHA256 8e59f7b326a9224bdc091793d9df133a1e72028589086ad82c7747f909908685 xf86-input-joystick-1.2.1.tar.bz2 229386 diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.2.1.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.2.1.ebuild new file mode 100644 index 000000000000..affa48c8a13d --- /dev/null +++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.2.1.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.1.ebuild,v 1.1 2007/04/21 15:12:59 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" |