blob: 3676bffb03ab58d15bf456aff591ede19904f8de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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_rc2.ebuild,v 1.1 2009/09/28 12:58:45 ssuominen Exp $
EAPI="2"
KMNAME="playground/utils"
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}
|