diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-01-12 00:05:19 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-01-12 00:05:19 +0000 |
commit | c3bfcb67ccace292fb7cb83cf7db9e0951b8305d (patch) | |
tree | 1a6be5c1fd68fcee867f76f7b59ac0c9584c1b44 /x11-drivers | |
parent | version bump (diff) | |
download | gentoo-2-c3bfcb67ccace292fb7cb83cf7db9e0951b8305d.tar.gz gentoo-2-c3bfcb67ccace292fb7cb83cf7db9e0951b8305d.tar.bz2 gentoo-2-c3bfcb67ccace292fb7cb83cf7db9e0951b8305d.zip |
Version bump.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-evdev/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0.ebuild | 16 |
2 files changed, 24 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-evdev/ChangeLog b/x11-drivers/xf86-input-evdev/ChangeLog index c6c415567960..4ca58bc52bd4 100644 --- a/x11-drivers/xf86-input-evdev/ChangeLog +++ b/x11-drivers/xf86-input-evdev/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-evdev -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.160 2010/12/31 20:23:23 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.161 2011/01/12 00:05:19 chithanh Exp $ + +*xf86-input-evdev-2.6.0 (12 Jan 2011) + + 12 Jan 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-input-evdev-2.6.0.ebuild: + Version bump. 31 Dec 2010; Jeroen Roovers <jer@gentoo.org> xf86-input-evdev-2.5.0.ebuild: Stable for HPPA (bug #344827). diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0.ebuild new file mode 100644 index 000000000000..4af18f8bbb7c --- /dev/null +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0.ebuild @@ -0,0 +1,16 @@ +# 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-evdev/xf86-input-evdev-2.6.0.ebuild,v 1.1 2011/01/12 00:05:19 chithanh Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="Generic Linux input driver" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.6.3" +DEPEND="${RDEPEND} + >=sys-kernel/linux-headers-2.6 + x11-proto/inputproto + x11-proto/xproto" |