diff options
Diffstat (limited to 'sys-fs/reiserfsprogs/reiserfsprogs-3.6.11-r1.ebuild')
-rw-r--r-- | sys-fs/reiserfsprogs/reiserfsprogs-3.6.11-r1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.11-r1.ebuild b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.11-r1.ebuild deleted file mode 100644 index 84f49e69d490..000000000000 --- a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.11-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiserfsprogs/reiserfsprogs-3.6.11-r1.ebuild,v 1.7 2004/07/15 03:42:11 agriffis Exp $ - -inherit flag-o-matic eutils - -DESCRIPTION="Reiserfs Utilities" -HOMEPAGE="http://www.namesys.com/" -SRC_URI="http://www.namesys.com/pub/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ia64 hppa ppc" -IUSE="" - -src_unpack() { - unpack ${A} - if [ "$ARCH" = "ia64" ]; then - # Should work on everything, but needed on IA-64. Thanks - # to Vitaly Fertman from the Namesys/ReiserFS team for - # this fix. Makes reiserfsck work. (drobbins, 23 Sep 03) - cd ${S} - epatch ${FILESDIR}/blk_size.patch - fi -} - -src_compile() { - filter-flags -fPIC - ./configure --prefix=/ || die "Failed to configure" - emake || die "Failed to compile" -} - -src_install() { - make DESTDIR="${D}" install || die "Failed to install" - dodir /usr/share - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README - - cd ${D} - mv man usr/share - dosym /sbin/reiserfsck /sbin/fsck.reiserfs -} |