blob: 10632f60b5f6036ee386be165f61240fc7c5ca02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/smb4k/smb4k-0.10.2.ebuild,v 1.3 2009/04/06 11:28:39 scarabeus Exp $
EAPI="2"
KDE_MINIMAL="4.2"
KDE_LINGUAS="bg cs da de es fr hu is it ja nb nl pt pt_BR ru sk sv tr uk zh_CN zh_TW"
inherit kde4-base
DESCRIPTION="Smb4K is a SMB share browser for KDE."
HOMEPAGE="http://smb4k.berlios.de/"
SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
SLOT="4.1"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="bindist"
DEPEND=">=kde-base/konqueror-${KDE_MINIMAL}"
RDEPEND="${DEPEND}
bindist? ( <net-fs/samba-3.2.0_rc2 )
!bindist? ( net-fs/samba )
!net-misc/smb4k:0
net-fs/mount-cifs"
|