diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-03-07 19:16:45 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-03-07 19:16:45 +0000 |
commit | 6edab725e52505552f296f87c4314c1f29a5392b (patch) | |
tree | bd61969e32c6acab78efc9bfc26613958c8c1696 /sys-fs/mtools | |
parent | Adding ~mips to KEYWORDS (diff) | |
download | historical-6edab725e52505552f296f87c4314c1f29a5392b.tar.gz historical-6edab725e52505552f296f87c4314c1f29a5392b.tar.bz2 historical-6edab725e52505552f296f87c4314c1f29a5392b.zip |
dodoc: ChangeLog does not exist; Changelog does.
Diffstat (limited to 'sys-fs/mtools')
-rw-r--r-- | sys-fs/mtools/Manifest | 4 | ||||
-rw-r--r-- | sys-fs/mtools/mtools-3.9.8-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/mtools/mtools-3.9.9.ebuild | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys-fs/mtools/Manifest b/sys-fs/mtools/Manifest index 19e119691b1d..5ec04dd9fbea 100644 --- a/sys-fs/mtools/Manifest +++ b/sys-fs/mtools/Manifest @@ -1,6 +1,6 @@ +MD5 83ce520d9dd78881ea0528ef8ccc2576 mtools-3.9.9.ebuild 720 MD5 1256403ed2c8bfcf35345061b4f86979 ChangeLog 1370 +MD5 c3b5a72a96476d22928af88baa2b8c24 mtools-3.9.8-r1.ebuild 719 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 4bdd87a2687a5fc87c0b632ebfbd6abb mtools-3.9.8-r1.ebuild 717 -MD5 4fd0850fa2377312dc6ea3b75c1d9ebb mtools-3.9.9.ebuild 718 MD5 b5c491f0f0d023b0f2ac72eab06b12ee files/digest-mtools-3.9.8-r1 64 MD5 c5120a356bd5e4befe654c0934dfecad files/digest-mtools-3.9.9 64 diff --git a/sys-fs/mtools/mtools-3.9.8-r1.ebuild b/sys-fs/mtools/mtools-3.9.8-r1.ebuild index 2bb240fb51bb..24b1e55381b0 100644 --- a/sys-fs/mtools/mtools-3.9.8-r1.ebuild +++ b/sys-fs/mtools/mtools-3.9.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.8-r1.ebuild,v 1.3 2004/01/03 14:27:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.8-r1.ebuild,v 1.4 2004/03/07 19:16:45 plasmaroo Exp $ DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them" SRC_URI="http://mtools.linux.lu/${P}.tar.gz" diff --git a/sys-fs/mtools/mtools-3.9.9.ebuild b/sys-fs/mtools/mtools-3.9.9.ebuild index be7855d17c16..8ee566eb7c51 100644 --- a/sys-fs/mtools/mtools-3.9.9.ebuild +++ b/sys-fs/mtools/mtools-3.9.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.9.ebuild,v 1.1 2004/01/03 14:27:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.9.ebuild,v 1.2 2004/03/07 19:16:45 plasmaroo Exp $ DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them" SRC_URI="http://mtools.linux.lu/${P}.tar.gz" @@ -21,5 +21,5 @@ src_install() { einstall sysconfdir=${D}/etc/mtools insinto /etc/mtools newins mtools.conf mtools.conf.example - dodoc COPYING ChangeLog NEWPARAMS README* Release.notes + dodoc COPYING Changelog NEWPARAMS README* Release.notes } |