Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kmilo: ChangeLog kmilo-3.5.8-r1.ebuild
Date: Tue, 20 Nov 2007 12:50:55
Message-Id: E1IuSYu-0008SF-8i@stork.gentoo.org
1 philantrop 07/11/20 12:50:44
2
3 Modified: ChangeLog
4 Added: kmilo-3.5.8-r1.ebuild
5 Log:
6 Added a patch to fix a problem with the XF86Audio* key handlers not working when there's no master channel (e. g. you have a mute key that stopped working in KDE). Fixes bug 198015. Thanks to Kelvie Wong for creating and submitting said patch.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.76 kde-base/kmilo/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmilo/ChangeLog?rev=1.76&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmilo/ChangeLog?rev=1.76&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmilo/ChangeLog?r1=1.75&r2=1.76
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v
19 retrieving revision 1.75
20 retrieving revision 1.76
21 diff -u -r1.75 -r1.76
22 --- ChangeLog 19 Oct 2007 23:08:00 -0000 1.75
23 +++ ChangeLog 20 Nov 2007 12:50:43 -0000 1.76
24 @@ -1,6 +1,15 @@
25 # ChangeLog for kde-base/kmilo
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.75 2007/10/19 23:08:00 philantrop Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.76 2007/11/20 12:50:43 philantrop Exp $
29 +
30 +*kmilo-3.5.8-r1 (20 Nov 2007)
31 +
32 + 20 Nov 2007; Wulf C. Krueger <philantrop@g.o>
33 + +files/kmilo-3.5.8-198015_XF86Audio.patch, +kmilo-3.5.8-r1.ebuild:
34 + Added a patch to fix a problem with the XF86Audio* key handlers not working
35 + when there's no master channel (e. g. you have a mute key that stopped
36 + working in KDE). Fixes bug 198015. Thanks to Kelvie Wong for creating and
37 + submitting said patch.
38
39 *kmilo-3.5.8 (19 Oct 2007)
40
41
42
43
44 1.1 kde-base/kmilo/kmilo-3.5.8-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmilo/kmilo-3.5.8-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmilo/kmilo-3.5.8-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: kmilo-3.5.8-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2007 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.5.8-r1.ebuild,v 1.1 2007/11/20 12:50:43 philantrop Exp $
54
55 KMNAME=kdeutils
56 MAXKDEVER=$PV
57 KM_DEPRANGE="$PV $MAXKDEVER"
58 inherit kde-meta eutils
59
60 DESCRIPTION="kmilo - a kded module that can be extended to support various types of hardware
61 input devices that exist, such as those on keyboards."
62 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="kdehiddenvisibility pbbuttonsd"
64 DEPEND="pbbuttonsd? ( app-laptop/pbbuttonsd )"
65 RDEPEND="${DEPEND}"
66
67 PATCHES="${FILESDIR}/${P}-198015_XF86Audio.patch"
68
69 src_compile() {
70 local myconf="$(use_with pbbuttonsd powerbook)"
71
72 kde-meta_src_compile
73 }
74
75
76
77 --
78 gentoo-commits@g.o mailing list