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