Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-vmmouse: xf86-input-vmmouse-13.1.0.ebuild xf86-input-vmmouse-13.0.0.ebuild xf86-input-vmmouse-12.9.0.ebuild
Date: Tue, 07 Jul 2015 18:02:53
Message-Id: 20150707180243.18C6874D@oystercatcher.gentoo.org
1 mrueg 15/07/07 18:02:43
2
3 Added: xf86-input-vmmouse-13.1.0.ebuild
4 Removed: xf86-input-vmmouse-13.0.0.ebuild
5 xf86-input-vmmouse-12.9.0.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.1 x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.1.0.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.1.0.ebuild?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.1.0.ebuild?rev=1.1&content-type=text/plain
16
17 Index: xf86-input-vmmouse-13.1.0.ebuild
18 ===================================================================
19 # Copyright 1999-2015 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.1.0.ebuild,v 1.1 2015/07/07 18:02:43 mrueg Exp $
22
23 EAPI=5
24
25 inherit xorg-2
26
27 DESCRIPTION="VMWare mouse input driver"
28 IUSE=""
29 KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
30
31 RDEPEND=""
32 DEPEND="${RDEPEND}
33 x11-proto/randrproto"
34
35 pkg_setup() {
36 XORG_CONFIGURE_OPTIONS=(
37 --with-hal-bin-dir=/punt
38 --with-hal-callouts-dir=/punt
39 --with-hal-fdi-dir=/punt
40 )
41
42 xorg-2_pkg_setup
43 }
44
45 src_install() {
46 xorg-2_src_install
47 rm -rf "${ED}"/punt
48 }