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 21:24:20
Message-Id: 20110330212410.8F85020054@flycatcher.gentoo.org
1 ssuominen 11/03/30 21:24:10
2
3 Modified: xf86-input-vmmouse-12.7.0.ebuild
4 Log:
5 make scarabeus happy
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 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.6&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.6&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.5&r2=1.6
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.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- xf86-input-vmmouse-12.7.0.ebuild 30 Mar 2011 20:58:57 -0000 1.5
23 +++ xf86-input-vmmouse-12.7.0.ebuild 30 Mar 2011 21:24:10 -0000 1.6
24 @@ -1,8 +1,8 @@
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.5 2011/03/30 20:58:57 ssuominen Exp $
28 +# $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 $
29
30 -EAPI=3
31 +EAPI=4
32
33 inherit xorg-2
34
35 @@ -28,5 +28,5 @@
36
37 src_install() {
38 xorg-2_src_install
39 - rm -rf "${D}"/punt
40 + rm -rf "${ED}"/punt
41 }