summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-03-27 10:46:57 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-03-27 10:46:57 +0000
commit87e518b56559fc54a29011012b1392d5c52de1b1 (patch)
treec25f4a929831ab5d49a51e9d14a0736d3856267c /x11-drivers/xf86-input-evdev
parentVersion bump, drop exynos and freedreno support as they are broken in this re... (diff)
downloadgentoo-2-87e518b56559fc54a29011012b1392d5c52de1b1.tar.gz
gentoo-2-87e518b56559fc54a29011012b1392d5c52de1b1.tar.bz2
gentoo-2-87e518b56559fc54a29011012b1392d5c52de1b1.zip
Version bump.
(Portage version: 2.1.11.55/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers/xf86-input-evdev')
-rw-r--r--x11-drivers/xf86-input-evdev/ChangeLog8
-rw-r--r--x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.0.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-evdev/ChangeLog b/x11-drivers/xf86-input-evdev/ChangeLog
index f065a06f2fc7..60fe92498c14 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.200 2013/03/08 00:05:43 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.201 2013/03/27 10:46:57 chithanh Exp $
+
+*xf86-input-evdev-2.8.0 (27 Mar 2013)
+
+ 27 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-input-evdev-2.8.0.ebuild:
+ Version bump.
*xf86-input-evdev-2.7.3-r1 (08 Mar 2013)
diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.0.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.0.ebuild
new file mode 100644
index 000000000000..5a905e7aa341
--- /dev/null
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.0.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.8.0.ebuild,v 1.1 2013/03/27 10:46:57 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.12[udev]
+ sys-libs/mtdev"
+DEPEND="${RDEPEND}
+ >=x11-proto/inputproto-2.1.99.3
+ >=sys-kernel/linux-headers-2.6"