Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-wacom: ChangeLog xf86-input-wacom-0.11.1.ebuild xf86-input-wacom-0.10.11.ebuild
Date: Thu, 29 Sep 2011 11:45:39
Message-Id: 20110929114522.14D4520036@flycatcher.gentoo.org
1 scarabeus 11/09/29 11:45:22
2
3 Modified: ChangeLog xf86-input-wacom-0.11.1.ebuild
4 Removed: xf86-input-wacom-0.10.11.ebuild
5 Log:
6 Stable latest on x86 and amd64 (work on my chroots) drop oldest overshadowed version. Use ED not D in src_install.
7
8 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.48 x11-drivers/xf86-input-wacom/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog?rev=1.48&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog?rev=1.48&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog?r1=1.47&r2=1.48
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v
20 retrieving revision 1.47
21 retrieving revision 1.48
22 diff -u -r1.47 -r1.48
23 --- ChangeLog 1 Sep 2011 18:01:32 -0000 1.47
24 +++ ChangeLog 29 Sep 2011 11:45:21 -0000 1.48
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-drivers/xf86-input-wacom
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.47 2011/09/01 18:01:32 chithanh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.48 2011/09/29 11:45:21 scarabeus Exp $
30 +
31 + 29 Sep 2011; Tomáš Chvátal <scarabeus@g.o>
32 + -xf86-input-wacom-0.10.11.ebuild, xf86-input-wacom-0.11.1.ebuild:
33 + Stable latest on x86 and amd64 (work on my chroots) drop oldest overshadowed
34 + version. Use ED not D in src_install.
35
36 *xf86-input-wacom-0.11.1 (01 Sep 2011)
37
38
39
40
41 1.2 x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.1.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.1.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.1.ebuild?r1=1.1&r2=1.2
46
47 Index: xf86-input-wacom-0.11.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.1.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- xf86-input-wacom-0.11.1.ebuild 1 Sep 2011 18:01:32 -0000 1.1
54 +++ xf86-input-wacom-0.11.1.ebuild 29 Sep 2011 11:45:21 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.1.ebuild,v 1.1 2011/09/01 18:01:32 chithanh Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.1.ebuild,v 1.2 2011/09/29 11:45:21 scarabeus Exp $
60
61 EAPI=4
62
63 @@ -13,7 +13,7 @@
64 [[ ${PV} != 9999* ]] && \
65 SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2"
66
67 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
68 +KEYWORDS="amd64 ~ppc ~ppc64 x86"
69 IUSE="debug"
70
71 RDEPEND="!x11-drivers/linuxwacom
72 @@ -36,7 +36,7 @@
73 src_install() {
74 xorg-2_src_install
75
76 - rm -rf "${D}"/usr/share/hal
77 + rm -rf "${ED}"/usr/share/hal
78 }
79
80 pkg_pretend() {