Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-vmmouse: xf86-input-vmmouse-12.7.0.ebuild
Date: Wed, 30 Mar 2011 20:59:07
Message-Id: 20110330205858.058E620054@flycatcher.gentoo.org
1 ssuominen 11/03/30 20:58:58
2
3 Modified: xf86-input-vmmouse-12.7.0.ebuild
4 Log:
5 missing call to pkg_setup
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.7.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.7.0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.7.0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.7.0.ebuild?r1=1.4&r2=1.5
15
16 Index: xf86-input-vmmouse-12.7.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.7.0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- xf86-input-vmmouse-12.7.0.ebuild 30 Mar 2011 20:51:51 -0000 1.4
23 +++ xf86-input-vmmouse-12.7.0.ebuild 30 Mar 2011 20:58:57 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.7.0.ebuild,v 1.4 2011/03/30 20:51:51 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.7.0.ebuild,v 1.5 2011/03/30 20:58:57 ssuominen Exp $
29
30 EAPI=3
31
32 @@ -22,6 +22,8 @@
33 --with-hal-callouts-dir=/punt
34 --with-hal-fdi-dir=/punt
35 "
36 +
37 + xorg-2_pkg_setup
38 }
39
40 src_install() {