diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-15 07:52:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-15 07:52:28 +0000 |
commit | f6a48d2a2a7bc4673cc9e45c64294cb788fcc2bc (patch) | |
tree | 593c3cff3088f89633749dd55b2cb8de6987f064 /sys-fs | |
parent | goodbye bittorrent-theshadow. We will miss you, but you are now bittornado! G... (diff) | |
download | gentoo-2-f6a48d2a2a7bc4673cc9e45c64294cb788fcc2bc.tar.gz gentoo-2-f6a48d2a2a7bc4673cc9e45c64294cb788fcc2bc.tar.bz2 gentoo-2-f6a48d2a2a7bc4673cc9e45c64294cb788fcc2bc.zip |
use emake; tidy; stablize for x86
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/mtools/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/mtools/mtools-3.9.9.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/sys-fs/mtools/ChangeLog b/sys-fs/mtools/ChangeLog index e39b8a54eff3..4e9f83df775a 100644 --- a/sys-fs/mtools/ChangeLog +++ b/sys-fs/mtools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/mtools # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.5 2004/06/24 22:52:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.6 2004/07/15 07:52:28 mr_bones_ Exp $ + + 15 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> mtools-3.9.9.ebuild: + use emake; tidy; stablize for x86 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mtools-3.9.8-r1.ebuild, mtools-3.9.9.ebuild: diff --git a/sys-fs/mtools/mtools-3.9.9.ebuild b/sys-fs/mtools/mtools-3.9.9.ebuild index a9619284ceec..408c7177ba08 100644 --- a/sys-fs/mtools/mtools-3.9.9.ebuild +++ b/sys-fs/mtools/mtools-3.9.9.ebuild @@ -1,26 +1,26 @@ # Copyright 1999-2004 Gentoo Foundation # 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.5 2004/07/15 03:38:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.9.ebuild,v 1.6 2004/07/15 07:52:28 mr_bones_ 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/" +SRC_URI="http://mtools.linux.lu/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +SLOT="0" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64" IUSE="" DEPEND="sys-apps/texinfo" src_compile() { - econf --sysconfdir=/etc/mtools || die "econf failed" - make || die + econf --sysconfdir=/etc/mtools || die + emake || die "emake failed" } src_install() { einstall sysconfdir=${D}/etc/mtools insinto /etc/mtools newins mtools.conf mtools.conf.example - dodoc COPYING Changelog NEWPARAMS README* Release.notes + dodoc Changelog NEWPARAMS README* Release.notes } |