blob: 12be40e4492d45ae0c159ec385eb99e637c151f5 (
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
25
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/smb4k/smb4k-0.9.7.ebuild,v 1.2 2008/12/07 13:16:51 jmbsvicetto Exp $
ARTS_REQUIRED="never"
EAPI="1"
inherit kde
DESCRIPTION="Smb4K is a SMB share browser for KDE."
HOMEPAGE="http://smb4k.berlios.de/"
SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="bindist"
DEPEND="|| ( kde-base/konqueror:3.5 kde-base/kdebase:3.5 )"
RDEPEND="${DEPEND}
bindist? ( <net-fs/samba-3.2.0_pre2 )
!bindist? ( net-fs/samba )
net-fs/mount-cifs"
need-kde 3.5
|