Gentoo Archives: gentoo-commits

From: "Yuri Vasilevski (yvasilev)" <yvasilev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/matchbox-keyboard: matchbox-keyboard-0.1.ebuild ChangeLog
Date: Thu, 21 Aug 2008 22:38:41
Message-Id: E1KWIne-0002Em-2r@stork.gentoo.org
1 yvasilev 08/08/21 22:38:38
2
3 Modified: matchbox-keyboard-0.1.ebuild ChangeLog
4 Log:
5 If build with USE=cairo, check that x11-libs/cairo is built with USE=X. Bug #225149
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r4 x86_64)
7
8 Revision Changes Path
9 1.7 x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild?r1=1.6&r2=1.7
14
15 Index: matchbox-keyboard-0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- matchbox-keyboard-0.1.ebuild 17 Jul 2008 17:15:11 -0000 1.6
22 +++ matchbox-keyboard-0.1.ebuild 21 Aug 2008 22:38:37 -0000 1.7
23 @@ -1,8 +1,8 @@
24 # Copyright 2006-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild,v 1.6 2008/07/17 17:15:11 yvasilev Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild,v 1.7 2008/08/21 22:38:37 yvasilev Exp $
28
29 -inherit versionator
30 +inherit versionator eutils
31
32 DESCRIPTION="Matchbox-keyboard is an on screen 'virtual' or 'software' keyboard."
33 HOMEPAGE="http://matchbox-project.org/"
34 @@ -17,6 +17,14 @@
35 cairo? ( x11-libs/cairo )
36 !cairo? ( x11-libs/libXft )"
37
38 +pkg_setup() {
39 + if use cairo && ! built_with_use x11-libs/cairo X ; then
40 + eerror "In order to install ${PN} with cairo support you"
41 + eerror "need to reinstall x11-libs/cairo with USE='X'."
42 + die "x11-libs/cairo built without USE='X'"
43 + fi
44 +}
45 +
46 src_compile() {
47 econf $(use_enable debug) \
48 $(use_enable cairo) \
49
50
51
52 1.7 x11-misc/matchbox-keyboard/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/matchbox-keyboard/ChangeLog?rev=1.7&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/matchbox-keyboard/ChangeLog?rev=1.7&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/matchbox-keyboard/ChangeLog?r1=1.6&r2=1.7
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/x11-misc/matchbox-keyboard/ChangeLog,v
61 retrieving revision 1.6
62 retrieving revision 1.7
63 diff -u -r1.6 -r1.7
64 --- ChangeLog 17 Jul 2008 17:15:11 -0000 1.6
65 +++ ChangeLog 21 Aug 2008 22:38:37 -0000 1.7
66 @@ -1,6 +1,11 @@
67 # ChangeLog for x11-misc/matchbox-keyboard
68 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/matchbox-keyboard/ChangeLog,v 1.6 2008/07/17 17:15:11 yvasilev Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/matchbox-keyboard/ChangeLog,v 1.7 2008/08/21 22:38:37 yvasilev Exp $
71 +
72 + 21 Aug 2008; Yuri Vasilevski <yvasilev@g.o>
73 + matchbox-keyboard-0.1.ebuild:
74 + If build with USE=cairo, check that x11-libs/cairo is built with USE=X.
75 + Bug #225149
76
77 17 Jul 2008; Yuri Vasilevski <yvasilev@g.o>
78 matchbox-keyboard-0.1.ebuild: