diff options
author | 2007-03-20 02:11:08 +0000 | |
---|---|---|
committer | 2007-03-20 02:11:08 +0000 | |
commit | ecc379ec1d9009ad3af5f4fb418ae7732ae02573 (patch) | |
tree | b12bd8f380bf057acc24c4dc527dabbe95a56961 /x11-drivers | |
parent | Version bump from upstream. Fixes some bugs and adds EXA support. (diff) | |
download | gentoo-2-ecc379ec1d9009ad3af5f4fb418ae7732ae02573.tar.gz gentoo-2-ecc379ec1d9009ad3af5f4fb418ae7732ae02573.tar.bz2 gentoo-2-ecc379ec1d9009ad3af5f4fb418ae7732ae02573.zip |
Version bump from upstream. Bugfixes only.
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-drivers')
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-joystick/ChangeLog b/x11-drivers/xf86-input-joystick/ChangeLog index f40fb3803be8..2399b468f2a4 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.31 2007/01/24 06:48:36 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.32 2007/03/20 02:11:08 joshuabaergen Exp $ + +*xf86-input-joystick-1.1.1 (20 Mar 2007) + + 20 Mar 2007; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-joystick-1.1.1.ebuild: + Version bump from upstream. Bugfixes only. 24 Jan 2007; Donnie Berkholz <dberkholz@gentoo.org>; -xf86-input-joystick-1.0.0.5.ebuild: diff --git a/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.1.1 b/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.1.1 new file mode 100644 index 000000000000..12135cc4cde2 --- /dev/null +++ b/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.1.1 @@ -0,0 +1,3 @@ +MD5 1e4583365ec6db43d3c029aae3044925 xf86-input-joystick-1.1.1.tar.bz2 220618 +RMD160 32d8ab466e5038c615780fbfed914f8049a82bdc xf86-input-joystick-1.1.1.tar.bz2 220618 +SHA256 3018e4e7e7363c6e8364f16170021d49fa2e1b6274ca98b796fb43ad629fe14f xf86-input-joystick-1.1.1.tar.bz2 220618 diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.1.1.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.1.1.ebuild new file mode 100644 index 000000000000..785bc151f58f --- /dev/null +++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.1.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.1.1.ebuild,v 1.1 2007/03/20 02:11:08 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" |