summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild')
-rw-r--r--sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild
deleted file mode 100644
index 011f16e..0000000
--- a/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild,v 1.4 2013/02/21 03:59:06 zmedico Exp $
-
-EAPI="3"
-
-inherit eutils
-
-DESCRIPTION="Self-syncing tree-merging file system based on FUSE"
-
-HOMEPAGE="http://podgorny.cz/moin/UnionFsFuse"
-SRC_URI="http://podgorny.cz/unionfs-fuse/releases/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~x86-linux"
-IUSE=""
-
-DEPEND="sys-fs/fuse"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-link-pthread.patch
- epatch "${FILESDIR}"/${P}-declare-chroot.patch
-}
-
-src_install() {
- dodir /usr/sbin /usr/share/man/man8/ || die "dodir failed"
- emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install || die "emake install failed"
-}