summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/fuse-exfat/fuse-exfat-1.1.0.ebuild')
-rw-r--r--sys-fs/fuse-exfat/fuse-exfat-1.1.0.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.1.0.ebuild b/sys-fs/fuse-exfat/fuse-exfat-1.1.0.ebuild
deleted file mode 100644
index 3c5c55d64451..000000000000
--- a/sys-fs/fuse-exfat/fuse-exfat-1.1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit scons-utils toolchain-funcs
-
-DESCRIPTION="exFAT filesystem FUSE module"
-HOMEPAGE="https://github.com/relan/exfat"
-SRC_URI="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3VTdaa0EzTkhYdU0 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+" # COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="sys-fs/fuse"
-DEPEND=${RDEPEND}
-
-src_compile() {
- tc-export AR CC RANLIB
- escons CCFLAGS="${CFLAGS} -Wall -std=c99"
-}
-
-src_install() {
- dosbin fuse/mount.exfat-fuse
- dosym mount.exfat-fuse /usr/sbin/mount.exfat
-
- doman */*.8
- dodoc ChangeLog
-}
-
-pkg_postinst() {
- elog "You can emerge sys-fs/exfat-utils for dump, label, mkfs and fsck utilities."
-}