Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdeplasma-addons: kdeplasma-addons-4.10.5.ebuild ChangeLog
Date: Tue, 02 Jul 2013 16:49:45
Message-Id: 20130702164729.4B7D22171E@flycatcher.gentoo.org
1 johu 13/07/02 16:47:29
2
3 Modified: ChangeLog
4 Added: kdeplasma-addons-4.10.5.ebuild
5 Log:
6 Version bump KDE SC 4.10.5
7
8 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
9
10 Revision Changes Path
11 1.202 kde-base/kdeplasma-addons/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog?rev=1.202&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog?rev=1.202&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog?r1=1.201&r2=1.202
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v
20 retrieving revision 1.201
21 retrieving revision 1.202
22 diff -u -r1.201 -r1.202
23 --- ChangeLog 2 Jul 2013 09:29:46 -0000 1.201
24 +++ ChangeLog 2 Jul 2013 16:47:29 -0000 1.202
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-base/kdeplasma-addons
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.201 2013/07/02 09:29:46 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.202 2013/07/02 16:47:29 johu Exp $
30 +
31 +*kdeplasma-addons-4.10.5 (02 Jul 2013)
32 +
33 + 02 Jul 2013; Johannes Huber <johu@g.o>
34 + +kdeplasma-addons-4.10.5.ebuild:
35 + Version bump KDE SC 4.10.5
36
37 02 Jul 2013; Agostino Sarubbo <ago@g.o>
38 -kdeplasma-addons-4.10.3-r1.ebuild:
39
40
41
42 1.1 kde-base/kdeplasma-addons/kdeplasma-addons-4.10.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.10.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.10.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kdeplasma-addons-4.10.5.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.10.5.ebuild,v 1.1 2013/07/02 16:47:29 johu Exp $
52
53 EAPI=5
54
55 inherit kde4-base
56
57 DESCRIPTION="Extra Plasma applets and engines"
58 LICENSE="GPL-2 LGPL-2"
59 KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
60 IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
61 semantic-desktop"
62
63 RESTRICT=test
64 # tests hang
65
66 # krunner is only needed to generate dbus interface for lancelot
67 COMMON_DEPEND="
68 app-crypt/qca:2
69 app-crypt/qca-ossl:2
70 $(add_kdebase_dep kdelibs 'semantic-desktop(+)?')
71 $(add_kdebase_dep krunner)
72 $(add_kdebase_dep plasma-workspace 'semantic-desktop(+)?')
73 x11-misc/shared-mime-info
74 attica? ( dev-libs/libattica )
75 desktopglobe? ( $(add_kdebase_dep marble) )
76 exif? ( $(add_kdebase_dep libkexiv2) )
77 fcitx? ( app-i18n/fcitx[dbus(+)] )
78 ibus? ( app-i18n/ibus )
79 json? ( dev-libs/qjson )
80 oauth? ( dev-libs/qoauth )
81 qalculate? ( sci-libs/libqalculate )
82 qwt? ( x11-libs/qwt:5 )
83 scim? ( app-i18n/scim )
84 semantic-desktop? (
85 $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
86 $(add_kdebase_dep plasma-workspace 'rss')
87 )
88 "
89 DEPEND="${COMMON_DEPEND}
90 dev-cpp/eigen:2
91 "
92 RDEPEND="${COMMON_DEPEND}
93 "
94
95 src_configure() {
96 mycmakeargs=(
97 -DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/"
98 $(cmake-utils_use_with attica LibAttica)
99 $(cmake-utils_use_with desktopglobe Marble)
100 $(cmake-utils_use_with exif Kexiv2)
101 $(cmake-utils_use_with ibus)
102 $(cmake-utils_use_with json QJSON)
103 $(cmake-utils_use_with oauth QtOAuth)
104 $(cmake-utils_use_with qalculate)
105 $(cmake-utils_use_with qwt)
106 $(cmake-utils_use_with semantic-desktop KdepimLibs)
107 $(cmake-utils_use_with semantic-desktop Nepomuk)
108 $(cmake-utils_use_with scim)
109 )
110
111 kde4-base_src_configure
112 }