summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-07-14 00:20:51 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-07-14 00:20:51 +0000
commit37ae16f0be7c4b952ca40881bad1860b12ce3d4c (patch)
treea3b34a99406412cdc30ea058ba85e62d48c77f99 /x11-drivers
parentRemove old for security bug 476440. (diff)
downloadgentoo-2-37ae16f0be7c4b952ca40881bad1860b12ce3d4c.tar.gz
gentoo-2-37ae16f0be7c4b952ca40881bad1860b12ce3d4c.tar.bz2
gentoo-2-37ae16f0be7c4b952ca40881bad1860b12ce3d4c.zip
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-evdev/ChangeLog8
-rw-r--r--x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.1.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 60fe92498c14..547f6620ae01 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.201 2013/03/27 10:46:57 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.202 2013/07/14 00:20:51 chithanh Exp $
+
+*xf86-input-evdev-2.8.1 (14 Jul 2013)
+
+ 14 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-input-evdev-2.8.1.ebuild:
+ Version bump.
*xf86-input-evdev-2.8.0 (27 Mar 2013)
diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.1.ebuild
new file mode 100644
index 000000000000..0db1d53518cc
--- /dev/null
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.1.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.1.ebuild,v 1.1 2013/07/14 00:20:51 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"