summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/cdfs/cdfs-2.6.23.ebuild')
-rw-r--r--sys-fs/cdfs/cdfs-2.6.23.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-fs/cdfs/cdfs-2.6.23.ebuild b/sys-fs/cdfs/cdfs-2.6.23.ebuild
deleted file mode 100644
index 3eac2a9c8600..000000000000
--- a/sys-fs/cdfs/cdfs-2.6.23.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cdfs/cdfs-2.6.23.ebuild,v 1.3 2010/06/15 07:26:00 tove Exp $
-
-inherit eutils linux-mod
-
-DESCRIPTION="A file system for Linux systems that 'exports' all tracks and boot images on a CD as normal files"
-HOMEPAGE="http://users.elis.ugent.be/~mronsse/cdfs/"
-SRC_URI="http://users.elis.ugent.be/~mronsse/cdfs/download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-MODULE_NAMES="cdfs(fs)"
-CONFIG_CHECK="BLK_DEV_LOOP"
-BUILD_TARGETS="all"
-BUILD_PARAMS="KDIR=\"${KERNEL_DIR}\""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${PN}-2.6.19-kernel-2.6.22.patch
-}