summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2004-05-13 19:13:18 +0000
committerBrandon Low <lostlogic@gentoo.org>2004-05-13 19:13:18 +0000
commit1f3572c49d128e6e2f9abc4d06e8735d4790b718 (patch)
tree03051a45d8fd1686d213240c3710eb310c9c4754 /sys-fs/reiserfsprogs/reiserfsprogs-3.6.9.ebuild
parentMuch belated bump (diff)
downloadhistorical-1f3572c49d128e6e2f9abc4d06e8735d4790b718.tar.gz
historical-1f3572c49d128e6e2f9abc4d06e8735d4790b718.tar.bz2
historical-1f3572c49d128e6e2f9abc4d06e8735d4790b718.zip
Cleanup time
Diffstat (limited to 'sys-fs/reiserfsprogs/reiserfsprogs-3.6.9.ebuild')
-rw-r--r--sys-fs/reiserfsprogs/reiserfsprogs-3.6.9.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.9.ebuild b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.9.ebuild
deleted file mode 100644
index 450d6a8c4e57..000000000000
--- a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.9.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiserfsprogs/reiserfsprogs-3.6.9.ebuild,v 1.5 2004/01/29 22:59:04 vapier Exp $
-
-inherit flag-o-matic
-
-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="x86 ~ppc ~sparc ~alpha ~amd64 ia64 ~mips"
-
-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
-}