Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-engines/qtads: qtads-1.6c.ebuild ChangeLog
Date: Wed, 02 Jan 2008 07:21:49
Message-Id: E1J9xv4-0001sn-Sb@stork.gentoo.org
1 mr_bones_ 08/01/02 07:21:42
2
3 Modified: qtads-1.6c.ebuild ChangeLog
4 Log:
5 use eqmake3 to avoid trying to build against qt4
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.5 games-engines/qtads/qtads-1.6c.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/qtads/qtads-1.6c.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/qtads/qtads-1.6c.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/qtads/qtads-1.6c.ebuild?r1=1.4&r2=1.5
14
15 Index: qtads-1.6c.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-1.6c.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- qtads-1.6c.ebuild 26 Jan 2007 08:32:55 -0000 1.4
22 +++ qtads-1.6c.ebuild 2 Jan 2008 07:21:42 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-1.6c.ebuild,v 1.4 2007/01/26 08:32:55 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-1.6c.ebuild,v 1.5 2008/01/02 07:21:42 mr_bones_ Exp $
29
30 inherit flag-o-matic qt3 games
31
32 @@ -23,12 +23,10 @@
33
34 src_compile () {
35 append-flags -fno-strict-aliasing
36 - addpredict "${QTDIR}"/etc/settings
37 - qmake \
38 - BIN_INSTALL="${GAMES_BINDIR}" \
39 - DOC_INSTALL=/usr/share/doc/${PF} \
40 - DATA_INSTALL="${GAMES_DATADIR}" \
41 - qtads.pro
42 + BIN_INSTALL="${GAMES_BINDIR}" \
43 + DOC_INSTALL=/usr/share/doc/${PF} \
44 + DATA_INSTALL="${GAMES_DATADIR}" \
45 + eqmake3 qtads.pro
46 emake || die "emake failed"
47 }
48
49
50
51
52 1.4 games-engines/qtads/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/qtads/ChangeLog?rev=1.4&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/qtads/ChangeLog?rev=1.4&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/qtads/ChangeLog?r1=1.3&r2=1.4
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v
61 retrieving revision 1.3
62 retrieving revision 1.4
63 diff -u -r1.3 -r1.4
64 --- ChangeLog 17 Aug 2006 02:58:57 -0000 1.3
65 +++ ChangeLog 2 Jan 2008 07:21:42 -0000 1.4
66 @@ -1,6 +1,9 @@
67 # ChangeLog for games-engines/qtads
68 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.3 2006/08/17 02:58:57 mr_bones_ Exp $
70 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.4 2008/01/02 07:21:42 mr_bones_ Exp $
72 +
73 + 02 Jan 2008; Michael Sterrett <mr_bones_@g.o> qtads-1.6c.ebuild:
74 + use eqmake3 to avoid trying to build against qt4
75
76 17 Aug 2006; Michael Sterrett <mr_bones_@g.o> qtads-1.6c.ebuild:
77 use the qt3 eclass
78
79
80
81 --
82 gentoo-commits@g.o mailing list