diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-02 07:08:53 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-02 07:08:53 +0000 |
commit | 7f523f6760dfe9693d1025dbbcd6c793ca604fca (patch) | |
tree | 017fb5e1ac6506fba8c054a5563b43071acaa687 /net-wireless/kbluetooth | |
parent | Version bump. (diff) | |
download | gentoo-2-7f523f6760dfe9693d1025dbbcd6c793ca604fca.tar.gz gentoo-2-7f523f6760dfe9693d1025dbbcd6c793ca604fca.tar.bz2 gentoo-2-7f523f6760dfe9693d1025dbbcd6c793ca604fca.zip |
Drop old ewarn
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/kbluetooth')
-rw-r--r-- | net-wireless/kbluetooth/kbluetooth-0.4.ebuild | 11 | ||||
-rw-r--r-- | net-wireless/kbluetooth/kbluetooth-0.4_rc2.ebuild | 9 |
2 files changed, 3 insertions, 17 deletions
diff --git a/net-wireless/kbluetooth/kbluetooth-0.4.ebuild b/net-wireless/kbluetooth/kbluetooth-0.4.ebuild index 80b6b48f8d4e..bf41356f73f9 100644 --- a/net-wireless/kbluetooth/kbluetooth-0.4.ebuild +++ b/net-wireless/kbluetooth/kbluetooth-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4.ebuild,v 1.1 2010/02/02 06:53:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4.ebuild,v 1.2 2010/02/02 07:08:53 ssuominen Exp $ EAPI=2 KDE_LINGUAS="cs da de en_GB eo es et fr ga gl it km lt nds nl pa pt pt_BR ro @@ -34,7 +34,7 @@ src_prepare() { -i src/CMakeLists.txt \ -i src/device-manager/CMakeLists.txt \ -i src/inputwizard/CMakeLists.txt \ - || die "Failed to patch CMake files" + || die } src_configure() { @@ -42,10 +42,3 @@ src_configure() { $(cmake-utils_use_with semantic-desktop Soprano) ) kde4-base_src_configure } - -pkg_postinst() { - kde4-base_pkg_postinst - ewarn "net-wireless/bluez can't work as normal user, so you need to setup" - ewarn "your dbus privilege granting yourself, see bug:" - ewarn "http://bugs.gentoo.org/279616" -} diff --git a/net-wireless/kbluetooth/kbluetooth-0.4_rc2.ebuild b/net-wireless/kbluetooth/kbluetooth-0.4_rc2.ebuild index bfa8bf1cfada..2be4fba8eed4 100644 --- a/net-wireless/kbluetooth/kbluetooth-0.4_rc2.ebuild +++ b/net-wireless/kbluetooth/kbluetooth-0.4_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4_rc2.ebuild,v 1.3 2010/01/31 17:06:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4_rc2.ebuild,v 1.4 2010/02/02 07:08:53 ssuominen Exp $ EAPI=2 KDE_LINGUAS="da de en_GB es et fr gl km lt nds pt pt_BR ro ru sv tr uk zh_CN zh_TW" @@ -45,10 +45,3 @@ src_configure() { $(cmake-utils_use_with semantic-desktop Nepomuk)" kde4-base_src_configure } - -pkg_postinst() { - kde4-base_pkg_postinst - ewarn "net-wireless/bluez can't work as normal user, so you need to setup" - ewarn "your dbus privilege granting yourself, see bug:" - ewarn "http://bugs.gentoo.org/279616" -} |