sys-fs/rar2fs: version bump to 1.24.0

This commit is contained in:
Tim Harder
2017-04-01 15:42:32 -04:00
parent 703eef6dab
commit 45fdbb094a
2 changed files with 27 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST rar2fs-1.23.1.tar.gz 245260 SHA256 f9f0435ae3a63c9fc5cf787a10f30355bcecd4e363e8e4b97e4ef935ef8a11c7 SHA512 7e5d6ef8a3d7eed65fc9e2dd27fa18e053115be6f061d4be5bc712511c0e5f1e50da333964403d6a264241ccf576605ed8ed6751f5a367d9c624354e978815f8 WHIRLPOOL 7585470a20a6ff32402989ece726479ea4a42a402668d055eba4472da5a98da1414ad0b0fd82f293bc89c4dc1d66b39157304a5ae1c2d783e77a7f971c5637b4
DIST rar2fs-1.24.0.tar.gz 252629 SHA256 5d702847071fbbc6fe25d14b544f390f7e65ad3d13c14a619dbf7c290e65edae SHA512 85cff1d9b8675664ce9ab35666d471d62c6c1a2e74f70cfbfb17ec77eb292987b0b03e5dcb1ee927a93b1c7e08af44ed999930d6727863005e532a72afcffbb3 WHIRLPOOL 589dc3acf91fd3d7c0ec3e8c5b5bb26b6d8cd1cd76826619aaa3cf492a9976cbafed07bd8649bfe1ee6ee30bfedcd679ca2f0f32a98ca37a288e8b604a05b448

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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}"
src_configure() {
export USER_CFLAGS="${CFLAGS}"
econf \
--with-unrar=/usr/include/libunrar \
--disable-static-unrar \
$(use_enable debug)
}