summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-08-08 07:08:32 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-08-08 07:08:32 +0000
commit68e18c9df9e30fa7910f6a3987d7ca28668f196c (patch)
tree444b4cdf41137c9b644d774477303bf739e567b5 /x11-drivers/xf86-input-ur98
parentadded interim version (bug 72353) and removed broken 5.0.3 version (diff)
downloadgentoo-2-68e18c9df9e30fa7910f6a3987d7ca28668f196c.tar.gz
gentoo-2-68e18c9df9e30fa7910f6a3987d7ca28668f196c.tar.bz2
gentoo-2-68e18c9df9e30fa7910f6a3987d7ca28668f196c.zip
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-drivers/xf86-input-ur98')
-rw-r--r--x11-drivers/xf86-input-ur98/ChangeLog10
-rw-r--r--x11-drivers/xf86-input-ur98/Manifest2
-rw-r--r--x11-drivers/xf86-input-ur98/files/digest-xf86-input-ur98-1.0.01
-rw-r--r--x11-drivers/xf86-input-ur98/xf86-input-ur98-1.0.0.ebuild14
4 files changed, 27 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-ur98/ChangeLog b/x11-drivers/xf86-input-ur98/ChangeLog
new file mode 100644
index 000000000000..be6fafa1bc45
--- /dev/null
+++ b/x11-drivers/xf86-input-ur98/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-drivers/xf86-input-ur98
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-ur98/ChangeLog,v 1.1 2005/08/08 07:08:30 spyderous Exp $
+
+*xf86-input-ur98-1.0.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +xf86-input-ur98-1.0.0.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-drivers/xf86-input-ur98/Manifest b/x11-drivers/xf86-input-ur98/Manifest
new file mode 100644
index 000000000000..51071c5de1a0
--- /dev/null
+++ b/x11-drivers/xf86-input-ur98/Manifest
@@ -0,0 +1,2 @@
+MD5 4b342ee7a4adbc98a86dd4d032aa7de4 xf86-input-ur98-1.0.0.ebuild 339
+MD5 1e37498c8412975c50d7b77530d1519f files/digest-xf86-input-ur98-1.0.0 74
diff --git a/x11-drivers/xf86-input-ur98/files/digest-xf86-input-ur98-1.0.0 b/x11-drivers/xf86-input-ur98/files/digest-xf86-input-ur98-1.0.0
new file mode 100644
index 000000000000..9a4f5dbdc4c9
--- /dev/null
+++ b/x11-drivers/xf86-input-ur98/files/digest-xf86-input-ur98-1.0.0
@@ -0,0 +1 @@
+MD5 f00862990eb5d21f8df31596e95cb23d xf86-input-ur98-1.0.0.tar.bz2 193999
diff --git a/x11-drivers/xf86-input-ur98/xf86-input-ur98-1.0.0.ebuild b/x11-drivers/xf86-input-ur98/xf86-input-ur98-1.0.0.ebuild
new file mode 100644
index 000000000000..2464b3aa5433
--- /dev/null
+++ b/x11-drivers/xf86-input-ur98/xf86-input-ur98-1.0.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-ur98/xf86-input-ur98-1.0.0.ebuild,v 1.1 2005/08/08 07:08:30 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org driver for ur98 input devices"
+KEYWORDS="~x86"
+RDEPEND="x11-base/xorg-server"
+DEPEND="${RDEPEND}
+ x11-proto/xproto"