Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/smoke: ChangeLog smoke-3.5.8.ebuild
Date: Sat, 20 Oct 2007 00:10:25
Message-Id: E1Ij1kl-0001wW-DW@stork.gentoo.org
1 philantrop 07/10/19 23:59:43
2
3 Modified: ChangeLog
4 Added: smoke-3.5.8.ebuild
5 Log:
6 Bump to KDE 3.5.8.
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.49 kde-base/smoke/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.49&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.49&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?r1=1.48&r2=1.49
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v
19 retrieving revision 1.48
20 retrieving revision 1.49
21 diff -u -r1.48 -r1.49
22 --- ChangeLog 11 Aug 2007 17:30:29 -0000 1.48
23 +++ ChangeLog 19 Oct 2007 23:59:42 -0000 1.49
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/smoke
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.48 2007/08/11 17:30:29 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.49 2007/10/19 23:59:42 philantrop Exp $
29 +
30 +*smoke-3.5.8 (19 Oct 2007)
31 +
32 + 19 Oct 2007; Wulf C. Krueger <philantrop@g.o> +smoke-3.5.8.ebuild:
33 + Bump to KDE 3.5.8.
34
35 11 Aug 2007; Raúl Porcel <armin76@g.o> smoke-3.5.6.ebuild:
36 x86 stable wrt #176297
37
38
39
40 1.1 kde-base/smoke/smoke-3.5.8.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-3.5.8.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-3.5.8.ebuild?rev=1.1&content-type=text/plain
44
45 Index: smoke-3.5.8.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-3.5.8.ebuild,v 1.1 2007/10/19 23:59:42 philantrop Exp $
50
51 KMNAME=kdebindings
52 KMEXTRACTONLY="kalyptus/"
53 KM_MAKEFILESREV=1
54 MAXKDEVER=${PV}
55 KM_DEPRANGE="$PV $MAXKDEVER"
56 inherit kde-meta
57
58 DESCRIPTION="Scripting Meta Object Kompiler Engine: a language-agnostic bindings generator for qt and kde"
59 HOMEPAGE="http://developer.kde.org/language-bindings/smoke/"
60
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE=""
63 DEPEND="dev-lang/perl
64 dev-python/qscintilla" # QScintilla is an optional dep, there's a configure flag for it, but I don't want
65 # to introduce a local noqscintilla use flag as it's a light dep.
66 # Of course it'd be nice if someone told me what the difference is between a smoke
67 # compiled with and without qscintilla support. --danarmak
68 PATCHES="$FILESDIR/no-gtk-glib-check.diff"
69
70 # enable-final works, but requires at least 1.5GB of RAM to complete without swapping,
71 # so it's best to turn it off here. (I don't have that much RAM, so can't estimate
72 # how much would be enough, but it's at least that much... --danarmak)
73 src_compile() {
74 # Remove this to avoid strange errors
75 rm -f "${S}/kalyptus/configure.in"
76
77 kde-meta_src_compile myconf
78 # override myconf's setting of enable-final
79 myconf="$myconf --disable-final"
80
81 # Needs patch to fix paralell building again
82 MAKEOPTS="$MAKEOPTS -j1"
83
84 kde-meta_src_compile configure make
85 }
86
87
88
89 --
90 gentoo-commits@g.o mailing list