From 141f7028c4e914b0b516ff9bfb41df0b56d354a6 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Wed, 29 Jul 2020 17:01:21 +0200 Subject: Removing as similar solution already available in Linux kernel --- sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild | 32 ---------------------------- 1 file changed, 32 deletions(-) delete mode 100644 sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild (limited to 'sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild') diff --git a/sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild b/sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild deleted file mode 100644 index 56f703a..0000000 --- a/sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-mod git-r3 - -DESCRIPTION="Non-fuse kernel driver for exFat and VFat file systems" -HOMEPAGE="https://github.com/dorimanx/exfat-nofuse.git" - -EGIT_REPO_URI="https://github.com/barrybingo/exfat-nofuse.git" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND="!sys-fs/fuse-exfat" -DEPEND="${RDEPEND}" - -MODULE_NAMES="exfat(kernel/fs:${S})" -BUILD_TARGETS="all" - -src_prepare(){ - sed -i -e "/^KREL/,2d" Makefile || die "sed failed" - default -} - -src_compile(){ - BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}" - linux-mod_src_compile -} -- cgit v1.2.3