blob: e1c607b3f867b032e85af08a48d78ead53d6878c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/efsd/efsd-0.0.1.20031013.ebuild,v 1.3 2004/01/26 01:11:39 vapier Exp $
inherit enlightenment
DESCRIPTION="daemon that provides commonly needed file system functionality to clients"
HOMEPAGE="http://www.enlightenment.org/pages/efsd.html"
DEPEND="${DEPEND}
dev-lang/perl"
RDEPEND="${DEPEND}
app-admin/fam
>=dev-libs/libxml2-2.3.10
>=dev-db/edb-1.0.4.20031013"
|