diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-31 11:57:36 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-31 11:57:36 +0000 |
commit | c017b5ca3212587a3e63b3705b7996048ad15eed (patch) | |
tree | 30aeaf4130fb4826a3b551efe37d76a65f2344d8 /x11-drivers/xf86-input-keyboard | |
parent | Version bump (diff) | |
download | gentoo-2-c017b5ca3212587a3e63b3705b7996048ad15eed.tar.gz gentoo-2-c017b5ca3212587a3e63b3705b7996048ad15eed.tar.bz2 gentoo-2-c017b5ca3212587a3e63b3705b7996048ad15eed.zip |
Version bump
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-keyboard')
-rw-r--r-- | x11-drivers/xf86-input-keyboard/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.5.0.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-keyboard/ChangeLog b/x11-drivers/xf86-input-keyboard/ChangeLog index dd19784150b3..c07671c5aaf9 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.74 2010/01/23 19:46:17 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.75 2010/10/31 11:57:36 scarabeus Exp $ + +*xf86-input-keyboard-1.5.0 (31 Oct 2010) + + 31 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +xf86-input-keyboard-1.5.0.ebuild: + Version bump 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-input-keyboard-1.3.2.ebuild: diff --git a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.5.0.ebuild b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.5.0.ebuild new file mode 100644 index 000000000000..150601b5dbcc --- /dev/null +++ b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.5.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 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.5.0.ebuild,v 1.1 2010/10/31 11:57:36 scarabeus Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="Keyboard input driver" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.6.3" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/kbproto + x11-proto/randrproto + x11-proto/xproto" |