Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdebase-kioslaves: ChangeLog kdebase-kioslaves-4.3.5-r1.ebuild kdebase-kioslaves-4.3.5.ebuild
Date: Wed, 27 Jan 2010 10:40:56
Message-Id: E1Na5KN-0000jZ-TZ@stork.gentoo.org
1 scarabeus 10/01/27 10:40:51
2
3 Modified: ChangeLog
4 Added: kdebase-kioslaves-4.3.5-r1.ebuild
5 Removed: kdebase-kioslaves-4.3.5.ebuild
6 Log:
7 Revision bump. Apply upstream patch fixing cpu hogs.
8 (Portage version: 2.2_rc61/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.185 kde-base/kdebase-kioslaves/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-kioslaves/ChangeLog?rev=1.185&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-kioslaves/ChangeLog?rev=1.185&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-kioslaves/ChangeLog?r1=1.184&r2=1.185
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebase-kioslaves/ChangeLog,v
20 retrieving revision 1.184
21 retrieving revision 1.185
22 diff -u -r1.184 -r1.185
23 --- ChangeLog 25 Jan 2010 14:55:52 -0000 1.184
24 +++ ChangeLog 27 Jan 2010 10:40:51 -0000 1.185
25 @@ -1,6 +1,13 @@
26 # ChangeLog for kde-base/kdebase-kioslaves
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-kioslaves/ChangeLog,v 1.184 2010/01/25 14:55:52 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-kioslaves/ChangeLog,v 1.185 2010/01/27 10:40:51 scarabeus Exp $
30 +
31 +*kdebase-kioslaves-4.3.5-r1 (27 Jan 2010)
32 +
33 + 27 Jan 2010; Tomáš Chvátal <scarabeus@g.o>
34 + +files/4.3.5-fix-slow-folderview.patch, -kdebase-kioslaves-4.3.5.ebuild,
35 + +kdebase-kioslaves-4.3.5-r1.ebuild:
36 + Revision bump. Apply upstream patch fixing cpu hogs.
37
38 *kdebase-kioslaves-4.3.5 (25 Jan 2010)
39
40
41
42
43 1.1 kde-base/kdebase-kioslaves/kdebase-kioslaves-4.3.5-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-kioslaves/kdebase-kioslaves-4.3.5-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-kioslaves/kdebase-kioslaves-4.3.5-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: kdebase-kioslaves-4.3.5-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-kioslaves/kdebase-kioslaves-4.3.5-r1.ebuild,v 1.1 2010/01/27 10:40:51 scarabeus Exp $
53
54 EAPI="2"
55
56 KMNAME="kdebase-runtime"
57 KMMODULE="kioslave"
58 inherit kde4-meta
59
60 DESCRIPTION="kioslave: the kde VFS framework - kioslave plugins present a filesystem-like view of arbitrary data"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
62 IUSE="+bzip2 debug lzma +handbook openexr samba"
63
64 # tests hang, last checked for 4.2.96
65 RESTRICT="test"
66
67 DEPEND="
68 !aqua? ( x11-libs/libXcursor )
69 bzip2? ( app-arch/bzip2 )
70 lzma? ( app-arch/xz-utils )
71 openexr? ( media-libs/openexr )
72 samba? (
73 || (
74 =net-fs/samba-3.0*
75 >=net-fs/samba-libs-3.4[smbclient]
76 )
77 )
78 "
79 RDEPEND="${DEPEND}
80 $(add_kdebase_dep kdelibs 'bzip2?,lzma?')
81 $(add_kdebase_dep kdialog)
82 virtual/ssh
83 !aqua? ( !kernel_SunOS? ( virtual/eject ) )
84 "
85
86 KMEXTRA="
87 kioexec
88 kdeeject
89 "
90
91 PATCHES=( "${FILESDIR}/${PV}-"* )
92
93 src_configure() {
94 mycmakeargs=(
95 $(cmake-utils_use_with bzip2 BZip2)
96 $(cmake-utils_use_with lzma LibLZMA)
97 $(cmake-utils_use_with openexr OpenEXR)
98 $(cmake-utils_use_with samba)
99 )
100
101 kde4-meta_src_configure
102 }
103
104 pkg_postinst() {
105 echo
106 elog "Note that if you upgrade strigi, you have to rebuild this package."
107 echo
108
109 kde4-meta_pkg_postinst
110 }