summaryrefslogtreecommitdiff
blob: 1c5e416e3e24c6bfc2a314f1d179ce0123a38adb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit gnome2

DESCRIPTION="Gnome device manager is a replacement for the hal device manager."
HOMEPAGE="http://there.isnt.one"
SRC_URI="http://people.freedesktop.org/~david/dist/${P}.tar.bz2"

LICENSE="|| ( LGPL-2 GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=sys-apps/hal-0.5.9
	x11-libs/gtk+
	>=gnome-base/libgnome-2.14
	>=gnome-base/libgnomeui-2.14"
DEPEND="${RDEPEND}
	>=app-text/scrollkeeper-0.3.14
	>=dev-util/intltool-0.35.0"