diff options
author | 2008-10-22 17:10:16 +0200 | |
---|---|---|
committer | 2008-10-22 17:10:16 +0200 | |
commit | 3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae (patch) | |
tree | 1322931fe42d20a84a7e9ca769118ba20385465d /net-wireless | |
parent | add another location (diff) | |
download | kde-3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.tar.gz kde-3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.tar.bz2 kde-3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.zip |
Initial commit of live branch, not removed anything yet. Needs a hell of cleanup.
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/kdebluetooth4/kdebluetooth4-9999.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net-wireless/kdebluetooth4/kdebluetooth4-9999.ebuild b/net-wireless/kdebluetooth4/kdebluetooth4-9999.ebuild new file mode 100644 index 0000000000..2451578ca5 --- /dev/null +++ b/net-wireless/kdebluetooth4/kdebluetooth4-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="svn" +inherit kde4svn + +DESCRIPTION="KDE Bluetooth Framework" +HOMEPAGE="http://bluetooth.kmobiletools.org/" +#SRC_URI="mirror://sourceforge/kde-bluetooth/${P}.tar.bz2" +#ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/playground/network/kbluetooth4@{${PV//./}}" +ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/playground/network/kbluetooth4" + +SLOT="kde-svn" +LICENSE="GPL-2" +KEYWORDS="" +IUSE="" + +# Localisation will be added once we have a release. + +DEPEND=">=dev-libs/openobex-1.3 + app-mobilephone/obexftp + app-mobilephone/obex-data-server" + +RDEPEND="${DEPEND} + || ( ( kde-base/kdialog:${SLOT} kde-base/konqueror:${SLOT} ) + kde-base/kdelibs:${SLOT} ) + >=net-wireless/bluez-libs-3.11 + >=net-wireless/bluez-utils-3.11" |