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.7.9_p7.ebuild
Date: Sun, 24 Feb 2008 18:45:44
Message-Id: E1JTLr3-0007BS-Uu@stork.gentoo.org
1 ikelos 08/02/24 18:45:41
2
3 Modified: ChangeLog linuxwacom-0.7.9_p7.ebuild
4 Log:
5 Add warning about compiling with gcc-4.1 or lower.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.22 x11-drivers/linuxwacom/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/ChangeLog?rev=1.22&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/ChangeLog?rev=1.22&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/ChangeLog?r1=1.21&r2=1.22
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/ChangeLog,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- ChangeLog 24 Feb 2008 02:52:17 -0000 1.21
22 +++ ChangeLog 24 Feb 2008 18:45:41 -0000 1.22
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-drivers/linuxwacom
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/ChangeLog,v 1.21 2008/02/24 02:52:17 dberkholz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/ChangeLog,v 1.22 2008/02/24 18:45:41 ikelos Exp $
28 +
29 + 24 Feb 2008; Mike Auty <ikelos@g.o> linuxwacom-0.7.9_p7.ebuild:
30 + Add warning about compiling with gcc-4.1 or lower.
31
32 24 Feb 2008; Donnie Berkholz <dberkholz@g.o>; ChangeLog:
33 Update my email.
34
35
36
37 1.3 x11-drivers/linuxwacom/linuxwacom-0.7.9_p7.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.7.9_p7.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.7.9_p7.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.7.9_p7.ebuild?r1=1.2&r2=1.3
42
43 Index: linuxwacom-0.7.9_p7.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.7.9_p7.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- linuxwacom-0.7.9_p7.ebuild 21 Feb 2008 12:57:38 -0000 1.2
50 +++ linuxwacom-0.7.9_p7.ebuild 24 Feb 2008 18:45:41 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 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.7.9_p7.ebuild,v 1.2 2008/02/21 12:57:38 rbu Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.7.9_p7.ebuild,v 1.3 2008/02/24 18:45:41 ikelos Exp $
56
57 inherit eutils autotools toolchain-funcs linux-mod
58
59 @@ -14,8 +14,9 @@
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
62
63 -RDEPEND="x11-proto/inputproto
64 - x11-base/xorg-server
65 +RDEPEND="|| ( ( x11-proto/inputproto
66 + x11-base/xorg-server )
67 + virtual/x11 )
68 media-libs/libpixman
69 gtk? ( >=x11-libs/gtk+-2 )
70 tcl? ( dev-lang/tcl )
71 @@ -57,6 +58,7 @@
72 pkg_setup() {
73 linux-mod_pkg_setup
74 # echo "kernel version is ${KV} , name is ${KV%%-*}"
75 + ewarn "Versions of linuxwacom >= 0.7.9 require gcc >= 4.2 to compile."
76 wacom_check
77 }
78
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list