blob: 914f2fecbdb2d212a484aaec358af685330a03d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit kde
DESCRIPTION="A Kicker Applet of KDE that monitors free space of some disks."
HOMEPAGE="http://kde-apps.org/content/show.php?content=45015"
SRC_URI="http://kde-apps.org/CONTENT/content-files/45015-${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
need-kde 3.3
|