diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2008-01-05 10:27:31 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2008-01-05 10:27:31 +0000 |
commit | f6e52d85125974e4bb557f304b47f9058bde4cf4 (patch) | |
tree | f8480e1b50e68ad23113b4046c6a9dfb41f1e614 /sys-fs/cdfs/cdfs-2.6.23.ebuild | |
parent | Added check on USE=gtk for dev-embedded/gpsim to fix bug #204375. (diff) | |
download | gentoo-2-f6e52d85125974e4bb557f304b47f9058bde4cf4.tar.gz gentoo-2-f6e52d85125974e4bb557f304b47f9058bde4cf4.tar.bz2 gentoo-2-f6e52d85125974e4bb557f304b47f9058bde4cf4.zip |
Version bump wrt bug #201698
Thanks to Tomasz Mon and Mark Wagner for reporting
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'sys-fs/cdfs/cdfs-2.6.23.ebuild')
-rw-r--r-- | sys-fs/cdfs/cdfs-2.6.23.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sys-fs/cdfs/cdfs-2.6.23.ebuild b/sys-fs/cdfs/cdfs-2.6.23.ebuild new file mode 100644 index 000000000000..fa13a5e68532 --- /dev/null +++ b/sys-fs/cdfs/cdfs-2.6.23.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 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.1 2008/01/05 10:27:30 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 +} |