diff options
-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 } |