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.6.0.ebuild ChangeLog metadata.xml
Date: Wed, 26 Jan 2011 20:32:06
Message-Id: 20110126202837.4A79520063@flycatcher.gentoo.org
1 alexxy 11/01/26 20:28:37
2
3 Modified: ChangeLog metadata.xml
4 Added: smoke-4.6.0.ebuild
5 Log:
6 [kde-base] Add KDE SC 4.6.0
7
8 (Portage version: 2.2.0_alpha19_p2/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.122 kde-base/smoke/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.122&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.122&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/ChangeLog?r1=1.121&r2=1.122
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v
20 retrieving revision 1.121
21 retrieving revision 1.122
22 diff -u -r1.121 -r1.122
23 --- ChangeLog 24 Jan 2011 19:06:12 -0000 1.121
24 +++ ChangeLog 26 Jan 2011 20:28:37 -0000 1.122
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-base/smoke
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.121 2011/01/24 19:06:12 reavertm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.122 2011/01/26 20:28:37 alexxy Exp $
30 +
31 +*smoke-4.6.0 (26 Jan 2011)
32 +
33 + 26 Jan 2011; Alexey Shvetsov <alexxy@g.o> +smoke-4.6.0.ebuild:
34 + Version bump KDE SC 4.6.0
35
36 24 Jan 2011; Maciej Mrozowski <reavertm@g.o> smoke-4.4.5.ebuild,
37 smoke-4.5.5.ebuild:
38
39
40
41 1.10 kde-base/smoke/metadata.xml
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/metadata.xml?rev=1.10&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/metadata.xml?rev=1.10&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/metadata.xml?r1=1.9&r2=1.10
46
47 Index: metadata.xml
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/metadata.xml,v
50 retrieving revision 1.9
51 retrieving revision 1.10
52 diff -u -r1.9 -r1.10
53 --- metadata.xml 4 Dec 2010 22:19:09 -0000 1.9
54 +++ metadata.xml 26 Jan 2011 20:28:37 -0000 1.10
55 @@ -5,6 +5,8 @@
56 <use>
57 <flag name="attica">Compile bindings for <pkg>dev-libs/libattica</pkg>.</flag>
58 <flag name="akonadi">Compile bindings for Akonadi.</flag>
59 + <flag name="declarative">Compile bindings for <pkg>x11-libs/qt-declarative</pkg>.</flag>
60 + <flag name="kate">Compile bindings for KDE Advanced Text Editor.</flag>
61 <flag name="multimedia">Compile bindings for <pkg>x11-libs/qt-multimedia</pkg>.</flag>
62 <flag name="okular">Compile bindings for <pkg>kde-base/okular</pkg>.</flag>
63 <flag name="phonon">Compile bindings for Phonon.</flag>
64
65
66
67 1.1 kde-base/smoke/smoke-4.6.0.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/smoke-4.6.0.ebuild?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smoke/smoke-4.6.0.ebuild?rev=1.1&content-type=text/plain
71
72 Index: smoke-4.6.0.ebuild
73 ===================================================================
74 # Copyright 1999-2011 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.6.0.ebuild,v 1.1 2011/01/26 20:28:37 alexxy Exp $
77
78 EAPI="3"
79
80 KMNAME="kdebindings"
81 DECLARATIVE_REQUIRED="optional"
82 MULTIMEDIA_REQUIRED="optional"
83 QTHELP_REQUIRED="optional"
84 WEBKIT_REQUIRED="optional"
85 inherit kde4-meta
86
87 DESCRIPTION="Scripting Meta Object Kompiler Engine"
88 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
89 IUSE="akonadi attica debug kate okular +phonon qimageblitz qscintilla qwt semantic-desktop"
90
91 COMMON_DEPEND="
92 $(add_kdebase_dep kdelibs 'semantic-desktop?')
93 akonadi? ( $(add_kdebase_dep kdepimlibs) )
94 attica? ( dev-libs/libattica )
95 kate? ( $(add_kdebase_dep kate) )
96 okular? ( $(add_kdebase_dep okular) )
97 phonon? ( >=media-sound/phonon-4.4.3 )
98 qimageblitz? ( >=media-libs/qimageblitz-0.0.4 )
99 qscintilla? ( x11-libs/qscintilla )
100 qwt? ( x11-libs/qwt:5 )
101 "
102 DEPEND="${COMMON_DEPEND}"
103 RDEPEND="${COMMON_DEPEND}"
104
105 KMEXTRA="generator/"
106
107 KMSAVELIBS=1
108
109 src_configure() {
110 mycmakeargs=(
111 -DDISABLE_Qt3Support=ON
112 $(cmake-utils_use_with akonadi)
113 $(cmake-utils_use_with akonadi KdepimLibs)
114 $(cmake-utils_use_with attica LibAttica)
115 $(cmake-utils_use_disable declarative QtDeclarative)
116 $(cmake-utils_use_disable kate)
117 $(cmake-utils_use_disable multimedia QtMultimedia)
118 $(cmake-utils_use_with okular)
119 $(cmake-utils_use_with phonon)
120 $(cmake-utils_use_with qimageblitz QImageBlitz)
121 $(cmake-utils_use_with qscintilla QScintilla)
122 $(cmake-utils_use_disable qthelp QtHelp)
123 $(cmake-utils_use_disable qwt)
124 $(cmake-utils_use_with semantic-desktop Nepomuk)
125 $(cmake-utils_use_with semantic-desktop Soprano)
126 $(cmake-utils_use_disable webkit QtWebKit)
127 )
128 kde4-meta_src_configure
129 }