diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-08 00:05:43 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-08 00:05:43 +0000 |
commit | 3d78d69b8249693cba9262e9e82486e0de7a995c (patch) | |
tree | cc9d215af034a39ad336ed6cc3f653e0a83e2ead /x11-drivers/xf86-input-evdev | |
parent | Remove masks for prerelease xorg packages. (diff) | |
download | gentoo-2-3d78d69b8249693cba9262e9e82486e0de7a995c.tar.gz gentoo-2-3d78d69b8249693cba9262e9e82486e0de7a995c.tar.bz2 gentoo-2-3d78d69b8249693cba9262e9e82486e0de7a995c.zip |
Revision bump for new EAPI
(Portage version: 2.1.11.52/cvs/Linux x86_64, unsigned Manifest commit)
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.3-r1.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 601acaff2216..f065a06f2fc7 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.199 2013/01/08 17:10:08 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.200 2013/03/08 00:05:43 chithanh Exp $ + +*xf86-input-evdev-2.7.3-r1 (08 Mar 2013) + + 08 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-input-evdev-2.7.3-r1.ebuild: + Revision bump for new EAPI 08 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> -files/xf86-input-evdev-2.7.0-horizontal-scrolling.patch, diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.3-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.3-r1.ebuild new file mode 100644 index 000000000000..ab5b076ccfab --- /dev/null +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.3-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 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.3-r1.ebuild,v 1.1 2013/03/08 00:05:43 chithanh Exp $ + +EAPI=5 +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" |