blob: bdc067e4706aa71620cc276b2afee60ab405e384 (
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/kde-misc/filelight/filelight-1.9_rc3.ebuild,v 1.2 2009/10/12 09:48:32 abcd Exp $
EAPI="2"
KMNAME="playground/utils"
KDE_MINIMAL="4.2"
inherit kde4-base
MY_P=${P/_/}
DESCRIPTION="Filelight creates an interactive map of concentric, segmented rings that help visualise disk usage."
HOMEPAGE="http://kde-apps.org/content/show.php/filelight?content=99561"
SRC_URI="http://kde-apps.org/CONTENT/content-files/99561-${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd"
IUSE="debug"
RDEPEND="x11-apps/xdpyinfo"
S=${WORKDIR}/${MY_P}
|