summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-07-30 06:31:20 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-07-30 06:31:20 +0000
commit34ab7dbac293cf7adeff97ea852ed196f55c254f (patch)
tree0c76fa6b63493b064bbd971f0a393deeaecb0341 /sys-fs/reiserfsprogs
parentFix build w/ GCC 4.4. (bug #276495) (diff)
downloadgentoo-2-34ab7dbac293cf7adeff97ea852ed196f55c254f.tar.gz
gentoo-2-34ab7dbac293cf7adeff97ea852ed196f55c254f.tar.bz2
gentoo-2-34ab7dbac293cf7adeff97ea852ed196f55c254f.zip
Remove broken reiserfsprogs, new version is in ~arch.
Diffstat (limited to 'sys-fs/reiserfsprogs')
-rw-r--r--sys-fs/reiserfsprogs/reiserfsprogs-3.6.20-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.20-r1.ebuild b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.20-r1.ebuild
deleted file mode 100644
index c369415ef5f8..000000000000
--- a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.20-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiserfsprogs/reiserfsprogs-3.6.20-r1.ebuild,v 1.3 2008/10/26 06:41:46 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="Reiserfs Utilities"
-HOMEPAGE="http://www.kernel.org/pub/linux/utils/fs/reiserfs/"
-SRC_URI="mirror://kernel/linux/utils/fs/reiserfs/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-# big endian has broken code (doesnt compile) #154294
-KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 -mips -ppc -ppc64 -sparc ~x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-fsck-n.patch
-}
-
-src_compile() {
- econf --prefix=/ || die "Failed to configure"
- emake || die "Failed to compile"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Failed to install"
- dodoc ChangeLog INSTALL README
-}