blob: 9d8bf720d84702d5d024a66a192185470097e9b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit gnome2
DESCRIPTION="GTK+ disk space visualizer"
HOMEPAGE="http://gdmap.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
SLOT="0"
RDEPEND=">=x11-libs/gtk+-2.6.0
dev-libs/libxml2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="ChangeLog README NEWS AUTHORS"
|