summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-nds/lat/lat-1.0.7.ebuild')
-rw-r--r--net-nds/lat/lat-1.0.7.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/net-nds/lat/lat-1.0.7.ebuild b/net-nds/lat/lat-1.0.7.ebuild
new file mode 100644
index 000000000..334cf89f7
--- /dev/null
+++ b/net-nds/lat/lat-1.0.7.ebuild
@@ -0,0 +1,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"