summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/mtd/mtd-20050519.ebuild')
-rw-r--r--sys-fs/mtd/mtd-20050519.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/sys-fs/mtd/mtd-20050519.ebuild b/sys-fs/mtd/mtd-20050519.ebuild
deleted file mode 100644
index 0a625a2653db..000000000000
--- a/sys-fs/mtd/mtd-20050519.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd/mtd-20050519.ebuild,v 1.6 2007/06/26 06:00:24 kumba Exp $
-
-DESCRIPTION="JFFS2 is a log-structured file system designed for use on flash devices in embedded systems."
-HOMEPAGE="http://sources.redhat.com/jffs2/"
-SRC_URI="ftp://ftp.uk.linux.org/pub/people/dwmw2/mtd/cvs/${PN}-snapshot-${PV}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm mips ppc x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-DEPEND="sys-libs/zlib
- virtual/libc"
-
-src_unpack() {
- unpack ${A}
- sed -i -e s:'-O2 -Wall':"${CFLAGS}":g -e s:^MANDIR=.*:MANDIR=/usr/share/man: ${S}/util/Makefile || die
-}
-
-src_compile() {
- cd ${S}/util
- emake LINUXDIR=${ROOT}/usr/src/linux/ || die
-}
-
-src_install() {
- cd ${S}/util
- einstall DESTDIR=${D}
-}