summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/rar2fs/rar2fs-1.16.0_p20130509.ebuild')
-rw-r--r--sys-fs/rar2fs/rar2fs-1.16.0_p20130509.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/sys-fs/rar2fs/rar2fs-1.16.0_p20130509.ebuild b/sys-fs/rar2fs/rar2fs-1.16.0_p20130509.ebuild
deleted file mode 100644
index e6e108dc16b6..000000000000
--- a/sys-fs/rar2fs/rar2fs-1.16.0_p20130509.ebuild
+++ /dev/null
@@ -1,38 +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/rar2fs/rar2fs-1.16.0_p20130509.ebuild,v 1.1 2013/05/09 18:16:03 ssuominen Exp $
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="A FUSE based filesystem that can mount one or multiple RAR archive(s)"
-HOMEPAGE="http://code.google.com/p/rar2fs/"
-SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz"
-#SRC_URI="http://rar2fs.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=app-arch/unrar-5:=
- sys-fs/fuse"
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS ChangeLog"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-destdir.patch
- eautoreconf
-}
-
-src_configure() {
- export USER_CFLAGS="${CFLAGS}"
-
- local mydebug
- use debug && mydebug="--enable-debug=4"
-
- econf \
- --with-unrar=/usr/include/libunrar \
- ${mydebug}
-}