Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/smoke: smoke-4.4.3.ebuild ChangeLog
Date: Mon, 03 May 2010 21:46:39
Message-Id: 20100503214635.2721B2C3A0@corvid.gentoo.org
1 alexxy 10/05/03 21:46:35
2
3 Modified: ChangeLog
4 Added: smoke-4.4.3.ebuild
5 Log:
6 Version bump KDE 4.4.3
7 (Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.99 kde-base/smoke/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.99&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.99&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?r1=1.98&r2=1.99
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v
19 retrieving revision 1.98
20 retrieving revision 1.99
21 diff -u -r1.98 -r1.99
22 --- ChangeLog 31 Mar 2010 23:32:57 -0000 1.98
23 +++ ChangeLog 3 May 2010 21:46:34 -0000 1.99
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.98 2010/03/31 23:32:57 spatz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.99 2010/05/03 21:46:34 alexxy Exp $
29 +
30 +*smoke-4.4.3 (03 May 2010)
31 +
32 + 03 May 2010; Alexey Shvetsov <alexxy@g.o> +smoke-4.4.3.ebuild:
33 + Version bump
34
35 31 Mar 2010; Dror Levin <spatz@g.o> -smoke-4.4.0.ebuild:
36 Remove old KDE versions.
37
38
39
40 1.1 kde-base/smoke/smoke-4.4.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-4.4.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-4.4.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: smoke-4.4.3.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.3.ebuild,v 1.1 2010/05/03 21:46:34 alexxy 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 }