diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-02 16:02:52 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-02 16:02:52 +0000 |
commit | be4d37ad33acb2a9614c6305aeee1c97760cb193 (patch) | |
tree | 8f172fda73fc146f7bc38903c060a323f7a51f58 /sys-fs/cdfs/cdfs-2.6.27.ebuild | |
parent | stable ppc64, bug 256163 (diff) | |
download | gentoo-2-be4d37ad33acb2a9614c6305aeee1c97760cb193.tar.gz gentoo-2-be4d37ad33acb2a9614c6305aeee1c97760cb193.tar.bz2 gentoo-2-be4d37ad33acb2a9614c6305aeee1c97760cb193.zip |
Version bump and fix for kernel 2.6.28
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/cdfs/cdfs-2.6.27.ebuild')
-rw-r--r-- | sys-fs/cdfs/cdfs-2.6.27.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sys-fs/cdfs/cdfs-2.6.27.ebuild b/sys-fs/cdfs/cdfs-2.6.27.ebuild new file mode 100644 index 000000000000..2c1bdb30de98 --- /dev/null +++ b/sys-fs/cdfs/cdfs-2.6.27.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cdfs/cdfs-2.6.27.ebuild,v 1.1 2009/02/02 16:02:51 drizzt 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://www.elis.rug.ac.be/~ronsse/cdfs/" +SRC_URI="http://www.elis.rug.ac.be/~ronsse/cdfs/download/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPENDS="" +DEPENDS="" + +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 + epatch "${FILESDIR}"/${P}-kernel-2.6.28.patch +} |