diff options
author | 2016-12-09 01:00:13 -0500 | |
---|---|---|
committer | 2016-12-09 01:00:13 -0500 | |
commit | 8560440bce531201ee04eb91323f54ab3bf8ed93 (patch) | |
tree | a1449eb02feb982bf5722692dca810ce2cb5faed /sys-fs/rar2fs/rar2fs-1.22.0.ebuild | |
parent | sys-fs/fuse: remove old (diff) | |
download | gentoo-8560440bce531201ee04eb91323f54ab3bf8ed93.tar.gz gentoo-8560440bce531201ee04eb91323f54ab3bf8ed93.tar.bz2 gentoo-8560440bce531201ee04eb91323f54ab3bf8ed93.zip |
sys-fs/rar2fs: remove old
Diffstat (limited to 'sys-fs/rar2fs/rar2fs-1.22.0.ebuild')
-rw-r--r-- | sys-fs/rar2fs/rar2fs-1.22.0.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sys-fs/rar2fs/rar2fs-1.22.0.ebuild b/sys-fs/rar2fs/rar2fs-1.22.0.ebuild deleted file mode 100644 index 6332e1b1341..00000000000 --- a/sys-fs/rar2fs/rar2fs-1.22.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils - -DESCRIPTION="A FUSE based filesystem that can mount one or multiple RAR archive(s)" -HOMEPAGE="http://hasse69.github.io/rar2fs/ https://github.com/hasse69/rar2fs" -SRC_URI="https://github.com/hasse69/${PN}/releases/download/v${PV}/${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}"/${PN}-1.22.0-sysmacros.patch #580852 -} - -src_configure() { - export USER_CFLAGS="${CFLAGS}" - - econf \ - --with-unrar=/usr/include/libunrar \ - $(use_enable debug) -} |