diff options
author | 2012-08-09 20:02:26 +0000 | |
---|---|---|
committer | 2012-08-09 20:02:26 +0000 | |
commit | 91b4eaae90f778773dcec137c6090c6fccd7d840 (patch) | |
tree | f4cb3703467eafecf479c8640fd28c777f032f61 /x11-drivers/xf86-input-evdev | |
parent | Stable for x86, wrt bug #418717 (diff) | |
download | gentoo-2-91b4eaae90f778773dcec137c6090c6fccd7d840.tar.gz gentoo-2-91b4eaae90f778773dcec137c6090c6fccd7d840.tar.bz2 gentoo-2-91b4eaae90f778773dcec137c6090c6fccd7d840.zip |
Version bump.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-evdev')
-rw-r--r-- | x11-drivers/xf86-input-evdev/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.2.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-evdev/ChangeLog b/x11-drivers/xf86-input-evdev/ChangeLog index c07d7a069f38..dd1c7db34c95 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.185 2012/07/25 14:32:38 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.186 2012/08/09 20:02:26 chithanh Exp $ + +*xf86-input-evdev-2.7.2 (09 Aug 2012) + + 09 Aug 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-input-evdev-2.7.2.ebuild: + Version bump. *xf86-input-evdev-2.7.1 (25 Jul 2012) diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.2.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.2.ebuild new file mode 100644 index 000000000000..4dcd900eea4e --- /dev/null +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.2.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.7.2.ebuild,v 1.1 2012/08/09 20:02:26 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.10[udev] + sys-libs/mtdev" +DEPEND="${RDEPEND} + >=x11-proto/inputproto-2.1.99.3 + >=sys-kernel/linux-headers-2.6" |