diff options
author | 2005-04-29 14:45:45 +0000 | |
---|---|---|
committer | 2005-04-29 14:45:45 +0000 | |
commit | 89b24c1eccded96fbd2ab0df07a769fbae9e24eb (patch) | |
tree | 8b444d0cfb9bd34864cdf8d729447f739197dd06 /net-nds/migrationtools | |
parent | fixup the init scripts (diff) | |
download | historical-89b24c1eccded96fbd2ab0df07a769fbae9e24eb.tar.gz historical-89b24c1eccded96fbd2ab0df07a769fbae9e24eb.tar.bz2 historical-89b24c1eccded96fbd2ab0df07a769fbae9e24eb.zip |
stable on amd64, fixes #90195
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'net-nds/migrationtools')
-rw-r--r-- | net-nds/migrationtools/ChangeLog | 6 | ||||
-rw-r--r-- | net-nds/migrationtools/Manifest | 20 | ||||
-rw-r--r-- | net-nds/migrationtools/migrationtools-46.ebuild | 4 |
3 files changed, 22 insertions, 8 deletions
diff --git a/net-nds/migrationtools/ChangeLog b/net-nds/migrationtools/ChangeLog index 64cb654cbeae..65168cdbe55c 100644 --- a/net-nds/migrationtools/ChangeLog +++ b/net-nds/migrationtools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-nds/migrationtools # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/migrationtools/ChangeLog,v 1.15 2005/04/08 18:02:47 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/migrationtools/ChangeLog,v 1.16 2005/04/29 14:45:45 luckyduck Exp $ + + 29 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> + migrationtools-46.ebuild: + stable on amd64, fixes #90195 08 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> migrationtools-46.ebuild: diff --git a/net-nds/migrationtools/Manifest b/net-nds/migrationtools/Manifest index ff139f4d4631..c84c393d3ff0 100644 --- a/net-nds/migrationtools/Manifest +++ b/net-nds/migrationtools/Manifest @@ -1,13 +1,23 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 c8031747896cb06b29c2eba906a23230 migrationtools-45-r1.ebuild 840 -MD5 e0e5990445daa201b90143d6d8c0a8ec metadata.xml 393 -MD5 6f2dfd2d8d8d8cfc9cd865482b2ed439 migrationtools-46.ebuild 1415 -MD5 f3f736d990b11114cbccd890a06e68fa ChangeLog 1840 +MD5 5b5d013c6012e3757fafa2d6abf541d2 migrationtools-46.ebuild 1417 MD5 7f4883ab87dbcb5d1f601ae3bd6377de migrationtools-44-r1.ebuild 665 MD5 d14c26e42dc3ee7581adda04eb38fcc1 migrationtools-45.ebuild 783 +MD5 dbabb04453f95450a0d065fb16594064 ChangeLog 1956 +MD5 e0e5990445daa201b90143d6d8c0a8ec metadata.xml 393 MD5 3e6903d808c86fcf295dffb8391d5eca migrationtools-44-r2.ebuild 755 +MD5 39681f3ee6973d71a47138580a700791 files/skip-account-objectclass.patch 404 MD5 be251920a61a40bb429028a3e9f8b77d files/digest-migrationtools-44-r1 68 -MD5 f5023a2d2ae00e24e441191d96200baa files/digest-migrationtools-46 68 MD5 be251920a61a40bb429028a3e9f8b77d files/digest-migrationtools-44-r2 68 MD5 7f95cbec231a441eeb6638da670e49ad files/digest-migrationtools-45-r1 68 -MD5 39681f3ee6973d71a47138580a700791 files/skip-account-objectclass.patch 404 MD5 7f95cbec231a441eeb6638da670e49ad files/digest-migrationtools-45 68 +MD5 f5023a2d2ae00e24e441191d96200baa files/digest-migrationtools-46 68 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFCckis06ebR+OMO78RArhfAJ9QQHmYNyP1dy3IdcTLLr4zrW9xbgCfSMqe +p3zMY6uMQoVqHflqd44+bQ4= +=GepU +-----END PGP SIGNATURE----- diff --git a/net-nds/migrationtools/migrationtools-46.ebuild b/net-nds/migrationtools/migrationtools-46.ebuild index 946a65511006..d270fb4dd3f5 100644 --- a/net-nds/migrationtools/migrationtools-46.ebuild +++ b/net-nds/migrationtools/migrationtools-46.ebuild @@ -1,6 +1,6 @@ # 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-46.ebuild,v 1.7 2005/04/08 18:02:47 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/migrationtools/migrationtools-46.ebuild,v 1.8 2005/04/29 14:45:45 luckyduck Exp $ inherit eutils @@ -11,7 +11,7 @@ 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" +KEYWORDS="x86 sparc amd64 hppa ppc" LICENSE="as-is" IUSE="" |