ChangeLog

# ChangeLog for net-nds/ldapvi
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-nds/ldapvi/ChangeLog,v 1.20 2008/06/29 09:58:55 tove Exp $

29 Jun 2008; Torsten Veller ldapvi-1.7.ebuild:
Add missing die: || "..." -> || die "..."

21 Apr 2008; Christian Heim metadata.xml:
Fix up metadata.xml. If there's no maintainer for the package, the metadata
also needs to contain m-needed@g.o.

07 Jan 2008; David Shakaryan ldapvi-1.7.ebuild:
Minor cleanup, add missing dev-util/pkgconfig dependency. (bug #204806)

21 Aug 2007; Michael Hanselmann -ldapvi-1.5.ebuild:
Drop old version.

21 Aug 2007; René Nussbaumer ldapvi-1.7.ebuild:
Stable on hppa.

15 Aug 2007; Michael Hanselmann -ldapvi-1.6.ebuild:
Drop old version.

13 Aug 2007; Michael Hanselmann ldapvi-1.7.ebuild:
Stable on amd64, ppc, x86.

*ldapvi-1.7 (05 May 2007)

05 May 2007; Michael Hanselmann
-files/1.6-mem-corruption.diff, -ldapvi-1.6-r1.ebuild, +ldapvi-1.7.ebuild:
Upstream released new version without need for a patch.

*ldapvi-1.6-r1 (03 May 2007)

02 May 2007; Michael Hanselmann
+files/1.6-mem-corruption.diff, +ldapvi-1.6-r1.ebuild:
Add post-1.6 patch from GIT to fix memory corruption bug (mentioned as
"potential FAQ" on ldapvi's website).

09 Jan 2007; Michael Hanselmann ldapvi-1.6.ebuild:
Stable on ppc, x86.

*ldapvi-1.6 (02 Dec 2006)

02 Dec 2006; Michael Hanselmann +ldapvi-1.6.ebuild:
Version bump.

18 Mar 2006; Michael Hanselmann
-files/ldapvi-filter.diff, -ldapvi-1.4-r1.ebuild:
Removed old version.

11 Mar 2006; Michael Hanselmann ldapvi-1.5.ebuild:
Stable on hppa, ppc, x86.

01 Mar 2006; Michael Hanselmann -ldapvi-1.1.ebuild,
-ldapvi-1.4.ebuild:
Removed old versions.

*ldapvi-1.5 (14 Feb 2006)

14 Feb 2006; Andrea Barisani +ldapvi-1.5.ebuild:
Added 1.5 release, this is just like 1.4 with upstream patch (1.4-r1) but
I thought it's best to respect the versioning.

12 Feb 2006; Michael Hanselmann ldapvi-1.4-r1.ebuild:
Stable on hppa, ppc, x86. Bespoken with lcars.

*ldapvi-1.4-r1 (11 Dec 2005)

11 Dec 2005; Andrea Barisani +files/ldapvi-filter.diff,
+ldapvi-1.4-r1.ebuild:
New revision, applies patch from the author that fixes a ldap filter bug.

*ldapvi-1.4 (19 Nov 2005)

19 Nov 2005; Michael Hanselmann +ldapvi-1.4.ebuild:
New version and added to ~hppa.

19 Sep 2005; Michael Hanselmann ldapvi-1.1.ebuild:
Added to ~ppc.

19 Sep 2005; Andrea Barisani ChangeLog:
Added initial ChangeLog.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

DIST ldapvi-1.7.tar.gz 119503 RMD160 f4cd1c2fcfc87e7a9e912269e60280e9ecd82156 SHA1 d1cde4cbb618180f9ae0e77c56a1520b8ad61c9a SHA256 6f62e92d20ff2ac0d06125024a914b8622e5b8a0a0c2d390bf3e7990cbd2e153
EBUILD ldapvi-1.7.ebuild 804 RMD160 479afa2b8ebe300043b795a8d23474a453425d84 SHA1 cce0c1e5b3a931b6f32805c84db91a1d3f3174bc SHA256 90a93e36ab9905f6dc22035c4e5d1bf1f7e3d48b9396c6a29c06d0f6489ae254
MISC ChangeLog 2933 RMD160 ee8d1333404b5fcec30b4b3c8b459d3dbcb69687 SHA1 7bd2bfd6da24aceb71b3eb13df2ecd84dad3bd5d SHA256 bb742d9157b0bf9c90cfa9065e67e3160b3175931590d2e323798e05ae0efab9
MISC metadata.xml 432 RMD160 f4c6c3281c7be0926c82e296135fb8fe7df566e0 SHA1 1e1791c3dcfc8c9ad0e245cacf0d058e69796355 SHA256 f6000417d41623cf0aa762caa2c92cdeeec98a87df3e4d7d8339f3febfdaf81b
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkhnXOUACgkQV3J2n04EauxaXACgx26qYoEY+Tbpbsm4+HfR0qHR
IlEAmQFacaIDZp8RBxFZfDSikhd4cWPP
=CCWP
-----END PGP SIGNATURE-----

ldapvi-1.7.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nds/ldapvi/ldapvi-1.7.ebuild,v 1.5 2008/06/29 09:58:55 tove Exp $

inherit eutils

DESCRIPTION="Manage LDAP entries with a text editor"
HOMEPAGE="http://www.lichteblau.com/ldapvi/"
SRC_URI="http://www.lichteblau.com/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 hppa ppc x86"
IUSE="ssl"

RDEPEND="sys-libs/ncurses
>=net-nds/openldap-2.2
dev-libs/popt
>=dev-libs/glib-2
sys-libs/readline
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"

src_compile() {
econf $(use_with ssl libcrypto openssl) || die "econf failed"
emake || die "emake failed"
}

src_install() {
dobin ldapvi || die "dobin failed"
doman ldapvi.1
}

metadata.xml




no-herd

maintainer-needed@gentoo.org
Default assignee for orphaned packages


Text based LDAP client which uses your standard editor for viewing and
changing entries.