From cb3e8c6af7661fbcafdcacc7e0ecdfb610d098fa Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 9 Jun 2018 09:27:03 +0100 Subject: gentoo resync : 09.06.2018 --- sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild | 52 ----------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild (limited to 'sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild') diff --git a/sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild b/sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild deleted file mode 100644 index 48be31201d91..000000000000 --- a/sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit portability toolchain-funcs eutils flag-o-matic - -DESCRIPTION="Fuse for FreeBSD" -HOMEPAGE="http://fuse4bsd.creo.hu/" -# -sbin is needed for getmntopts.c, hardcoding 6.2 is nasty but can't think of -# any better solution right now -SRC_URI="http://fuse4bsd.creo.hu/downloads/${P}.tar.gz - mirror://gentoo/freebsd-sbin-6.2.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86-fbsd" -IUSE="" - -DEPEND=">=sys-freebsd/freebsd-sources-6.2 - virtual/pmake" -RDEPEND="sys-fs/fuse" - -src_unpack() { - unpack ${A} - cd "${S}" - cp /usr/include/fuse/fuse_kernel.h fuse_module/ - cp "${WORKDIR}/sbin/mount/getmntopts.c" mount_fusefs/ - epatch "${FILESDIR}"/${P}-gcc4.patch - epatch "${FILESDIR}"/${P}-ports.patch -} - -src_compile() { - tc-export CC - $(get_bmake) \ - KMODDIR=/boot/modules BINDIR=/usr/sbin MANDIR=/usr/share/man/man \ - MOUNT="${WORKDIR}/sbin/mount" LDFLAGS="$(raw-ldflags)" \ - || die "$(get_bmake) failed" -} - -src_install() { - dodir /boot/modules - $(get_bmake) \ - KMODDIR=/boot/modules BINDIR=/usr/sbin MANDIR=/usr/share/man/man \ - DESTDIR="${D}" install \ - || die "$(get_bmake) failed" - - for docdir in ./ ./plaintext_out ./html_chunked_out ./html_aux; do - docinto ${docdir} - dodoc doc/${docdir}/* - done -} -- cgit v1.2.3