diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-09-22 01:34:19 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-09-22 01:34:19 +0000 |
commit | 2b273eea684c53286d6e6a8f20ff3078b2f5c4cb (patch) | |
tree | ca38950cf89379f8968ada3039d5d6e88f8283bc /net-nds | |
parent | some fixage (diff) | |
download | gentoo-2-2b273eea684c53286d6e6a8f20ff3078b2f5c4cb.tar.gz gentoo-2-2b273eea684c53286d6e6a8f20ff3078b2f5c4cb.tar.bz2 gentoo-2-2b273eea684c53286d6e6a8f20ff3078b2f5c4cb.zip |
openldap migration tools
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/migrationtools/files/digest-migrationtools-44 | 1 | ||||
-rw-r--r-- | net-nds/migrationtools/migrationtools-44.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/net-nds/migrationtools/files/digest-migrationtools-44 b/net-nds/migrationtools/files/digest-migrationtools-44 new file mode 100644 index 000000000000..99424447afd8 --- /dev/null +++ b/net-nds/migrationtools/files/digest-migrationtools-44 @@ -0,0 +1 @@ +MD5 2cc51cbf0276c161724626c70b59f0b1 MigrationTools-44.tar.gz 21266 diff --git a/net-nds/migrationtools/migrationtools-44.ebuild b/net-nds/migrationtools/migrationtools-44.ebuild new file mode 100644 index 000000000000..f8294513a96a --- /dev/null +++ b/net-nds/migrationtools/migrationtools-44.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-nds/migrationtools/migrationtools-44.ebuild,v 1.1 2002/09/22 01:34:19 g2boojum Exp $ + +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" +LICENSE="as-is" + +DEPEND="" + +RDEPEND="net-nds/openldap" + +src_compile() { + echo "nothing to compile" +} + +src_install() { + dodoc README + insinto /etc/openldap/MigrationTools + doins ${S}/migrate_* +} |