summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-wireless/kdebluetooth/kdebluetooth-20040308.ebuild')
-rw-r--r--net-wireless/kdebluetooth/kdebluetooth-20040308.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-wireless/kdebluetooth/kdebluetooth-20040308.ebuild b/net-wireless/kdebluetooth/kdebluetooth-20040308.ebuild
deleted file mode 100644
index f58e43b6f2c3..000000000000
--- a/net-wireless/kdebluetooth/kdebluetooth-20040308.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/kdebluetooth/kdebluetooth-20040308.ebuild,v 1.4 2004/07/03 21:32:29 carlo Exp $
-
-inherit kde
-
-DESCRIPTION="KDE Bluetooth Framework"
-HOMEPAGE="http://kde-bluetooth.sourceforge.net/"
-SRC_URI="http://members.xoom.virgilio.it/motaboy/kdebluetooth-${PV}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-IUSE=""
-
-
-DEPEND=">=dev-libs/openobex-1
- >=net-wireless/bluez-libs-2
- >=net-wireless/bluez-sdp-1"
-need-kde 3
-need-automake 1.6
-need-autoconf 2.5
-
-src_install() {
- kde_src_install
-}
-
-pkg_postinst() {
- einfo "This new version of kde-bluetooth provide a replacement for the"
- einfo "standard bluepin program called \"kbluepin\"!!! "
- einfo ""
- einfo "If you want to use it, you have to edit your \"/etc/bluetooth/hcid.conf\" "
- einfo "and change the line \"pin_helper oldbluepin;\" with \"pin_helper /usr/bin/kbluepin;\""
- einfo "Then restart hcid to make the change working"
-}