diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-03 08:46:44 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-03 08:46:44 +0000 |
commit | 53e391f7ff8ba8c1afa610e5745961daabbc3d01 (patch) | |
tree | 231fe75adbe37da165dc32f5dc99961df0d4af57 /app-misc/fdutils | |
parent | fixed typo (diff) | |
download | historical-53e391f7ff8ba8c1afa610e5745961daabbc3d01.tar.gz historical-53e391f7ff8ba8c1afa610e5745961daabbc3d01.tar.bz2 historical-53e391f7ff8ba8c1afa610e5745961daabbc3d01.zip |
supermount now installed
Diffstat (limited to 'app-misc/fdutils')
-rw-r--r-- | app-misc/fdutils/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild | 39 | ||||
-rw-r--r-- | app-misc/fdutils/files/digest-fdutils-5.4.20020222-r1 | 2 |
3 files changed, 49 insertions, 0 deletions
diff --git a/app-misc/fdutils/ChangeLog b/app-misc/fdutils/ChangeLog index 5bbe5c2a51f5..eaf9092ef5c6 100644 --- a/app-misc/fdutils/ChangeLog +++ b/app-misc/fdutils/ChangeLog @@ -2,6 +2,14 @@ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.4 2002/05/30 01:54:49 sandymac Exp +*fdutils-5.4.20020222-r1 (03 Oct 2002) + + 02 Oct 2002; Seemant Kulleen <seemant@gentoo.org> + fdutils-5.4.20020222-r1.ebuild files/digest-fdutils-5.4.20020222 : + + Convert to using einstall instead, so now superformat gets installed as + well. Thanks to: luke@trolltech.com (Luke Graham) in bug #8676 + *fdutils-5.4.20020222 (18 Jul 2002) 13 Aug 2002; Matthew Turk <satai@gentoo.org> fdutils-5.4.20020222.ebuild: diff --git a/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild b/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild new file mode 100644 index 000000000000..8d291a74072f --- /dev/null +++ b/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild,v 1.1 2002/10/03 08:46:44 seemant Exp $ + +S=${WORKDIR}/${PN}-5.4 +DESCRIPTION="The fdutils package contains utilities for configuring and debugging the Linux floppy driver" +SRC_URI="http://fdutils.linux.lu/fdutils-5.4.tar.gz + http://fdutils.linux.lu/fdutils-5.4-20020222.diff.gz" +HOMEPAGE="http://fdutils.linux.lu/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=app-admin/mtools-3 + >=app-text/tetex-1.0.7-r10" + +src_unpack() { + unpack fdutils-5.4.tar.gz + gunzip -c ${DISTDIR}/${PN}-5.4-20020222.diff.gz | patch -p0 +} + +src_compile() { + econf --enable-fdmount-floppy-only || die + make || die +} + +src_install () { + + dodir /usr/bin + dodir /usr/share/man/man1 + dodir /usr/share/man/man4 + + einstall || die + + insinto /etc + doins src/mediaprm + dodoc Changelog +} diff --git a/app-misc/fdutils/files/digest-fdutils-5.4.20020222-r1 b/app-misc/fdutils/files/digest-fdutils-5.4.20020222-r1 new file mode 100644 index 000000000000..8be3cfd690cb --- /dev/null +++ b/app-misc/fdutils/files/digest-fdutils-5.4.20020222-r1 @@ -0,0 +1,2 @@ +MD5 17c1df04b1e524078ee52825a5ef5e56 fdutils-5.4.tar.gz 190535 +MD5 8160f7ac93f949f2436c35eadbe46ccf fdutils-5.4-20020222.diff.gz 25310 |