blob: 350a2c6828c5fd797f28fd8d28fc2b8969d91b83 (
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
26
27
28
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/krusader/krusader-2.2.0_beta1.ebuild,v 1.2 2010/06/25 10:23:11 scarabeus Exp $
EAPI="2"
KDE_LINGUAS="bg ca cs da de el en_GB es et fr gl hu it ja ko lt nb nds nl pl pt
pt_BR ro ru sk sl sv tr uk zh_CN zh_TW"
KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
inherit kde4-base
MY_P="${P/_/-}"
DESCRIPTION="An advanced twin-panel (commander-style) file-manager for KDE with many extras."
HOMEPAGE="http://www.krusader.org/"
SRC_URI="mirror://sourceforge/krusader/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="debug handbook"
RDEPEND=">=kde-base/libkonq-${KDE_MINIMAL}"
DEPEND="${RDEPEND}
sys-devel/gettext
"
S="${WORKDIR}/${MY_P}"
|