Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/kbluetooth: kbluetooth-0.4_rc2.ebuild kbluetooth-0.4.ebuild
Date: Tue, 02 Feb 2010 07:08:57
Message-Id: E1NcCsX-0000GO-VK@stork.gentoo.org
1 ssuominen 10/02/02 07:08:53
2
3 Modified: kbluetooth-0.4_rc2.ebuild kbluetooth-0.4.ebuild
4 Log:
5 Drop old ewarn
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 net-wireless/kbluetooth/kbluetooth-0.4_rc2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4_rc2.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4_rc2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4_rc2.ebuild?r1=1.3&r2=1.4
14
15 Index: kbluetooth-0.4_rc2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4_rc2.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- kbluetooth-0.4_rc2.ebuild 31 Jan 2010 17:06:01 -0000 1.3
22 +++ kbluetooth-0.4_rc2.ebuild 2 Feb 2010 07:08:53 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4_rc2.ebuild,v 1.3 2010/01/31 17:06:01 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4_rc2.ebuild,v 1.4 2010/02/02 07:08:53 ssuominen Exp $
28
29 EAPI=2
30 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"
31 @@ -45,10 +45,3 @@
32 $(cmake-utils_use_with semantic-desktop Nepomuk)"
33 kde4-base_src_configure
34 }
35 -
36 -pkg_postinst() {
37 - kde4-base_pkg_postinst
38 - ewarn "net-wireless/bluez can't work as normal user, so you need to setup"
39 - ewarn "your dbus privilege granting yourself, see bug:"
40 - ewarn "http://bugs.gentoo.org/279616"
41 -}
42
43
44
45 1.2 net-wireless/kbluetooth/kbluetooth-0.4.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4.ebuild?r1=1.1&r2=1.2
50
51 Index: kbluetooth-0.4.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- kbluetooth-0.4.ebuild 2 Feb 2010 06:53:17 -0000 1.1
58 +++ kbluetooth-0.4.ebuild 2 Feb 2010 07:08:53 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2010 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4.ebuild,v 1.1 2010/02/02 06:53:17 ssuominen Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4.ebuild,v 1.2 2010/02/02 07:08:53 ssuominen Exp $
64
65 EAPI=2
66 KDE_LINGUAS="cs da de en_GB eo es et fr ga gl it km lt nds nl pa pt pt_BR ro
67 @@ -34,7 +34,7 @@
68 -i src/CMakeLists.txt \
69 -i src/device-manager/CMakeLists.txt \
70 -i src/inputwizard/CMakeLists.txt \
71 - || die "Failed to patch CMake files"
72 + || die
73 }
74
75 src_configure() {
76 @@ -42,10 +42,3 @@
77 $(cmake-utils_use_with semantic-desktop Soprano) )
78 kde4-base_src_configure
79 }
80 -
81 -pkg_postinst() {
82 - kde4-base_pkg_postinst
83 - ewarn "net-wireless/bluez can't work as normal user, so you need to setup"
84 - ewarn "your dbus privilege granting yourself, see bug:"
85 - ewarn "http://bugs.gentoo.org/279616"
86 -}