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-misc/qlife: qlife-0.9.ebuild ChangeLog
Date: Mon, 30 Jun 2008 23:28:18
Message-Id: E1KDSn5-0003Mf-QZ@stork.gentoo.org
1 nyhm 08/06/30 23:28:11
2
3 Modified: qlife-0.9.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.3 games-misc/qlife/qlife-0.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?r1=1.2&r2=1.3
14
15 Index: qlife-0.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- qlife-0.9.ebuild 10 Jun 2008 00:29:22 -0000 1.2
22 +++ qlife-0.9.ebuild 30 Jun 2008 23:28:11 -0000 1.3
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-misc/qlife/qlife-0.9.ebuild,v 1.2 2008/06/10 00:29:22 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.3 2008/06/30 23:28:11 nyhm Exp $
28
29 EAPI=1
30 -inherit toolchain-funcs qt4 games
31 +inherit qt4 games
32
33 MY_P=${PN}-qt4-${PV}
34 DESCRIPTION="Simulates the classical Game of Life invented by John Conway"
35 @@ -15,7 +15,7 @@
36 KEYWORDS="~amd64 ~ppc ~x86"
37 IUSE=""
38
39 -DEPEND=">=x11-libs/qt-4.1:4"
40 +DEPEND="|| ( x11-libs/qt-gui:4 x11-libs/qt:4 )"
41
42 S=${WORKDIR}/${MY_P}
43
44 @@ -29,10 +29,7 @@
45
46 src_compile() {
47 eqmake4
48 - emake \
49 - CXX=$(tc-getCXX) \
50 - LINK=$(tc-getCXX) \
51 - || die "emake failed"
52 + emake || die "emake failed"
53 }
54
55 src_install() {
56
57
58
59 1.7 games-misc/qlife/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.7&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.7&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?r1=1.6&r2=1.7
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v
68 retrieving revision 1.6
69 retrieving revision 1.7
70 diff -u -r1.6 -r1.7
71 --- ChangeLog 10 Jun 2008 00:29:22 -0000 1.6
72 +++ ChangeLog 30 Jun 2008 23:28:11 -0000 1.7
73 @@ -1,6 +1,9 @@
74 # ChangeLog for games-misc/qlife
75 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.6 2008/06/10 00:29:22 mr_bones_ Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.7 2008/06/30 23:28:11 nyhm Exp $
78 +
79 + 30 Jun 2008; Tristan Heaven <nyhm@g.o> qlife-0.9.ebuild:
80 + Add split qt-4 dependencies, bug #217170
81
82 10 Jun 2008; Michael Sterrett <mr_bones_@g.o> qlife-0.9.ebuild:
83 use slotted deps for qt for bug #217170
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list