Portage is a package management system used by Gentoo Linux
# ChangeLog for net-nds/adtool
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-nds/adtool/ChangeLog,v 1.10 2008/04/06 14:31:16 dertobi123 Exp $
06 Apr 2008; Tobias Scherbaum
adtool-1.3-r1.ebuild:
want automake 1.7, reported by Mike Auty in #216454
21 Oct 2006; Tobias Scherbaum
-adtool-1.2-r1.ebuild, -adtool-1.3.ebuild, adtool-1.3-r1.ebuild:
ppc stable, housekeeping
01 Aug 2006; Tobias Scherbaum
satya's leaving, add myself as maintainer
31 Jul 2006; Christian Andreetta
adtool-1.3.ebuild, adtool-1.3-r1.ebuild:
website changed: from c128.org to gp2x.org
04 Apr 2006; Christian Andreetta
old ebuild cleanup
*adtool-1.3-r1 (04 Apr 2006)
04 Apr 2006; Christian Andreetta
+files/adtool-1.3-10-asneeded.patch, +adtool-1.3-r1.ebuild:
ldap lib dependency fix with the --as-needed flag (bug #128678: thanks to
flameeyes and Mike Auty)
*adtool-1.2-r1 (08 Nov 2005)
08 Nov 2005; Christian Andreetta
+adtool-1.3.ebuild:
version bump (bug #101425), ssl IUSE flag
23 Jun 2004; David Holm
Added to ~ppc.
*adtool-1.2 (21 Jun 2004)
21 Jun 2004; Christian Andreetta
metadata.xml:
initial ebuild (Vlastimil Holer). See bug #50939
AUX adtool-1.3-10-asneeded.patch 510 RMD160 7349909b40661fd31dc1bd986af0180be5c8d18b SHA1 35864ffc44753de6d9bf7849f65431973525cb90 SHA256 0c3222780b2e48ed1da83c13764ff30075934b46b7008e009ed87ad8952145f3
DIST adtool-1.3.tar.gz 210072 RMD160 96f96478549cefe2b458c68d688ab9fc3819353d SHA1 2eea13f3029d479095bf190e7cb852414fa97a54 SHA256 4122ef7a288c90245a74fb22611672164b534ae2dba3c2cbe48f942ddbb4d44e
EBUILD adtool-1.3-r1.ebuild 786 RMD160 474ad5ed9abcc1a06f3886d06be90e9859b4f92b SHA1 08947f7069793a2f253014670615ce7d4756ffb3 SHA256 33d30292c9b5b98f81d2763a7cc92fdfb55094eb94a85e7b80db8386a28cb772
MISC ChangeLog 1542 RMD160 3c482c31487b10b6eb0bf7e04ef2a00e42790eee SHA1 3014d5301c85085705b93eef71dcc05b477084c6 SHA256 718450e163d420184258add313463b6c9a3d4d5b6007dcdfb5623feb58c03380
MISC metadata.xml 404 RMD160 b396b7d2f4638fa771821b69c7f9ef9b74348e1d SHA1 a023d343f6f946956ba53d2ce06ebe305f6672cb SHA256 72884380a95cd72a6f3fdfa00298829ac266526ee14b29687a7f8082320fae08
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nds/adtool/adtool-1.3-r1.ebuild,v 1.4 2008/04/06 14:31:16 dertobi123 Exp $
WANT_AUTOMAKE="1.7"
inherit eutils autotools
DESCRIPTION="adtool is a Unix command line utility for Active Directory administration"
SRC_URI="http://gp2x.org/adtool/${P}.tar.gz"
HOMEPAGE="http://gp2x.org/adtool/"
KEYWORDS="ppc ~x86"
SLOT="0"
LICENSE="GPL-2"
IUSE="ssl"
DEPEND="net-nds/openldap
ssl? ( dev-libs/openssl )"
RDEPEND=""
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/adtool-1.3-10-asneeded.patch"
}
src_compile() {
econf || die "econf failed"
emake || die "emake failed"
}
src_install() {
einstall || die "einstall failed"
}
adtool is a unix command line utility for Active Directory administration, through ldap repository management.