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-engines/qtads: qtads-1.6c.ebuild ChangeLog
Date: Mon, 05 May 2008 19:14:13
Message-Id: E1Jt68Y-00062b-1M@stork.gentoo.org
1 nyhm 08/05/05 19:14:10
2
3 Modified: qtads-1.6c.ebuild ChangeLog
4 Log:
5 Fix building with gcc-4.3
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.6 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.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/qtads/qtads-1.6c.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/qtads/qtads-1.6c.ebuild?r1=1.5&r2=1.6
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.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- qtads-1.6c.ebuild 2 Jan 2008 07:21:42 -0000 1.5
22 +++ qtads-1.6c.ebuild 5 May 2008 19:14:09 -0000 1.6
23 @@ -1,8 +1,8 @@
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-engines/qtads/qtads-1.6c.ebuild,v 1.5 2008/01/02 07:21:42 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-1.6c.ebuild,v 1.6 2008/05/05 19:14:09 nyhm Exp $
28
29 -inherit flag-o-matic qt3 games
30 +inherit eutils flag-o-matic qt3 games
31
32 DESCRIPTION="QT based GUI interpreter for Tads2/Tads3 games"
33 HOMEPAGE="http://qtads.sourceforge.net/"
34 @@ -10,7 +10,7 @@
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 -KEYWORDS="~ppc x86"
39 +KEYWORDS="~amd64 ~ppc x86"
40 IUSE=""
41
42 DEPEND="$(qt_min_version 3)"
43 @@ -18,7 +18,8 @@
44 src_unpack() {
45 unpack ${A}
46 cd "${S}"
47 - gunzip qtads.6.gz || die
48 + unpack ./qtads.6.gz
49 + epatch "${FILESDIR}"/${P}-gcc43.patch
50 }
51
52 src_compile () {
53
54
55
56 1.5 games-engines/qtads/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/qtads/ChangeLog?rev=1.5&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/qtads/ChangeLog?rev=1.5&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/qtads/ChangeLog?r1=1.4&r2=1.5
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v
65 retrieving revision 1.4
66 retrieving revision 1.5
67 diff -u -r1.4 -r1.5
68 --- ChangeLog 2 Jan 2008 07:21:42 -0000 1.4
69 +++ ChangeLog 5 May 2008 19:14:09 -0000 1.5
70 @@ -1,6 +1,10 @@
71 # ChangeLog for games-engines/qtads
72 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.4 2008/01/02 07:21:42 mr_bones_ Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.5 2008/05/05 19:14:09 nyhm Exp $
75 +
76 + 05 May 2008; Tristan Heaven <nyhm@g.o>
77 + +files/qtads-1.6c-gcc43.patch, qtads-1.6c.ebuild:
78 + Fix building with gcc-4.3
79
80 02 Jan 2008; Michael Sterrett <mr_bones_@g.o> qtads-1.6c.ebuild:
81 use eqmake3 to avoid trying to build against qt4
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list