diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-01-01 14:48:15 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-01-01 14:48:15 +0000 |
commit | 8f405c7b19bc68eef2a11ad373e5603508587242 (patch) | |
tree | fee86c38cdd2b018f78a94fb817d381ddafe0809 /x11-drivers | |
parent | Drop ia64 support #345433 (diff) | |
download | gentoo-2-8f405c7b19bc68eef2a11ad373e5603508587242.tar.gz gentoo-2-8f405c7b19bc68eef2a11ad373e5603508587242.tar.bz2 gentoo-2-8f405c7b19bc68eef2a11ad373e5603508587242.zip |
Version bump.
(Portage version: 2.2.0_alpha84/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.99.901.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 063c6f86834b..dfb16a55295d 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.170 2011/03/07 21:12:11 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.171 2012/01/01 14:48:15 chithanh Exp $ + +*xf86-input-evdev-2.6.99.901 (01 Jan 2012) + + 01 Jan 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-input-evdev-2.6.99.901.ebuild: + Version bump. 07 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-input-evdev-2.5.0.ebuild: diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.99.901.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.99.901.ebuild new file mode 100644 index 000000000000..079b7f0818b1 --- /dev/null +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.99.901.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 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.99.901.ebuild,v 1.1 2012/01/01 14:48:15 chithanh Exp $ + +EAPI=4 +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.11.99.901" +DEPEND="${RDEPEND} + >=x11-proto/inputproto-2.1.99.3 + >=sys-kernel/linux-headers-2.6 + sys-libs/mtdev" |