blob: 4de3b1399adf880e8927dcbc09087f1c27f7b0a3 (
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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit xfce4
xfce4_goodies
DESCRIPTION="Thunar volume management"
HOMEPAGE="http://foo-projects.org/~benny/projects/thunar-volman"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug"
RDEPEND="dev-libs/dbus-glib
sys-apps/hal
>=xfce-extra/exo-0.3.8[hal]
>=xfce-base/thunar-${THUNAR_VERSION}"
DOCS="AUTHORS ChangeLog NEWS README THANKS"
|