diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-20 18:51:58 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-20 18:51:58 +0000 |
commit | 82be9729fcb7d0964da1e09fa2eaf6169c908411 (patch) | |
tree | f477a11debaf96ea3e7c8f00288d2b5cc2a7459d /x11-drivers | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-82be9729fcb7d0964da1e09fa2eaf6169c908411.tar.gz gentoo-2-82be9729fcb7d0964da1e09fa2eaf6169c908411.tar.bz2 gentoo-2-82be9729fcb7d0964da1e09fa2eaf6169c908411.zip |
Version bump. Remove old.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-vmmouse/ChangeLog | 12 | ||||
-rw-r--r-- | x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.7.0.ebuild | 32 | ||||
-rw-r--r-- | x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.0.0.ebuild (renamed from x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.8.0.ebuild) | 6 |
3 files changed, 12 insertions, 38 deletions
diff --git a/x11-drivers/xf86-input-vmmouse/ChangeLog b/x11-drivers/xf86-input-vmmouse/ChangeLog index 01bc92d8002c..19b93fff61b2 100644 --- a/x11-drivers/xf86-input-vmmouse/ChangeLog +++ b/x11-drivers/xf86-input-vmmouse/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-drivers/xf86-input-vmmouse -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/ChangeLog,v 1.54 2012/06/24 19:02:37 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/ChangeLog,v 1.55 2013/01/20 18:51:58 chithanh Exp $ + +*xf86-input-vmmouse-13.0.0 (20 Jan 2013) + + 20 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-input-vmmouse-13.0.0.ebuild, -xf86-input-vmmouse-12.7.0.ebuild, + -xf86-input-vmmouse-12.8.0.ebuild: + Version bump. Remove old. 24 Jun 2012; Agostino Sarubbo <ago@gentoo.org> xf86-input-vmmouse-12.9.0.ebuild: @@ -259,4 +266,3 @@ +xf86-input-vmmouse-20060113.ebuild: Initial import of VMWare mouse driver for Xorg. The driver and PIC fix patch need testing. The patch might also be able to use some speed improvement. - diff --git a/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.7.0.ebuild b/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.7.0.ebuild deleted file mode 100644 index 424b7d221e3c..000000000000 --- a/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.7.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2011 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.7.0.ebuild,v 1.6 2011/03/30 21:24:10 ssuominen Exp $ - -EAPI=4 - -inherit xorg-2 - -DESCRIPTION="VMWare mouse input driver" -IUSE="" -KEYWORDS="amd64 x86 ~x86-fbsd" - -RDEPEND="" -DEPEND="${RDEPEND} - >=x11-proto/inputproto-1.4.1 - x11-proto/randrproto - x11-proto/xproto" - -pkg_setup() { - CONFIGURE_OPTIONS=" - --with-hal-bin-dir=/punt - --with-hal-callouts-dir=/punt - --with-hal-fdi-dir=/punt - " - - xorg-2_pkg_setup -} - -src_install() { - xorg-2_src_install - rm -rf "${ED}"/punt -} diff --git a/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.8.0.ebuild b/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.0.0.ebuild index af58d9469e9a..5ff6e1cfce76 100644 --- a/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.8.0.ebuild +++ b/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.0.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.8.0.ebuild,v 1.2 2012/05/16 00:41:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.0.0.ebuild,v 1.1 2013/01/20 18:51:58 chithanh Exp $ -EAPI=4 +EAPI=5 inherit xorg-2 |