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-misc/smb4k: smb4k-0.10.4.ebuild smb4k-0.10.5.ebuild
Date: Sat, 24 Apr 2010 20:34:10
Message-Id: 20100424203406.399CA2C04C@corvid.gentoo.org
1 ssuominen 10/04/24 20:34:05
2
3 Modified: smb4k-0.10.4.ebuild smb4k-0.10.5.ebuild
4 Log:
5 fix deps
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 net-misc/smb4k/smb4k-0.10.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/smb4k/smb4k-0.10.4.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/smb4k/smb4k-0.10.4.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/smb4k/smb4k-0.10.4.ebuild?r1=1.6&r2=1.7
14
15 Index: smb4k-0.10.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/smb4k/smb4k-0.10.4.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- smb4k-0.10.4.ebuild 24 Dec 2009 13:07:15 -0000 1.6
22 +++ smb4k-0.10.4.ebuild 24 Apr 2010 20:34:05 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/smb4k/smb4k-0.10.4.ebuild,v 1.6 2009/12/24 13:07:15 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/smb4k/smb4k-0.10.4.ebuild,v 1.7 2010/04/24 20:34:05 ssuominen Exp $
29
30 EAPI=2
31 KDE_LINGUAS="bg cs da de es fr hu is it ja ko_KR nb nl pl pt_BR ru sk sv tr uk zh_CN zh_TW"
32 @@ -15,6 +15,3 @@
33 SLOT="4"
34 KEYWORDS="amd64 ~ppc x86"
35 IUSE="debug handbook"
36 -
37 -DEPEND=">=kde-base/konqueror-${KDE_MINIMAL}
38 - || ( >=net-fs/samba-client-3.4.2[-minimal,cups] net-fs/mount-cifs )"
39
40
41
42 1.2 net-misc/smb4k/smb4k-0.10.5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/smb4k/smb4k-0.10.5.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/smb4k/smb4k-0.10.5.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/smb4k/smb4k-0.10.5.ebuild?r1=1.1&r2=1.2
47
48 Index: smb4k-0.10.5.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-misc/smb4k/smb4k-0.10.5.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- smb4k-0.10.5.ebuild 13 Feb 2010 11:57:28 -0000 1.1
55 +++ smb4k-0.10.5.ebuild 24 Apr 2010 20:34:05 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-misc/smb4k/smb4k-0.10.5.ebuild,v 1.1 2010/02/13 11:57:28 ssuominen Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-misc/smb4k/smb4k-0.10.5.ebuild,v 1.2 2010/04/24 20:34:05 ssuominen Exp $
61
62 EAPI=2
63 KDE_LINGUAS="bg cs da de es fr hu is it ja nb nl pl pt_BR ru sk sv tr uk zh_CN zh_TW"
64 @@ -16,6 +16,6 @@
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE="debug +handbook"
67
68 -RDEPEND="|| ( >=net-fs/samba-client-3.4.2[-minimal,cups] net-fs/mount-cifs )"
69 +RDEPEND="|| ( >=net-fs/samba-3.4.2[cups] net-fs/mount-cifs )"
70
71 DOCS="AUTHORS BUGS ChangeLog FAQ README TODO"