summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-08-14 01:24:15 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-08-14 01:24:15 +0000
commitafe532458ebca6b66fd27b72d001f801dd6709b1 (patch)
tree2fb568e292a261d5a3a815ec11e3f30d2637a924 /x11-drivers/xf86-input-evdev
parentPort to rspec helper for testing. Bump to EAPI 4. (diff)
downloadgentoo-2-afe532458ebca6b66fd27b72d001f801dd6709b1.tar.gz
gentoo-2-afe532458ebca6b66fd27b72d001f801dd6709b1.tar.bz2
gentoo-2-afe532458ebca6b66fd27b72d001f801dd6709b1.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/ChangeLog8
-rw-r--r--x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.3.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 dd1c7db34c95..09c50f3506f1 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.186 2012/08/09 20:02:26 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.187 2012/08/14 01:24:15 chithanh Exp $
+
+*xf86-input-evdev-2.7.3 (14 Aug 2012)
+
+ 14 Aug 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-input-evdev-2.7.3.ebuild:
+ Version bump.
*xf86-input-evdev-2.7.2 (09 Aug 2012)
diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.3.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.3.ebuild
new file mode 100644
index 000000000000..9d887d08a266
--- /dev/null
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.3.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.3.ebuild,v 1.1 2012/08/14 01:24:15 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"