Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/tuxcards: tuxcards-1.2.ebuild ChangeLog
Date: Fri, 20 Jun 2008 20:43:25
Message-Id: E1K9nS4-0006U1-5n@stork.gentoo.org
1 loki_val 08/06/20 20:43:20
2
3 Modified: tuxcards-1.2.ebuild ChangeLog
4 Log:
5 Fix gcc-4.3 compatibility. Thanks to Jeremy Olexa <darkside@g.o> in bug 227325 for the patch.
6 (Portage version: 2.1.5.5)
7
8 Revision Changes Path
9 1.17 app-text/tuxcards/tuxcards-1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/tuxcards/tuxcards-1.2.ebuild?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/tuxcards/tuxcards-1.2.ebuild?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/tuxcards/tuxcards-1.2.ebuild?r1=1.16&r2=1.17
14
15 Index: tuxcards-1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/tuxcards/tuxcards-1.2.ebuild,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- tuxcards-1.2.ebuild 21 Oct 2006 23:50:38 -0000 1.16
22 +++ tuxcards-1.2.ebuild 20 Jun 2008 20:43:19 -0000 1.17
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2006 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/app-text/tuxcards/tuxcards-1.2.ebuild,v 1.16 2006/10/21 23:50:38 ticho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/tuxcards-1.2.ebuild,v 1.17 2008/06/20 20:43:19 loki_val Exp $
29
30 -inherit kde-functions
31 +inherit base
32
33 DESCRIPTION="A hierarchical text editor"
34 HOMEPAGE="http://www.tuxcards.de"
35 @@ -14,12 +14,10 @@
36
37 KEYWORDS="amd64 ppc sparc x86"
38 IUSE=""
39 -DEPEND="${DEPEND}
40 - =x11-libs/qt-3*
41 - sys-apps/sed"
42 +DEPEND="=x11-libs/qt-3*
43 + sys-apps/sed"
44
45 -# This implies >=qt-3, thus qt4 as well - we don't build with qt4 (bug #96201)
46 -#need-qt 3.1
47 +PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )
48
49 src_compile() {
50 sed -i -e 's:/usr/local:/usr:g' \
51
52
53
54 1.19 app-text/tuxcards/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/tuxcards/ChangeLog?rev=1.19&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/tuxcards/ChangeLog?rev=1.19&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/tuxcards/ChangeLog?r1=1.18&r2=1.19
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/app-text/tuxcards/ChangeLog,v
63 retrieving revision 1.18
64 retrieving revision 1.19
65 diff -u -r1.18 -r1.19
66 --- ChangeLog 30 May 2008 06:33:02 -0000 1.18
67 +++ ChangeLog 20 Jun 2008 20:43:19 -0000 1.19
68 @@ -1,6 +1,11 @@
69 # ChangeLog for app-text/tuxcards
70 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/ChangeLog,v 1.18 2008/05/30 06:33:02 phreak Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/ChangeLog,v 1.19 2008/06/20 20:43:19 loki_val Exp $
73 +
74 + 20 Jun 2008; Peter Alfredsen <loki_val@g.o>
75 + +files/tuxcards-1.2-gcc43.patch, tuxcards-1.2.ebuild:
76 + Fix gcc-4.3 compatibility. Thanks to Jeremy Olexa <darkside@g.o> in
77 + bug 227325 for the patch.
78
79 30 May 2008; Christian Heim <phreak@g.o> metadata.xml:
80 Removing Andrej Kacian (Ticho) from metadata.xml (as per #59986). Assigning
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list