summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-08-08 07:08:32 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-08-08 07:08:32 +0000
commit7064c8fc26bd204250757f8404b88f0afdd6073b (patch)
treef788c318260f73cf3d1e14cc9d3a5dffa80f1e0e /x11-drivers/xf86-input-penmount
parentadded interim version (bug 72353) and removed broken 5.0.3 version (diff)
downloadhistorical-7064c8fc26bd204250757f8404b88f0afdd6073b.tar.gz
historical-7064c8fc26bd204250757f8404b88f0afdd6073b.tar.bz2
historical-7064c8fc26bd204250757f8404b88f0afdd6073b.zip
Initial commit for modular X.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-drivers/xf86-input-penmount')
-rw-r--r--x11-drivers/xf86-input-penmount/ChangeLog10
-rw-r--r--x11-drivers/xf86-input-penmount/Manifest2
-rw-r--r--x11-drivers/xf86-input-penmount/files/digest-xf86-input-penmount-1.0.01
-rw-r--r--x11-drivers/xf86-input-penmount/xf86-input-penmount-1.0.0.ebuild14
4 files changed, 27 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-penmount/ChangeLog b/x11-drivers/xf86-input-penmount/ChangeLog
new file mode 100644
index 000000000000..6fa1a155ac82
--- /dev/null
+++ b/x11-drivers/xf86-input-penmount/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-drivers/xf86-input-penmount
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-penmount/ChangeLog,v 1.1 2005/08/08 07:08:30 spyderous Exp $
+
+*xf86-input-penmount-1.0.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +xf86-input-penmount-1.0.0.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-drivers/xf86-input-penmount/Manifest b/x11-drivers/xf86-input-penmount/Manifest
new file mode 100644
index 000000000000..1c26f9cec451
--- /dev/null
+++ b/x11-drivers/xf86-input-penmount/Manifest
@@ -0,0 +1,2 @@
+MD5 d9804abdf9741b3171ca7d5cf10c63c7 xf86-input-penmount-1.0.0.ebuild 343
+MD5 74973cb733f08b55fda0e444feea577a files/digest-xf86-input-penmount-1.0.0 78
diff --git a/x11-drivers/xf86-input-penmount/files/digest-xf86-input-penmount-1.0.0 b/x11-drivers/xf86-input-penmount/files/digest-xf86-input-penmount-1.0.0
new file mode 100644
index 000000000000..a84d86759348
--- /dev/null
+++ b/x11-drivers/xf86-input-penmount/files/digest-xf86-input-penmount-1.0.0
@@ -0,0 +1 @@
+MD5 0074a1224c1cdfdc0a8b09bb3e74bc15 xf86-input-penmount-1.0.0.tar.bz2 193309
diff --git a/x11-drivers/xf86-input-penmount/xf86-input-penmount-1.0.0.ebuild b/x11-drivers/xf86-input-penmount/xf86-input-penmount-1.0.0.ebuild
new file mode 100644
index 000000000000..f0b022c4e8dd
--- /dev/null
+++ b/x11-drivers/xf86-input-penmount/xf86-input-penmount-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-penmount/xf86-input-penmount-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 penmount input devices"
+KEYWORDS="~x86"
+RDEPEND="x11-base/xorg-server"
+DEPEND="${RDEPEND}
+ x11-proto/xproto"