diff options
Diffstat (limited to 'net-wireless/kbluetooth/kbluetooth-0.4.2.ebuild')
-rw-r--r-- | net-wireless/kbluetooth/kbluetooth-0.4.2.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/net-wireless/kbluetooth/kbluetooth-0.4.2.ebuild b/net-wireless/kbluetooth/kbluetooth-0.4.2.ebuild deleted file mode 100644 index 4492657c8a9e..000000000000 --- a/net-wireless/kbluetooth/kbluetooth-0.4.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# 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 -} |