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 | 9760dac62dc0d0c24f4fbe302c07f37b89a9873d (patch) | |
tree | 7b955c57d3ce7ef1183642c7ba609d4070f3f414 /sys-fs/mtools | |
parent | Adding ~mips to KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-9760dac62dc0d0c24f4fbe302c07f37b89a9873d.tar.gz gentoo-2-9760dac62dc0d0c24f4fbe302c07f37b89a9873d.tar.bz2 gentoo-2-9760dac62dc0d0c24f4fbe302c07f37b89a9873d.zip |
dodoc: ChangeLog does not exist; Changelog does.
Diffstat (limited to 'sys-fs/mtools')
-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 |
2 files changed, 5 insertions, 5 deletions
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 } |