Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/kbluetooth: ChangeLog kbluetooth-0.4.1.ebuild
Date: Wed, 10 Feb 2010 07:51:37
Message-Id: E1Nf7MC-0001PP-8x@stork.gentoo.org
1 ssuominen 10/02/10 07:51:32
2
3 Modified: ChangeLog
4 Added: kbluetooth-0.4.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 net-wireless/kbluetooth/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 3 Feb 2010 21:12:48 -0000 1.7
23 +++ ChangeLog 10 Feb 2010 07:51:31 -0000 1.8
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-wireless/kbluetooth
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/ChangeLog,v 1.7 2010/02/03 21:12:48 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/ChangeLog,v 1.8 2010/02/10 07:51:31 ssuominen Exp $
29 +
30 +*kbluetooth-0.4.1 (10 Feb 2010)
31 +
32 + 10 Feb 2010; Samuli Suominen <ssuominen@g.o>
33 + +kbluetooth-0.4.1.ebuild:
34 + Version bump.
35
36 03 Feb 2010; Samuli Suominen <ssuominen@g.o> kbluetooth-0.4.ebuild:
37 Don't depend on libknotificationitem with KDE 4.4.x.
38
39
40
41 1.1 net-wireless/kbluetooth/kbluetooth-0.4.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kbluetooth-0.4.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/net-wireless/kbluetooth/kbluetooth-0.4.1.ebuild,v 1.1 2010/02/10 07:51:31 ssuominen Exp $
51
52 EAPI=2
53 KDE_LINGUAS="cs da de en_GB eo es et fr ga gl it km lt nds nl pa pt pt_BR ro
54 ru sv tr uk zh_CN zh_TW"
55 inherit kde4-base
56
57 DESCRIPTION="Bluetooth utils for KDE4"
58 HOMEPAGE="http://techbase.kde.org/Kbluetooth"
59 SRC_URI="http://kde-apps.org/CONTENT/content-files/112110-${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="4"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="debug semantic-desktop"
65
66 COMMON_DEPEND=">=kde-base/solid-${KDE_MINIMAL}[bluetooth]
67 >=kde-base/libkworkspace-${KDE_MINIMAL}
68 || ( >=kde-base/kdelibs-4.4.0 =kde-base/libknotificationitem-4.3* )
69 >=kde-base/kdelibs-${KDE_MINIMAL}[semantic-desktop?]"
70 RDEPEND="${COMMON_DEPEND}
71 app-mobilephone/obex-data-server
72 app-mobilephone/obexftp"
73 DEPEND="${COMMON_DEPEND}"
74
75 DOCS="AUTHORS ChangeLog TODO"
76
77 src_prepare() {
78 sed -i \
79 -e 's:${KDE4WORKSPACE_SOLIDCONTROL_LIBRARY}:solidcontrol:g' \
80 src/{,device-manager/,inputwizard/}CMakeLists.txt || die
81
82 kde4-base_src_prepare
83 }
84
85 src_configure() {
86 mycmakeargs+=(
87 $(cmake-utils_use_with semantic-desktop Nepomuk)
88 $(cmake-utils_use_with semantic-desktop Soprano)
89 )
90
91 kde4-base_src_configure
92 }