summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-input-joystick')
-rw-r--r--x11-drivers/xf86-input-joystick/ChangeLog11
-rw-r--r--x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.1-r1.ebuild22
2 files changed, 30 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-joystick/ChangeLog b/x11-drivers/xf86-input-joystick/ChangeLog
index d17418c3e8a5..f3643cfd995c 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.104 2012/08/26 19:34:48 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.105 2013/01/02 13:09:52 chithanh Exp $
+
+*xf86-input-joystick-1.6.1-r1 (02 Jan 2013)
+
+ 02 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-input-joystick-1.6.1-r1.ebuild:
+ Install configuration snippet to xorg.conf.d/, bug #403003.
26 Aug 2012; Raúl Porcel <armin76@gentoo.org>
xf86-input-joystick-1.6.1.ebuild:
@@ -459,4 +465,3 @@
08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>;
+xf86-input-joystick-1.0.0.ebuild:
Initial commit for modular X.
-
diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.1-r1.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.1-r1.ebuild
new file mode 100644
index 000000000000..0defe4fadfde
--- /dev/null
+++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.1-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 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.6.1-r1.ebuild,v 1.1 2013/01/02 13:09:52 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="X.Org driver for joystick input devices"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.10"
+DEPEND="${RDEPEND}
+ x11-proto/inputproto
+ x11-proto/kbproto"
+
+src_install() {
+ xorg-2_src_install
+ insinto /usr/share/X11/xorg.conf.d
+ doins config/50-joystick-all.conf
+}