diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-25 14:32:38 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-25 14:32:38 +0000 |
commit | 72fabd3574eb3a54399edda1aee6536dc5f751f4 (patch) | |
tree | 12f50f680ae5da10dc2dffdcaf11dd40d8a40bcb /x11-drivers/xf86-input-evdev | |
parent | amd64 stable, bug #427444 (diff) | |
download | gentoo-2-72fabd3574eb3a54399edda1aee6536dc5f751f4.tar.gz gentoo-2-72fabd3574eb3a54399edda1aee6536dc5f751f4.tar.bz2 gentoo-2-72fabd3574eb3a54399edda1aee6536dc5f751f4.zip |
Version bump.
(Portage version: 2.2.0_alpha115/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.1.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 d3f5a7046579..c07d7a069f38 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.184 2012/07/16 14:16:28 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.185 2012/07/25 14:32:38 chithanh Exp $ + +*xf86-input-evdev-2.7.1 (25 Jul 2012) + + 25 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-input-evdev-2.7.1.ebuild: + Version bump. 16 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> xf86-input-evdev-2.7.0.ebuild: diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.1.ebuild new file mode 100644 index 000000000000..eb4c6bc4eac6 --- /dev/null +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.1.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.1.ebuild,v 1.1 2012/07/25 14:32:38 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" |