Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-kids/cubetest: cubetest-0.9.4.ebuild ChangeLog
Date: Mon, 30 Jun 2008 23:15:11
Message-Id: E1KDSaP-0003Hl-E1@stork.gentoo.org
1 nyhm 08/06/30 23:15:05
2
3 Modified: cubetest-0.9.4.ebuild ChangeLog
4 Log:
5 Add split qt-4 dependencies, bug #217170
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.9 x86_64)
7
8 Revision Changes Path
9 1.6 games-kids/cubetest/cubetest-0.9.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/cubetest/cubetest-0.9.4.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/cubetest/cubetest-0.9.4.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/cubetest/cubetest-0.9.4.ebuild?r1=1.5&r2=1.6
14
15 Index: cubetest-0.9.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-kids/cubetest/cubetest-0.9.4.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- cubetest-0.9.4.ebuild 10 Jun 2008 00:40:13 -0000 1.5
22 +++ cubetest-0.9.4.ebuild 30 Jun 2008 23:15:04 -0000 1.6
23 @@ -1,9 +1,9 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-kids/cubetest/cubetest-0.9.4.ebuild,v 1.5 2008/06/10 00:40:13 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-kids/cubetest/cubetest-0.9.4.ebuild,v 1.6 2008/06/30 23:15:04 nyhm Exp $
28
29 EAPI=1
30 -inherit eutils games
31 +inherit eutils qt4 games
32
33 DESCRIPTION="A program to train your spatial insight"
34 HOMEPAGE="http://www.vandenoever.info/software/cubetest/"
35 @@ -14,14 +14,14 @@
36 KEYWORDS="amd64 ~ppc x86"
37 IUSE=""
38
39 -DEPEND="x11-libs/qt:4"
40 +DEPEND="|| (
41 + ( x11-libs/qt-gui:4 x11-libs/qt-qt3support:4 )
42 + x11-libs/qt:4
43 + )"
44
45 pkg_setup() {
46 games_pkg_setup
47 - if ! built_with_use --missing true "x11-libs/qt:4" qt3support ; then
48 - eerror "${PN} requires qt3support"
49 - die "rebuild x11-libs/qt:4 with the qt3support USE flag"
50 - fi
51 + QT4_BUILT_WITH_USE_CHECK="qt3support" qt4_pkg_setup
52 }
53
54 src_unpack() {
55
56
57
58 1.11 games-kids/cubetest/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/cubetest/ChangeLog?rev=1.11&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/cubetest/ChangeLog?rev=1.11&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/cubetest/ChangeLog?r1=1.10&r2=1.11
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/games-kids/cubetest/ChangeLog,v
67 retrieving revision 1.10
68 retrieving revision 1.11
69 diff -u -r1.10 -r1.11
70 --- ChangeLog 10 Jun 2008 00:40:13 -0000 1.10
71 +++ ChangeLog 30 Jun 2008 23:15:04 -0000 1.11
72 @@ -1,6 +1,9 @@
73 # ChangeLog for games-kids/cubetest
74 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/games-kids/cubetest/ChangeLog,v 1.10 2008/06/10 00:40:13 mr_bones_ Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/games-kids/cubetest/ChangeLog,v 1.11 2008/06/30 23:15:04 nyhm Exp $
77 +
78 + 30 Jun 2008; Tristan Heaven <nyhm@g.o> cubetest-0.9.4.ebuild:
79 + Add split qt-4 dependencies, bug #217170
80
81 10 Jun 2008; Michael Sterrett <mr_bones_@g.o>
82 cubetest-0.9.4.ebuild:
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list