Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/smoke: ChangeLog smoke-4.5.1.ebuild
Date: Mon, 06 Sep 2010 02:03:02
Message-Id: 20100906020256.77EBD20051@flycatcher.gentoo.org
1 tampakrap 10/09/06 02:02:56
2
3 Modified: ChangeLog
4 Added: smoke-4.5.1.ebuild
5 Log:
6 Version bump KDE SC 4.5.1
7
8 (Portage version: 2.2_rc75/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.114 kde-base/smoke/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.114&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.114&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/ChangeLog?r1=1.113&r2=1.114
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v
20 retrieving revision 1.113
21 retrieving revision 1.114
22 diff -u -r1.113 -r1.114
23 --- ChangeLog 9 Aug 2010 11:31:16 -0000 1.113
24 +++ ChangeLog 6 Sep 2010 02:02:56 -0000 1.114
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-base/smoke
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.113 2010/08/09 11:31:16 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.114 2010/09/06 02:02:56 tampakrap Exp $
30 +
31 +*smoke-4.5.1 (06 Sep 2010)
32 +
33 + 06 Sep 2010; Theo Chatzimichos <tampakrap@g.o> +smoke-4.5.1.ebuild:
34 + Version bump
35
36 09 Aug 2010; Tomáš Chvátal <scarabeus@g.o>
37 -smoke-4.4.4-r1.ebuild:
38
39
40
41 1.1 kde-base/smoke/smoke-4.5.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/smoke-4.5.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/smoke-4.5.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: smoke-4.5.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.5.1.ebuild,v 1.1 2010/09/06 02:02:56 tampakrap Exp $
51
52 EAPI="3"
53
54 KMNAME="kdebindings"
55 MULTIMEDIA_REQUIRED="optional"
56 WEBKIT_REQUIRED="optional"
57 inherit kde4-meta
58
59 DESCRIPTION="Scripting Meta Object Kompiler Engine"
60 KEYWORDS=""
61 IUSE="akonadi attica debug okular +phonon qimageblitz qscintilla qwt semantic-desktop"
62
63 COMMON_DEPEND="
64 $(add_kdebase_dep kdelibs 'semantic-desktop?')
65 akonadi? ( $(add_kdebase_dep kdepimlibs) )
66 attica? ( dev-libs/libattica )
67 okular? ( $(add_kdebase_dep okular) )
68 phonon? ( >=media-sound/phonon-4.3.80[xcb] )
69 qimageblitz? ( >=media-libs/qimageblitz-0.0.4 )
70 qscintilla? ( x11-libs/qscintilla )
71 qwt? ( x11-libs/qwt:5 )
72 "
73 DEPEND="${COMMON_DEPEND}"
74 RDEPEND="${COMMON_DEPEND}"
75
76 KMEXTRA="generator/"
77
78 src_configure() {
79 mycmakeargs=(
80 $(cmake-utils_use_with akonadi)
81 $(cmake-utils_use_with akonadi KdepimLibs)
82 $(cmake-utils_use_with attica LibAttica)
83 $(cmake-utils_use_disable multimedia QtMultimedia)
84 $(cmake-utils_use_with okular)
85 $(cmake-utils_use_with phonon)
86 $(cmake-utils_use_with qimageblitz QImageBlitz)
87 $(cmake-utils_use_with qscintilla QScintilla)
88 $(cmake-utils_use_with qwt Qwt)
89 $(cmake-utils_use_with semantic-desktop Nepomuk)
90 $(cmake-utils_use_with semantic-desktop Soprano)
91 $(cmake-utils_use_disable webkit QtWebKit)
92 )
93 kde4-meta_src_configure
94 }