diff options
author | 2005-01-07 12:24:23 +0000 | |
---|---|---|
committer | 2005-01-07 12:24:23 +0000 | |
commit | 01148a57ac170333d9fac7fffbb25146f30a10db (patch) | |
tree | fdc5dab5dc080cf69eed7743d263f899f87168fd /net-nds/migrationtools/migrationtools-44-r2.ebuild | |
parent | Making disgusting_gcc_multilib_HACK slightly less ugly and slightly more abst... (diff) | |
download | gentoo-2-01148a57ac170333d9fac7fffbb25146f30a10db.tar.gz gentoo-2-01148a57ac170333d9fac7fffbb25146f30a10db.tar.bz2 gentoo-2-01148a57ac170333d9fac7fffbb25146f30a10db.zip |
Bug #52052, objectclass account fixing.
Diffstat (limited to 'net-nds/migrationtools/migrationtools-44-r2.ebuild')
-rw-r--r-- | net-nds/migrationtools/migrationtools-44-r2.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net-nds/migrationtools/migrationtools-44-r2.ebuild b/net-nds/migrationtools/migrationtools-44-r2.ebuild new file mode 100644 index 000000000000..e2d2fd61e92f --- /dev/null +++ b/net-nds/migrationtools/migrationtools-44-r2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-nds/migrationtools/migrationtools-44-r2.ebuild,v 1.1 2005/01/07 12:24:23 robbat2 Exp $ + +inherit eutils + +PN0=MigrationTools +S=${WORKDIR}/${PN0}-${PV} +DESCRIPTION="PADL migration tools (scripts) for openldap" +SRC_URI="ftp://ftp.padl.com/pub/${PN0}-${PV}.tar.gz" +HOMEPAGE="http://www.padl.com/OSS/MigrationTools.html" + +SLOT="0" +KEYWORDS="x86 sparc ~amd64" +IUSE="" +LICENSE="as-is" + +DEPEND="" + +RDEPEND="net-nds/openldap" + +src_unpack() { + unpack ${A} + EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/skip-account-objectclass.patch +} + +src_install() { + dodoc README + insinto /usr/share/migrationtools + doins migrate_* +} |