# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-1.2.0.ebuild,v 1.7 2005/05/08 22:46:29 agriffis Exp $ inherit gnome2 eutils DESCRIPTION="Tools aimed to make easy the administration of UNIX systems" HOMEPAGE="http://www.gnome.org/projects/gst/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc ~x86 ~amd64 ~sparc ~ppc64 ~ia64" IUSE="nfs samba" RDEPEND="net-misc/openssh sys-apps/shadow >=x11-libs/gtk+-2.6 >=gnome-base/libgnomeui-2.9.0 >=gnome-base/libglade-2.4 >=gnome-base/gconf-2.2 >=dev-libs/libxml2-2.4.12 >=gnome-base/nautilus-2.9.90 >=app-admin/system-tools-backends-${PV} nfs? ( net-fs/nfs-utils ) samba? ( >=net-fs/samba-3 )" DEPEND="${RDEPEND} dev-util/pkgconfig >=dev-util/intltool-0.29" DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO" USE_DESTDIR="1" # --enable-disks is not (still) supported for Gentoo G2CONF="${G2CONF} --enable-boot --enable-services" if ! use nfs && ! use samba; then G2CONF="${G2CONF} --disable-shares" fi