Gentoo Archives: gentoo-commits

From: "Dror Levin (spatz)" <spatz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/smoke: ChangeLog smoke-4.4.2.ebuild
Date: Tue, 30 Mar 2010 22:05:10
Message-Id: E1NwjYX-0005lC-L5@stork.gentoo.org
1 spatz 10/03/30 22:05:05
2
3 Modified: ChangeLog
4 Added: smoke-4.4.2.ebuild
5 Log:
6 Version bump KDE 4.4.2
7 (Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.97 kde-base/smoke/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.97&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.97&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?r1=1.96&r2=1.97
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v
19 retrieving revision 1.96
20 retrieving revision 1.97
21 diff -u -r1.96 -r1.97
22 --- ChangeLog 26 Mar 2010 15:15:10 -0000 1.96
23 +++ ChangeLog 30 Mar 2010 22:05:05 -0000 1.97
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/smoke
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.96 2010/03/26 15:15:10 reavertm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.97 2010/03/30 22:05:05 spatz Exp $
29 +
30 +*smoke-4.4.2 (30 Mar 2010)
31 +
32 + 30 Mar 2010; Dror Levin <spatz@g.o> +smoke-4.4.2.ebuild:
33 + Version bump
34
35 26 Mar 2010; Maciej Mrozowski <reavertm@g.o> smoke-4.4.1.ebuild,
36 +files/smoke-4.4.1-webkit-cmake.patch, -files/smoke-phonon-fix.patch:
37
38
39
40 1.1 kde-base/smoke/smoke-4.4.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-4.4.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-4.4.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: smoke-4.4.2.ebuild
46 ===================================================================
47 # Copyright 1999-2010 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.4.2.ebuild,v 1.1 2010/03/30 22:05:05 spatz Exp $
50
51 EAPI="3"
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 okular +phonon qimageblitz qtmultimedia qscintilla qwt semantic-desktop"
60
61 COMMON_DEPEND="
62 $(add_kdebase_dep kdelibs 'semantic-desktop?')
63 akonadi? ( $(add_kdebase_dep kdepimlibs) )
64 kdevplatform? ( dev-util/kdevplatform:4 )
65 okular? ( $(add_kdebase_dep okular) )
66 phonon? ( >=media-sound/phonon-4.3.80[xcb] )
67 qimageblitz? ( >=kde-base/qimageblitz-0.0.4 )
68 qscintilla? ( x11-libs/qscintilla )
69 qwt? ( x11-libs/qwt:5 )
70 "
71
72 DEPEND="${COMMON_DEPEND}"
73 RDEPEND="${COMMON_DEPEND}"
74
75 KMEXTRA="generator/"
76
77 src_configure() {
78 mycmakeargs=(
79 $(cmake-utils_use_enable akonadi)
80 $(cmake-utils_use_enable akonadi Kdepimlibs)
81 $(cmake-utils_use_enable kdevplatform KDEVPLATFORM_SMOKE)
82 $(cmake-utils_use_enable okular)
83 $(cmake-utils_use_enable phonon PHONON_SMOKE)
84 $(cmake-utils_use_enable qimageblitz QIMAGEBLITZ_SMOKE)
85 $(cmake-utils_use_enable qscintilla QSCI_SMOKE)
86 $(cmake-utils_use_enable qtmultimedia QTMULTIMEDIA_SMOKE)
87 $(cmake-utils_use_enable qwt QWT_SMOKE)
88 $(cmake-utils_use_enable semantic-desktop Nepomuk)
89 $(cmake-utils_use_enable semantic-desktop Soprano)
90 $(cmake-utils_use_enable webkit QTWEBKIT_SMOKE)
91 )
92 kde4-meta_src_configure
93 }