summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-10-18 22:11:06 +0000
committerRémi Cardona <remi@gentoo.org>2009-10-18 22:11:06 +0000
commit5d7ffad877922a663dc4b73b26a28e6faf8b8f9e (patch)
treed177aeb90adfd1d63656c694ddcdfc3a8f396297 /x11-drivers/xf86-input-joystick
parentQA fixes; IUSE is not defined (diff)
downloadgentoo-2-5d7ffad877922a663dc4b73b26a28e6faf8b8f9e.tar.gz
gentoo-2-5d7ffad877922a663dc4b73b26a28e6faf8b8f9e.tar.bz2
gentoo-2-5d7ffad877922a663dc4b73b26a28e6faf8b8f9e.zip
x11-drivers/xf86-input-joystick: bump to 1.4.99.2, sync with overlay
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-input-joystick')
-rw-r--r--x11-drivers/xf86-input-joystick/ChangeLog8
-rw-r--r--x11-drivers/xf86-input-joystick/xf86-input-joystick-1.4.99.2.ebuild15
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-joystick/ChangeLog b/x11-drivers/xf86-input-joystick/ChangeLog
index 1567863ab493..a2a347915f38 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.73 2009/10/11 11:22:18 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.74 2009/10/18 22:11:06 remi Exp $
+
+*xf86-input-joystick-1.4.99.2 (18 Oct 2009)
+
+ 18 Oct 2009; Rémi Cardona <remi@gentoo.org>
+ +xf86-input-joystick-1.4.99.2.ebuild:
+ bump to 1.4.99.2, sync with overlay
11 Oct 2009; nixnut <nixnut@gentoo.org> xf86-input-joystick-1.4.1.ebuild:
ppc stable #282290
diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.4.99.2.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.4.99.2.ebuild
new file mode 100644
index 000000000000..2375832fee94
--- /dev/null
+++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.4.99.2.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.4.99.2.ebuild,v 1.1 2009/10/18 22:11:06 remi 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"