diff options
author | Bryan Stine <battousai@gentoo.org> | 2006-01-18 02:41:59 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2006-01-18 02:41:59 +0000 |
commit | 36c8fda6a180174c534b6dbffcfc6a2d0f8272a1 (patch) | |
tree | d5bece06c08bb6e8b67f58b670d3ce0c269aa94e /x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.3.1.0.ebuild | |
parent | Version bump from upstream (diff) | |
download | gentoo-2-36c8fda6a180174c534b6dbffcfc6a2d0f8272a1.tar.gz gentoo-2-36c8fda6a180174c534b6dbffcfc6a2d0f8272a1.tar.bz2 gentoo-2-36c8fda6a180174c534b6dbffcfc6a2d0f8272a1.zip |
Removed snapshot. Added upstream 12.3.1.0.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.3.1.0.ebuild')
-rw-r--r-- | x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.3.1.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.3.1.0.ebuild b/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.3.1.0.ebuild new file mode 100644 index 000000000000..e83a638ae660 --- /dev/null +++ b/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.3.1.0.ebuild @@ -0,0 +1,17 @@ +# 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-vmmouse/xf86-input-vmmouse-12.3.1.0.ebuild,v 1.1 2006/01/18 02:41:59 battousai Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +SRC_URI="http://xorg.freedesktop.org/releases/individual/driver/${PN}/${P}.tar.bz2" +DESCRIPTION="X.Org driver for the VMWare virtual mouse" +KEYWORDS="~x86" +RDEPEND=">=x11-base/xorg-server-0.99.3" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" |