diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-11-01 01:44:11 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-11-01 01:44:11 +0000 |
commit | 9cb20015774e1dc66e9e0547a878561f03614da9 (patch) | |
tree | 2cdb4951ea624981f89cd8cf0df4e9f45773e98a /net-nds | |
parent | stop using old WANT_AUTOTOOL_#_# syntax (diff) | |
download | historical-9cb20015774e1dc66e9e0547a878561f03614da9.tar.gz historical-9cb20015774e1dc66e9e0547a878561f03614da9.tar.bz2 historical-9cb20015774e1dc66e9e0547a878561f03614da9.zip |
new version.
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/migrationtools/ChangeLog | 8 | ||||
-rw-r--r-- | net-nds/migrationtools/Manifest | 17 | ||||
-rw-r--r-- | net-nds/migrationtools/files/digest-migrationtools-46 | 1 | ||||
-rw-r--r-- | net-nds/migrationtools/migrationtools-46.ebuild | 55 |
4 files changed, 78 insertions, 3 deletions
diff --git a/net-nds/migrationtools/ChangeLog b/net-nds/migrationtools/ChangeLog index 52a77be54946..cc4ef46f742d 100644 --- a/net-nds/migrationtools/ChangeLog +++ b/net-nds/migrationtools/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-nds/migrationtools # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/migrationtools/ChangeLog,v 1.9 2004/06/25 00:23:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/migrationtools/ChangeLog,v 1.10 2004/11/01 01:44:11 robbat2 Exp $ + +*migrationtools-46 (31 Oct 2004) + + 31 Oct 2004; Robin H. Johnson <robbat2@gentoo.org> + +migrationtools-46.ebuild: + new version. *migrationtools-45 (06 Jun 2004) diff --git a/net-nds/migrationtools/Manifest b/net-nds/migrationtools/Manifest index f94e0f142e7a..afe15438b40b 100644 --- a/net-nds/migrationtools/Manifest +++ b/net-nds/migrationtools/Manifest @@ -1,6 +1,19 @@ -MD5 4d79cc502ac56aa70f7a6956e143a227 ChangeLog 1042 -MD5 e0e5990445daa201b90143d6d8c0a8ec metadata.xml 393 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 dee6eb341ec194fb2eb96d60c5c2aecb migrationtools-46.ebuild 1427 MD5 9fcb1b08a078d3b7646d7820e425a376 migrationtools-44-r1.ebuild 665 MD5 f877d27a61f1055a578b3bba5d9ad2b3 migrationtools-45.ebuild 784 +MD5 d0f4ae8890590f12dd085499e184e33e ChangeLog 1174 +MD5 e0e5990445daa201b90143d6d8c0a8ec metadata.xml 393 MD5 be251920a61a40bb429028a3e9f8b77d files/digest-migrationtools-44-r1 68 MD5 7f95cbec231a441eeb6638da670e49ad files/digest-migrationtools-45 68 +MD5 f5023a2d2ae00e24e441191d96200baa files/digest-migrationtools-46 68 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.5 (GNU/Linux) +Comment: Robbat2 @ Orbis-Terrarum Networks + +iD8DBQFBhaM8PpIsIjIzwiwRApfNAJ9FzxUJg0DZQ+mWwR0jCUTYw03ySwCgud6e +5Ss9sp9wN2S094+aAZ8Hv8I= +=oe/K +-----END PGP SIGNATURE----- diff --git a/net-nds/migrationtools/files/digest-migrationtools-46 b/net-nds/migrationtools/files/digest-migrationtools-46 new file mode 100644 index 000000000000..11b7319be823 --- /dev/null +++ b/net-nds/migrationtools/files/digest-migrationtools-46 @@ -0,0 +1 @@ +MD5 dc80548f76d6aeba2b51b15751e08b21 MigrationTools-46.tar.gz 21069 diff --git a/net-nds/migrationtools/migrationtools-46.ebuild b/net-nds/migrationtools/migrationtools-46.ebuild new file mode 100644 index 000000000000..7e3654edbcee --- /dev/null +++ b/net-nds/migrationtools/migrationtools-46.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-nds/migrationtools/migrationtools-46.ebuild,v 1.1 2004/11/01 01:44:11 robbat2 Exp $ + +inherit eutils + +PN0=MigrationTools +S=${WORKDIR}/${PN0}-${PV} +DESCRIPTION="PADL migration tools (scripts) for openldap" +SRC_URI="http://www.padl.com/download/${PN0}-${PV}.tar.gz" +HOMEPAGE="http://www.padl.com/OSS/MigrationTools.html" + +SLOT="0" +KEYWORDS="~x86 ~sparc ~amd64 ~hppa ~ppc" +LICENSE="as-is" +IUSE="" + +DEPEND="" +RDEPEND="net-nds/openldap + dev-lang/perl" + +src_compile() { + einfo "nothing to compile; scripts package" +} + +src_install() { + dodoc README + + diropts -m0750 + dodir /usr/share/migrationtools + exeinto /usr/share/migrationtools + exeopts -m0750 + for x in ${S}/migrate_*; do + [ -f ${x} ] && doexe ${x} + done + + diropts -m0750 + dodir /usr/share/migrationtools/ads + exeinto /usr/share/migrationtools/ads + exeopts -m0750 + for x in ${S}/ads/migrate_*; do + [ -f ${x} ] && doexe ${x} + done +} + +pkg_postinst() { + draw_line " " + einfo "The scripts are installed at /usr/share/migrationtools." + einfo "" + einfo "Please edit /usr/share/migrationtools/migrate_common.ph" + einfo "and/or /usr/share/migrationtools/ads/migrate_common.ph" + einfo "to start." + draw_line " " +} + |