diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-15 00:41:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-15 00:41:47 +0000 |
commit | eb6eabc86a0ff61d406e7700675402cd1cbd34fe (patch) | |
tree | 84edde4d2254e9aa244000e38f23d2ff258a710a /sys-fs | |
parent | use @sections@ from the configure script in makewhatis rather than hardcoding... (diff) | |
download | historical-eb6eabc86a0ff61d406e7700675402cd1cbd34fe.tar.gz historical-eb6eabc86a0ff61d406e7700675402cd1cbd34fe.tar.bz2 historical-eb6eabc86a0ff61d406e7700675402cd1cbd34fe.zip |
old
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/dosfstools/dosfstools-2.10-r1.ebuild | 44 | ||||
-rw-r--r-- | sys-fs/dosfstools/files/digest-dosfstools-2.10-r1 | 1 |
2 files changed, 0 insertions, 45 deletions
diff --git a/sys-fs/dosfstools/dosfstools-2.10-r1.ebuild b/sys-fs/dosfstools/dosfstools-2.10-r1.ebuild deleted file mode 100644 index 9999f12d8a4a..000000000000 --- a/sys-fs/dosfstools/dosfstools-2.10-r1.ebuild +++ /dev/null @@ -1,44 +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/dosfstools/dosfstools-2.10-r1.ebuild,v 1.10 2005/06/18 04:18:09 vapier Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat" -HOMEPAGE="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/" -SRC_URI="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/${P}.src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" -IUSE="" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/errno.patch - epatch "${FILESDIR}"/${P}-2.6.headers.patch - epatch "${FILESDIR}"/${P}-lseek64.patch - sed -i "s:PREFIX\ \=:PREFIX\ \=\ \/usr:" Makefile - sed -i "s:\/usr\/man:\/share\/man:" Makefile -} - -src_compile() { - # we no longer need to filter fPIC on this package thanks to the - # lseek64.patch from bug #51962 - - # this package does *not* play well with optimisations - # please dont change to: make OPTFLAGS="${CFLAGS}" - make || die -} - -src_install() { - make PREFIX="${D}"/usr install || die - dodoc CHANGES TODO - newdoc dosfsck/README README.dosfsck - newdoc dosfsck/CHANGES CHANGES.dosfsck - newdoc mkdosfs/README README.mkdosfs - newdoc mkdosfs/ChangeLog ChangeLog.mkdosfs -} diff --git a/sys-fs/dosfstools/files/digest-dosfstools-2.10-r1 b/sys-fs/dosfstools/files/digest-dosfstools-2.10-r1 deleted file mode 100644 index fc3e357d72c6..000000000000 --- a/sys-fs/dosfstools/files/digest-dosfstools-2.10-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 59a02f311a891af8787c4c9e28c6b89b dosfstools-2.10.src.tar.gz 66759 |