blob: 9d0c8c706ae0e7df450074f7bb32b3a212226b35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/dolphin/dolphin-0.7.0.ebuild,v 1.3 2006/10/29 09:31:13 nixnut Exp $
inherit kde
DESCRIPTION="A file manager for KDE focusing on usability."
HOMEPAGE="http://enzosworld.gmxhome.de"
SRC_URI="http://enzosworld.gmxhome.de/download/${P}.tar.gz"
KEYWORDS="~amd64 ~ppc ~x86-fbsd"
SLOT="0"
LICENSE="GPL-2"
IUSE="kdeenablefinal"
need-kde 3.5
|