blob: 334cf89f71d798ba31527655f03a8c2cc359aa1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit gnome2 mono
KEYWORDS="~amd64 ~x86"
DESCRIPTION="LDAP Administration Tool, allows you to browse LDAP-based directories and add/edit/delete entries."
HOMEPAGE="http://dev.mmgsecurity.com/projects/lat"
SRC_URI="http://dev.mmgsecurity.com/downloads/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
IUSE=""
SLOT="0"
RDEPEND=">=dev-lang/mono-1.1.12.1
>=dev-dotnet/gtk-sharp-2.4.2
>=dev-dotnet/gnome-sharp-2.4.2
>=dev-dotnet/glade-sharp-2.4.2
>=dev-dotnet/gconf-sharp-2.4.2
>=gnome-base/gnome-keyring-0.4.2"
DEPEND="${RDEPEND}
app-text/scrollkeeper
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README TODO"
|