summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-04-14 17:30:44 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-04-14 17:30:44 +0000
commit005fa6712f9770d25b28213d5e7563ee1708370c (patch)
tree50592dbf95c1c9d526217d61d42c5df000cb3a95 /x11-drivers/xf86-input-microtouch
parentAdd mask for X.Org 7.1 RC. (diff)
downloadgentoo-2-005fa6712f9770d25b28213d5e7563ee1708370c.tar.gz
gentoo-2-005fa6712f9770d25b28213d5e7563ee1708370c.tar.bz2
gentoo-2-005fa6712f9770d25b28213d5e7563ee1708370c.zip
Bump drivers for 7.1RC1.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'x11-drivers/xf86-input-microtouch')
-rw-r--r--x11-drivers/xf86-input-microtouch/ChangeLog8
-rw-r--r--x11-drivers/xf86-input-microtouch/files/digest-xf86-input-microtouch-1.1.06
-rw-r--r--x11-drivers/xf86-input-microtouch/xf86-input-microtouch-1.1.0.ebuild16
3 files changed, 29 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-microtouch/ChangeLog b/x11-drivers/xf86-input-microtouch/ChangeLog
index bb7899f0c128..a2c3f17412e4 100644
--- a/x11-drivers/xf86-input-microtouch/ChangeLog
+++ b/x11-drivers/xf86-input-microtouch/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-input-microtouch
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-microtouch/ChangeLog,v 1.16 2006/03/11 09:44:40 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-microtouch/ChangeLog,v 1.17 2006/04/14 17:30:41 joshuabaergen Exp $
+
+*xf86-input-microtouch-1.1.0 (14 Apr 2006)
+
+ 14 Apr 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xf86-input-microtouch-1.1.0.ebuild:
+ Bump for 7.1 RC1.
11 Mar 2006; Guy Martin <gmsoft@gentoo.org>
xf86-input-microtouch-1.0.0.5.ebuild:
diff --git a/x11-drivers/xf86-input-microtouch/files/digest-xf86-input-microtouch-1.1.0 b/x11-drivers/xf86-input-microtouch/files/digest-xf86-input-microtouch-1.1.0
new file mode 100644
index 000000000000..c90bd199cd46
--- /dev/null
+++ b/x11-drivers/xf86-input-microtouch/files/digest-xf86-input-microtouch-1.1.0
@@ -0,0 +1,6 @@
+MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389
+RMD160 0c57d4b235d83f3d7c46691c13857fd121ddec2d x11-driver-patches-1.tar.bz2 389
+SHA256 64787d5b57d2845c0fa9297a9d924093ba191fc3551798239d9983f0bcca9b3e x11-driver-patches-1.tar.bz2 389
+MD5 7b3cc0330d70e7e4e07914fcb325b331 xf86-input-microtouch-1.1.0.tar.bz2 231483
+RMD160 a1636c104f57cab09acf70df0396c4541c349ded xf86-input-microtouch-1.1.0.tar.bz2 231483
+SHA256 7f92f5531495ecfbfd00744198fd4b2aa3b8f5c188b115e55e865e961bca2039 xf86-input-microtouch-1.1.0.tar.bz2 231483
diff --git a/x11-drivers/xf86-input-microtouch/xf86-input-microtouch-1.1.0.ebuild b/x11-drivers/xf86-input-microtouch/xf86-input-microtouch-1.1.0.ebuild
new file mode 100644
index 000000000000..fe6ee392f1ee
--- /dev/null
+++ b/x11-drivers/xf86-input-microtouch/xf86-input-microtouch-1.1.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-microtouch/xf86-input-microtouch-1.1.0.ebuild,v 1.1 2006/04/14 17:30:41 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org driver for microtouch input devices"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+RDEPEND=">=x11-base/xorg-server-1.0.99"
+DEPEND="${RDEPEND}
+ x11-proto/inputproto
+ x11-proto/randrproto
+ x11-proto/xproto"