diff options
author | 2005-12-23 20:15:41 +0000 | |
---|---|---|
committer | 2005-12-23 20:15:41 +0000 | |
commit | 6833ab805aee038ba424eba768666fe0ec16f9ac (patch) | |
tree | ed731bc10950e634adf02ced458b068f16586c70 /x11-drivers/xf86-input-keyboard | |
parent | mark stable on amd64 to fix bug 89478 for stable users (diff) | |
download | gentoo-2-6833ab805aee038ba424eba768666fe0ec16f9ac.tar.gz gentoo-2-6833ab805aee038ba424eba768666fe0ec16f9ac.tar.bz2 gentoo-2-6833ab805aee038ba424eba768666fe0ec16f9ac.zip |
Bump for 7.0.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-drivers/xf86-input-keyboard')
3 files changed, 26 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-keyboard/ChangeLog b/x11-drivers/xf86-input-keyboard/ChangeLog index 39eca094300b..ba32de7803b9 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.12 2005/12/17 23:57:42 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.13 2005/12/23 20:13:39 joshuabaergen Exp $ + +*xf86-input-keyboard-1.0.1.3 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-keyboard-1.0.1.3.ebuild: + Bump for 7.0. *xf86-input-keyboard-1.0.1.2 (17 Dec 2005) diff --git a/x11-drivers/xf86-input-keyboard/files/digest-xf86-input-keyboard-1.0.1.3 b/x11-drivers/xf86-input-keyboard/files/digest-xf86-input-keyboard-1.0.1.3 new file mode 100644 index 000000000000..eb81dc0cb437 --- /dev/null +++ b/x11-drivers/xf86-input-keyboard/files/digest-xf86-input-keyboard-1.0.1.3 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 b501e354c7f160d09ea1ca8f5db9404b xf86-input-keyboard-1.0.1.3.tar.bz2 219642 diff --git a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.0.1.3.ebuild b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.0.1.3.ebuild new file mode 100644 index 000000000000..53a8bfcd9319 --- /dev/null +++ b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.0.1.3.ebuild @@ -0,0 +1,17 @@ +# 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-keyboard/xf86-input-keyboard-1.0.1.3.ebuild,v 1.1 2005/12/23 20:13:39 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for keyboard input devices" +KEYWORDS="~amd64 ~mips ~ppc ~sh ~sparc ~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/kbproto + x11-proto/randrproto + x11-proto/xproto" |