Portage is a package management system used by Gentoo Linux
# ChangeLog for net-nds/lat
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/ChangeLog,v 1.5 2007/04/08 18:38:31 bass Exp $
*lat-1.2.2 (08 Apr 2007)
08 Apr 2007; J. Alberto Suárez López
-lat-1.2.0.1.ebuild, +lat-1.2.2.ebuild:
Version bump
21 Jan 2007; J. Alberto Suárez López
lat-1.2.0.1.ebuild, lat-1.2.1.1.ebuild:
Mark as stable
22 Nov 2006; J. Alberto Suárez López
lat-1.2.1.1.ebuild:
fixed atom in deps
*lat-1.2.1.1 (21 Nov 2006)
21 Nov 2006; J. Alberto Suárez López
+lat-1.2.1.1.ebuild:
Bump version and fixed Deps #151953
*lat-1.2.0.1 (15 Oct 2006)
15 Oct 2006; J. Alberto Suárez López
+lat-1.2.0.1.ebuild:
From sunrise to portage. #86854
07 Oct 2006; Tiziano Müller
-lat-1.0.7.ebuild, +lat-1.2.0.1.ebuild:
Version bump. Old versions removed.
18 Sep 2006; Markus Ullmann
Minor QA fixes
06 Sep 2006; Tiziano Müller
-lat-1.1.6.ebuild, lat-1.1.6.1.ebuild,
-files/lat-1.1.6-service_finder_cs.patch:
Version bump.
Keywording v1.1.6.1 with '-*' since it is in the development tree.
05 Sep 2006; Tiziano Müller
Version bump:
-> Upstream fixed the bug we had to patch.
04 Sep 2006; Tiziano Müller
lat-1.1.6.ebuild:
Added ~amd64 keyword since upstream has amd64 and assures compatibility.
04 Sep 2006; Tiziano Müller
+files/lat-1.1.6-service_finder_cs.patch:
Version bump. Original ebuild provided by upstream, but patching and
clean-up was needed.
31 Aug 2006; Tiziano Müller
+metadata.xml:
New ebuild for bug #86854, based on the original ebuild available on the
project page.
DIST lat-1.2.1.1.tar.gz 434875 RMD160 e364f98d8539d6fced35948580b6d48d74548987 SHA1 5f4711ae93ff695a9537a0d98813cf2404a97d7e SHA256 1fd4239f99be3c27a459fecfabe6cc1e86822d21c1f23d9c12f2401b7e0679ec
DIST lat-1.2.2.tar.gz 440910 RMD160 d69cdf34f011e52c7261d3779fcbdc19097cb509 SHA1 79ff03a99b48bd05d273d28ba4c6b77af6fa6838 SHA256 74fb8535552b14ac2f0e795be9bbce2bb34873f9f19668a0fd8dc4704c9f7426
EBUILD lat-1.2.1.1.ebuild 1251 RMD160 84b2d3bfcb34f47feff606a9d60e14b01645d3dc SHA1 5d55ff5d23f0100907b17307fa731ad79c41f8b8 SHA256 33059d6cd1a3308b05d4cc4ebe57251abd7bf20a3d404de6a05fe460a8e358fe
EBUILD lat-1.2.2.ebuild 1249 RMD160 8b602a71c213def241788ba14f48dab549c18a12 SHA1 840c3049d082e141fd7291d3b114db698754eb2c SHA256 e6a905b2519160d390f8cb0a302fb6512ad29e352325a4cf3431ade27a97d085
MISC ChangeLog 2031 RMD160 64810fbb9b444fc1748f88f889e5001b481afa81 SHA1 bdc11e39b66247eca026c85cf11988f37279aa87 SHA256 dd8dbd8d9a51069341458e4955958e547695ac5792b84bc588754bc684d373d4
MISC metadata.xml 676 RMD160 37a46a4226fc5cc0913da12c910fa91431a64cd0 SHA1 116e1142d5437f83f09e46cae0fdd7a62f10eb41 SHA256 59c5376cd438301f5d6610022d78ca87f22ea9747c9bbf9dc0efcb18119643a2
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/lat-1.2.1.1.ebuild,v 1.3 2007/01/21 20:01:28 bass Exp $
inherit gnome2 mono versionator
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}/$(get_version_component_range 1-2)/${P}.tar.gz"
LICENSE="GPL-2"
IUSE="avahi dbus"
SLOT="0"
RDEPEND=">=dev-lang/mono-1.1.13
>=dev-dotnet/gtk-sharp-2.8
>=dev-dotnet/gnome-sharp-2.8
>=dev-dotnet/glade-sharp-2.8
>=dev-dotnet/gconf-sharp-2.8
>=gnome-base/gnome-keyring-0.4
sys-apps/dbus
avahi? ( net-dns/avahi )"
DEPEND="${RDEPEND}
app-text/scrollkeeper
dev-util/pkgconfig"
src_compile() {
econf \
$(use_enable avahi) \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README TODO
}
pkg_postinst() {
if use avahi ; then
ewarn "You've enabled avahi support."
ewarn "Make sure the avahi daemon is running before you try to start ${PN}"
fi
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/lat-1.2.2.ebuild,v 1.1 2007/04/08 18:38:31 bass Exp $
inherit gnome2 mono versionator
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}/$(get_version_component_range 1-2)/${P}.tar.gz"
LICENSE="GPL-2"
IUSE="avahi dbus"
SLOT="0"
RDEPEND=">=dev-lang/mono-1.1.13
>=dev-dotnet/gtk-sharp-2.8
>=dev-dotnet/gnome-sharp-2.8
>=dev-dotnet/glade-sharp-2.8
>=dev-dotnet/gconf-sharp-2.8
>=gnome-base/gnome-keyring-0.4
sys-apps/dbus
avahi? ( net-dns/avahi )"
DEPEND="${RDEPEND}
app-text/scrollkeeper
dev-util/pkgconfig"
src_compile() {
econf \
$(use_enable avahi) \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README TODO
}
pkg_postinst() {
if use avahi ; then
ewarn "You've enabled avahi support."
ewarn "Make sure the avahi daemon is running before you try to start ${PN}"
fi
}
LAT stands for LDAP Administration Tool. The tool allows you to browse LDAP-based directories and add/edit/delete entries contained within. It can store profiles for quick access to different servers. There are also different views available such as Users, Groups and Hosts which allow you to easily manage objects without having to deal with the intricacies of LDAP.