Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/linuxwacom: ChangeLog linuxwacom-0.8.3_p2.ebuild
Date: Tue, 28 Apr 2009 09:22:54
Message-Id: E1LyjWd-0005Uf-DR@stork.gentoo.org
1 ikelos 09/04/28 09:22:51
2
3 Modified: ChangeLog linuxwacom-0.8.3_p2.ebuild
4 Log:
5 Add in warning to remove existing wacom fdi files for latest linuxwacom.
6 (Portage version: 2.2_rc31/cvs/Linux i686)
7
8 Revision Changes Path
9 1.35 x11-drivers/linuxwacom/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/ChangeLog?rev=1.35&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/ChangeLog?rev=1.35&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/ChangeLog?r1=1.34&r2=1.35
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/ChangeLog,v
18 retrieving revision 1.34
19 retrieving revision 1.35
20 diff -u -r1.34 -r1.35
21 --- ChangeLog 18 Apr 2009 17:43:52 -0000 1.34
22 +++ ChangeLog 28 Apr 2009 09:22:51 -0000 1.35
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-drivers/linuxwacom
25 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/ChangeLog,v 1.34 2009/04/18 17:43:52 ikelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/ChangeLog,v 1.35 2009/04/28 09:22:51 ikelos Exp $
28 +
29 + 28 Apr 2009; Mike Auty <ikelos@g.o> linuxwacom-0.8.3_p2.ebuild:
30 + Add in warning to remove existing wacom fdi files for latest linuxwacom.
31
32 *linuxwacom-0.8.3_p2 (18 Apr 2009)
33
34
35
36
37 1.2 x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild?r1=1.1&r2=1.2
42
43 Index: linuxwacom-0.8.3_p2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- linuxwacom-0.8.3_p2.ebuild 18 Apr 2009 17:43:52 -0000 1.1
50 +++ linuxwacom-0.8.3_p2.ebuild 28 Apr 2009 09:22:51 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild,v 1.1 2009/04/18 17:43:52 ikelos Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild,v 1.2 2009/04/28 09:22:51 ikelos Exp $
56
57 inherit eutils autotools toolchain-funcs linux-mod
58
59 @@ -112,4 +112,7 @@
60
61 dohtml -r docs/*
62 dodoc AUTHORS ChangeLog NEWS README
63 +
64 + ewarn "Please remove any HAL .FDI files you may"
65 + ewarn "previously have installed fr linuxwacom."
66 }