diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-17 03:08:10 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-17 03:08:10 +0000 |
commit | b036208e86f1b682384900106a978b571861734c (patch) | |
tree | c744c137462ea43a34dd998cc8048f4087142a7a /sys-fs/mtools | |
parent | added from app-admin to here (diff) | |
download | gentoo-2-b036208e86f1b682384900106a978b571861734c.tar.gz gentoo-2-b036208e86f1b682384900106a978b571861734c.tar.bz2 gentoo-2-b036208e86f1b682384900106a978b571861734c.zip |
added from app-admin to here
Diffstat (limited to 'sys-fs/mtools')
-rw-r--r-- | sys-fs/mtools/ChangeLog | 26 | ||||
-rw-r--r-- | sys-fs/mtools/Manifest | 4 | ||||
-rw-r--r-- | sys-fs/mtools/files/digest-mtools-3.9.8-r1 | 1 | ||||
-rw-r--r-- | sys-fs/mtools/mtools-3.9.8-r1.ebuild | 25 |
4 files changed, 54 insertions, 2 deletions
diff --git a/sys-fs/mtools/ChangeLog b/sys-fs/mtools/ChangeLog new file mode 100644 index 000000000000..52a47469ef92 --- /dev/null +++ b/sys-fs/mtools/ChangeLog @@ -0,0 +1,26 @@ +# ChangeLog for sys-fs/mtools +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.1 2003/09/17 03:08:08 seemant Exp $ + +*mtools-3.9.8-r1 (16 Sep 2003) + + 16 Sep 2003; Seemant Kulleen <seemant@gentoo.org> mtools-3.9.8-r1.ebuild: + moved from app-admin to sys-fs + + 01 May 2003; Aron Griffis <agriffis@gentoo.org> mtools-3.9.8-r1.ebuild: + Mark stable on alpha + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + +*mtools-3.9.8-r1 (1 Feb 2002) + 29 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> mtools-3.9.8-r1.ebuild : + + Added ppc to KEYWORDS. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/sys-fs/mtools/Manifest b/sys-fs/mtools/Manifest index 1d14fdde2caa..65379c4a4ab9 100644 --- a/sys-fs/mtools/Manifest +++ b/sys-fs/mtools/Manifest @@ -1,3 +1,3 @@ -MD5 ada47c87206a463bd160ea787e3eda5a ChangeLog 960 -MD5 7d92167fd14769564f9b819dd30bb748 mtools-3.9.8-r1.ebuild 723 +MD5 bcb3aa98a32bbe3d7c339a05267e5914 mtools-3.9.8-r1.ebuild 718 +MD5 4dfb49ac133af41160e8c358ba736b64 ChangeLog 1095 MD5 b5c491f0f0d023b0f2ac72eab06b12ee files/digest-mtools-3.9.8-r1 64 diff --git a/sys-fs/mtools/files/digest-mtools-3.9.8-r1 b/sys-fs/mtools/files/digest-mtools-3.9.8-r1 new file mode 100644 index 000000000000..0a849d111386 --- /dev/null +++ b/sys-fs/mtools/files/digest-mtools-3.9.8-r1 @@ -0,0 +1 @@ +MD5 383538ac2df83871ce18628e132fcb10 mtools-3.9.8.tar.gz 286730 diff --git a/sys-fs/mtools/mtools-3.9.8-r1.ebuild b/sys-fs/mtools/mtools-3.9.8-r1.ebuild new file mode 100644 index 000000000000..000d00e0d5de --- /dev/null +++ b/sys-fs/mtools/mtools-3.9.8-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 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.1 2003/09/17 03:08:08 seemant Exp $ + +DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them" +SRC_URI="http://mtools.linux.lu/mtools-3.9.8.tar.gz" +HOMEPAGE="http://mtools.linux.lu/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc alpha" + +DEPEND="sys-apps/texinfo" + +src_compile() { + econf --sysconfdir=/etc/mtools + 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 +} |