Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/smoke: ChangeLog smoke-4.3.4.ebuild
Date: Tue, 01 Dec 2009 11:32:29
Message-Id: E1NFQy0-0000Ja-Gy@stork.gentoo.org
1 wired 09/12/01 11:32:24
2
3 Modified: ChangeLog
4 Added: smoke-4.3.4.ebuild
5 Log:
6 Version bump KDE 4.3.4
7 (Portage version: 2.2_rc54/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.84 kde-base/smoke/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.84&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.84&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?r1=1.83&r2=1.84
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v
19 retrieving revision 1.83
20 retrieving revision 1.84
21 diff -u -r1.83 -r1.84
22 --- ChangeLog 30 Nov 2009 06:54:47 -0000 1.83
23 +++ ChangeLog 1 Dec 2009 11:32:24 -0000 1.84
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/smoke
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.83 2009/11/30 06:54:47 josejx Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.84 2009/12/01 11:32:24 wired Exp $
29 +
30 +*smoke-4.3.4 (01 Dec 2009)
31 +
32 + 01 Dec 2009; Alex Alexander <wired@g.o> +smoke-4.3.4.ebuild:
33 + Version bump
34
35 30 Nov 2009; Joseph Jezak <josejx@g.o> smoke-4.3.3.ebuild:
36 Marked ppc/ppc64 stable for bug #292455.
37
38
39
40 1.1 kde-base/smoke/smoke-4.3.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-4.3.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-4.3.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: smoke-4.3.4.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.3.4.ebuild,v 1.1 2009/12/01 11:32:24 wired Exp $
50
51 EAPI="2"
52
53 KMNAME="kdebindings"
54 WEBKIT_REQUIRED="optional"
55 inherit kde4-meta
56
57 DESCRIPTION="Scripting Meta Object Kompiler Engine"
58 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
59 IUSE="akonadi kdevplatform +phonon qscintilla qwt +semantic-desktop"
60 # okular
61
62 COMMON_DEPEND="
63 $(add_kdebase_dep kdelibs 'semantic-desktop?')
64 >=kde-base/qimageblitz-0.0.4
65 akonadi? ( $(add_kdebase_dep kdepimlibs) )
66 kdevplatform? ( dev-util/kdevplatform:4 )
67 phonon? ( >=media-sound/phonon-4.4_pre[xcb] )
68 qscintilla? ( x11-libs/qscintilla[qt4] )
69 qwt? ( x11-libs/qwt:5 )
70 "
71 # okular? ( kde-base/okular) -- it can't find it anyway
72
73 DEPEND="${COMMON_DEPEND}"
74 RDEPEND="${COMMON_DEPEND}"
75
76 KMEXTRACTONLY="kalyptus/"
77
78 PATCHES=( "${FILESDIR}"/${PN}-phonon-fix.patch )
79
80 src_configure() {
81 local mycmakeargs="
82 $(cmake-utils_use_enable webkit QTWEBKIT_SMOKE)
83 $(cmake-utils_use_enable qwt QWT_SMOKE)
84 $(cmake-utils_use_enable qscintilla QSCI_SMOKE)
85 $(cmake-utils_use_enable phonon PHONON_SMOKE)
86 $(cmake-utils_use_enable kdevplatform KDEVPLATFORM_SMOKE)
87 $(cmake-utils_use_enable semantic-desktop Nepomuk)
88 $(cmake-utils_use_enable semantic-desktop Soprano)
89 $(cmake-utils_use_enable akonadi Kdepimlibs)
90 $(cmake-utils_use_enable akonadi)
91 -DENABLE_Okular=OFF
92 "
93 # $(cmake-utils_use_enable okular)
94 kde4-meta_src_configure
95 }