+++ /dev/null
-# ChangeLog for net-wireless/kbluetooth
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/ChangeLog,v 1.14 2011/01/27 12:05:17 scarabeus Exp $
-
- 27 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> kbluetooth-0.4.2.ebuild:
- Do not depend on new kde 4.6 stuff. Per bug #352876.
-
- 09 Aug 2010; Maciej Mrozowski <reavertm@gentoo.org>
- kbluetooth-0.4.2.ebuild:
- Remove unnecessary KDE_MINIMAL, QA
-
- 09 Aug 2010; Samuli Suominen <ssuominen@gentoo.org>
- kbluetooth-0.4.2.ebuild:
- Remove KDE 4.3.x support from deps.
-
- 18 Jun 2010; Tomáš Chvátal <scarabeus@gentoo.org>
- kbluetooth-0.4.2.ebuild:
- x86 stable wrt #316667. Thanks to Thomas Kahle for testing.
-
- 03 May 2010; Samuli Suominen <ssuominen@gentoo.org>
- kbluetooth-0.4.2.ebuild:
- amd64 stable wrt #316667
-
-*kbluetooth-0.4.2 (21 Feb 2010)
-
- 21 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
- +kbluetooth-0.4.2.ebuild:
- Version bump.
-
-*kbluetooth-0.4.1 (10 Feb 2010)
-
- 10 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
- +kbluetooth-0.4.1.ebuild:
- Version bump.
-
- 03 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> kbluetooth-0.4.ebuild:
- Don't depend on libknotificationitem with KDE 4.4.x.
-
-*kbluetooth-0.4 (02 Feb 2010)
-
- 02 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
- +kbluetooth-0.4.ebuild:
- Version bump.
-
- 31 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
- kbluetooth-0.4_rc2.ebuild:
- Don't enable semantic-desktop by default (following KDE 4.3.5).
-
- 12 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org>
- kbluetooth-0.4_rc2.ebuild:
- Fix solidcontrol linking.
-
-*kbluetooth-0.4_rc2 (12 Nov 2009)
-
- 12 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org>
- +kbluetooth-0.4_rc2.ebuild:
- Version bump.
-
- 18 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
- kbluetooth-0.4_rc1.ebuild:
- Since bluez can't work as normal user, warn people about it wrt bug
- #279616.
-
-*kbluetooth-0.4_rc1 (15 Oct 2009)
-
- 15 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
- +kbluetooth-0.4_rc1.ebuild:
- Initial commit wrt #286316, thanks to Andreas Eckstein for initial ebuild.
-
+++ /dev/null
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4.2.ebuild,v 1.6 2011/01/27 12:05:17 scarabeus Exp $
-
-EAPI=3
-
-KDE_LINGUAS="cs da de en_GB eo es et fr ga gl it km lt nds nl pa pt pt_BR ro
-ru sv tr uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="Bluetooth utils for KDE4"
-HOMEPAGE="http://techbase.kde.org/Kbluetooth"
-SRC_URI="http://kde-apps.org/CONTENT/content-files/112110-${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug semantic-desktop"
-
-COMMON_DEPEND="
- <kde-base/kdelibs-4.6[semantic-desktop?]
- <kde-base/libkworkspace-4.6
- <kde-base/solid-4.6[bluetooth]
-"
-RDEPEND="${COMMON_DEPEND}
- app-mobilephone/obex-data-server
- app-mobilephone/obexftp
-"
-DEPEND="${COMMON_DEPEND}"
-
-src_prepare() {
- sed -i \
- -e 's:${KDE4WORKSPACE_SOLIDCONTROL_LIBRARY}:solidcontrol:g' \
- src/{,device-manager/,inputwizard/}CMakeLists.txt || die
-
- kde4-base_src_prepare
-}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- )
-
- kde4-base_src_configure
-}