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.5.ebuild ChangeLog
Date: Wed, 30 Jun 2010 15:39:05
Message-Id: 20100630153651.B186C2CF5B@corvid.gentoo.org
1 alexxy 10/06/30 15:36:51
2
3 Modified: ChangeLog
4 Added: smoke-4.4.5.ebuild
5 Log:
6 [kde-base] Bump KDE SC 4.4.5 =)
7 (Portage version: 2.2_rc67_p182/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.109 kde-base/smoke/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.109&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.109&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/ChangeLog?r1=1.108&r2=1.109
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v
19 retrieving revision 1.108
20 retrieving revision 1.109
21 diff -u -r1.108 -r1.109
22 --- ChangeLog 28 Jun 2010 03:53:49 -0000 1.108
23 +++ ChangeLog 30 Jun 2010 15:36:51 -0000 1.109
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.108 2010/06/28 03:53:49 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.109 2010/06/30 15:36:51 alexxy Exp $
29 +
30 +*smoke-4.4.5 (30 Jun 2010)
31 +
32 + 30 Jun 2010; Alexey Shvetsov <alexxy@g.o> +smoke-4.4.5.ebuild:
33 + Version bump
34
35 28 Jun 2010; Christian Faulhammer <fauli@g.o>
36 smoke-4.4.4-r1.ebuild:
37
38
39
40 1.1 kde-base/smoke/smoke-4.4.5.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/smoke-4.4.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/smoke-4.4.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: smoke-4.4.5.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.5.ebuild,v 1.1 2010/06/30 15:36:51 alexxy Exp $
50
51 EAPI="3"
52
53 KMNAME="kdebindings"
54 MULTIMEDIA_REQUIRED="optional"
55 WEBKIT_REQUIRED="optional"
56 inherit kde4-meta
57
58 DESCRIPTION="Scripting Meta Object Kompiler Engine"
59 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
60 IUSE="akonadi attica debug okular +phonon qimageblitz qscintilla qwt semantic-desktop"
61
62 COMMON_DEPEND="
63 $(add_kdebase_dep kdelibs 'semantic-desktop?')
64 akonadi? ( $(add_kdebase_dep kdepimlibs) )
65 attica? ( dev-libs/libattica )
66 okular? ( $(add_kdebase_dep okular) )
67 phonon? ( >=media-sound/phonon-4.3.80[xcb] )
68 qimageblitz? ( >=media-libs/qimageblitz-0.0.4 )
69 qscintilla? ( x11-libs/qscintilla )
70 qwt? ( x11-libs/qwt:5 )
71 "
72 DEPEND="${COMMON_DEPEND}"
73 RDEPEND="${COMMON_DEPEND}"
74
75 KMEXTRA="generator/"
76
77 src_configure() {
78 mycmakeargs=(
79 $(cmake-utils_use_with akonadi)
80 $(cmake-utils_use_with akonadi KdepimLibs)
81 $(cmake-utils_use_enable attica ATTICA_SMOKE)
82 $(cmake-utils_use_enable multimedia QTMULTIMEDIA_SMOKE)
83 $(cmake-utils_use_with okular)
84 $(cmake-utils_use_with phonon)
85 $(cmake-utils_use_enable phonon PHONON_SMOKE)
86 $(cmake-utils_use_enable qimageblitz QIMAGEBLITZ_SMOKE)
87 $(cmake-utils_use_with qscintilla QScintilla)
88 $(cmake-utils_use_enable qwt QWT_SMOKE)
89 $(cmake-utils_use_with semantic-desktop Nepomuk)
90 $(cmake-utils_use_with semantic-desktop Soprano)
91 $(cmake-utils_use_enable webkit QTWEBKIT_SMOKE)
92 )
93 kde4-meta_src_configure
94 }