diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-17 23:57:42 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-17 23:57:42 +0000 |
commit | d03111e385e24ace6cd23c8af2f40c51ac613d7e (patch) | |
tree | 0ca768990ae85b7ff2290289c7d9ab5f23475c36 /x11-drivers/xf86-input-joystick | |
parent | Bump for 7.0RC4. (diff) | |
download | gentoo-2-d03111e385e24ace6cd23c8af2f40c51ac613d7e.tar.gz gentoo-2-d03111e385e24ace6cd23c8af2f40c51ac613d7e.tar.bz2 gentoo-2-d03111e385e24ace6cd23c8af2f40c51ac613d7e.zip |
Bump for 7.0RC4.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-drivers/xf86-input-joystick')
3 files changed, 23 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-joystick/ChangeLog b/x11-drivers/xf86-input-joystick/ChangeLog index d7d1d13293af..5ccc4af99cc9 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.7 2005/12/09 23:33:10 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.8 2005/12/17 23:57:09 joshuabaergen Exp $ + +*xf86-input-joystick-1.0.0.4 (17 Dec 2005) + + 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-joystick-1.0.0.4.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> files/digest-xf86-input-joystick-1.0.0.3, Manifest: diff --git a/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.0.0.4 b/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.0.0.4 new file mode 100644 index 000000000000..4cadea24faef --- /dev/null +++ b/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.0.0.4 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 2a288017b0c58bdf57bcb5b65310ac4c xf86-input-joystick-1.0.0.4.tar.bz2 210367 diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.0.0.4.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.0.0.4.ebuild new file mode 100644 index 000000000000..e6728228b6f9 --- /dev/null +++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.0.0.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 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.0.0.4.ebuild,v 1.1 2005/12/17 23:57:09 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for joystick input devices" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/xproto" |