summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2020-07-29 17:01:21 +0200
committerMarcin Deranek <marcin.deranek@slonko.net>2020-07-29 17:01:21 +0200
commit141f7028c4e914b0b516ff9bfb41df0b56d354a6 (patch)
tree7236b1544564bd05ddae26836f39ca7f1d101240 /sys-fs
parentf48c79d730080d6a00f45b729acd3119fad0ec1d (diff)
downloadportage-141f7028c4e914b0b516ff9bfb41df0b56d354a6.tar.gz
portage-141f7028c4e914b0b516ff9bfb41df0b56d354a6.tar.bz2
portage-141f7028c4e914b0b516ff9bfb41df0b56d354a6.zip
Removing as similar solution already available in Linux kernel
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/exfat-nofuse/Manifest1
-rw-r--r--sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/sys-fs/exfat-nofuse/Manifest b/sys-fs/exfat-nofuse/Manifest
deleted file mode 100644
index 873b16a..0000000
--- a/sys-fs/exfat-nofuse/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD exfat-nofuse-9999.ebuild 649 BLAKE2B b4cb65f7391df52468a87e98915b54c2e9bd284f802deda2f7340070b43ffb8342e463b628ecc3eef254bf0cad26183528e788609a468b0271d1d801c1e44e73 SHA512 e4ab46e2540122b8bcf2d2d53b76de19aae659943882e7167b8a35a1f8ca80fec6bac7409c30a839b6205a5ece1d404922d4cb4ff2aa207e297efc9a9e092767
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
-}