summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/mtools/mtools-3.9.8-r1.ebuild')
-rw-r--r--sys-fs/mtools/mtools-3.9.8-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-fs/mtools/mtools-3.9.8-r1.ebuild b/sys-fs/mtools/mtools-3.9.8-r1.ebuild
deleted file mode 100644
index f24821bd219b..000000000000
--- a/sys-fs/mtools/mtools-3.9.8-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# 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.8 2005/01/03 00:11:18 ciaranm Exp $
-
-DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
-SRC_URI="http://mtools.linux.lu/${P}.tar.gz"
-HOMEPAGE="http://mtools.linux.lu/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc alpha ~amd64"
-IUSE=""
-
-DEPEND="sys-apps/texinfo"
-
-src_compile() {
- econf --sysconfdir=/etc/mtools || die "econf failed"
- make || die
-}
-
-src_install() {
- einstall sysconfdir=${D}/etc/mtools
- insinto /etc/mtools
- newins mtools.conf mtools.conf.example
- dodoc COPYING ChangeLog NEWPARAMS README* Release.notes
-}