Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdebase-kioslaves: ChangeLog kdebase-kioslaves-4.1.2.ebuild
Date: Thu, 02 Oct 2008 07:31:03
Message-Id: E1KlIeJ-0001VV-Q6@stork.gentoo.org
1 jmbsvicetto 08/10/02 07:30:59
2
3 Modified: ChangeLog
4 Added: kdebase-kioslaves-4.1.2.ebuild
5 Log:
6 Add kde-4.1.2 into the tree from the kde-testing overlay.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
8
9 Revision Changes Path
10 1.128 kde-base/kdebase-kioslaves/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-kioslaves/ChangeLog?rev=1.128&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-kioslaves/ChangeLog?rev=1.128&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-kioslaves/ChangeLog?r1=1.127&r2=1.128
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebase-kioslaves/ChangeLog,v
19 retrieving revision 1.127
20 retrieving revision 1.128
21 diff -u -r1.127 -r1.128
22 --- ChangeLog 1 Oct 2008 02:37:46 -0000 1.127
23 +++ ChangeLog 2 Oct 2008 07:30:59 -0000 1.128
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/kdebase-kioslaves
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-kioslaves/ChangeLog,v 1.127 2008/10/01 02:37:46 jmbsvicetto Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-kioslaves/ChangeLog,v 1.128 2008/10/02 07:30:59 jmbsvicetto Exp $
29 +
30 +*kdebase-kioslaves-4.1.2 (02 Oct 2008)
31 +
32 + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
33 + +kdebase-kioslaves-4.1.2.ebuild:
34 + Add kde-4.1.2 into the tree from the kde-testing overlay.
35
36 01 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
37 ChangeLog:
38
39
40
41 1.1 kde-base/kdebase-kioslaves/kdebase-kioslaves-4.1.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-kioslaves/kdebase-kioslaves-4.1.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-kioslaves/kdebase-kioslaves-4.1.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kdebase-kioslaves-4.1.2.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-kioslaves/kdebase-kioslaves-4.1.2.ebuild,v 1.1 2008/10/02 07:30:59 jmbsvicetto Exp $
51
52 EAPI="2"
53
54 KMNAME=kdebase-runtime
55 KMMODULE=kioslave
56 inherit kde4-meta
57
58 DESCRIPTION="kioslave: the kde VFS framework - kioslave plugins present a filesystem-like view of arbitrary data"
59 KEYWORDS="~amd64 ~x86"
60 IUSE="bzip2 debug htmlhandbook openexr samba"
61 RESTRICT="test"
62
63 # Note that if you upgrade strigi, you have to rebuild this package.
64 DEPEND=">=app-misc/strigi-0.5.7
65 >=dev-libs/cyrus-sasl-2
66 >=sys-apps/dbus-1.0.2
67 =sys-apps/hal-0.5*
68 x11-libs/libXcursor
69 samba? ( >=net-fs/samba-3.0.1 )
70 openexr? ( >=media-libs/openexr-1.2.2-r2 )"
71 RDEPEND="${DEPEND}
72 >=kde-base/kdesu-${PV}:${SLOT}
73 >=kde-base/kdialog-${PV}:${SLOT}
74 virtual/ssh"
75
76 KMEXTRA="kioexec
77 kdeeject"
78
79 src_unpack() {
80 if use htmlhandbook; then
81 KMEXTRA="${KMEXTRA} doc/kioslave"
82 fi
83 kde4-meta_src_unpack
84 }
85
86 src_configure() {
87 mycmakeargs="${mycmakeargs}
88 $(cmake-utils_use_with bzip2 BZip2)
89 $(cmake-utils_use_with samba Samba)
90 $(cmake-utils_use_with openexr OpenEXR)"
91
92 kde4-meta_src_configure
93 }