summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-03-08 11:07:19 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-03-08 11:07:19 +0000
commit06c5ac3d3f3f5989861f3ce2923dfd882b0dd54e (patch)
treedae3f8e2d7d14a8260bc5bd8401da4eba41e766f /x11-drivers/xf86-input-keyboard
parentkeyworded ~x86 per bug 354435 (diff)
downloadgentoo-2-06c5ac3d3f3f5989861f3ce2923dfd882b0dd54e.tar.gz
gentoo-2-06c5ac3d3f3f5989861f3ce2923dfd882b0dd54e.tar.bz2
gentoo-2-06c5ac3d3f3f5989861f3ce2923dfd882b0dd54e.zip
Version bump.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-keyboard')
-rw-r--r--x11-drivers/xf86-input-keyboard/ChangeLog8
-rw-r--r--x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.6.0.ebuild18
2 files changed, 25 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-keyboard/ChangeLog b/x11-drivers/xf86-input-keyboard/ChangeLog
index f801c35495ba..bab88e5ab7c4 100644
--- a/x11-drivers/xf86-input-keyboard/ChangeLog
+++ b/x11-drivers/xf86-input-keyboard/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-input-keyboard
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.82 2011/02/14 23:56:23 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.83 2011/03/08 11:07:19 scarabeus Exp $
+
+*xf86-input-keyboard-1.6.0 (08 Mar 2011)
+
+ 08 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ +xf86-input-keyboard-1.6.0.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
xf86-input-keyboard-1.5.0.ebuild:
diff --git a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.6.0.ebuild b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.6.0.ebuild
new file mode 100644
index 000000000000..c7c069d0a2e1
--- /dev/null
+++ b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.6.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.6.0.ebuild,v 1.1 2011/03/08 11:07:19 scarabeus Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="Keyboard input driver"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.6.3"
+DEPEND="${RDEPEND}
+ x11-proto/inputproto
+ x11-proto/kbproto
+ x11-proto/randrproto
+ x11-proto/xproto"