Skip to content

Commit

Permalink
sys-fs/rar2fs: version bump to 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Sep 6, 2016
1 parent 5d97000 commit eba265a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys-fs/rar2fs/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST rar2fs-1.22.0.tar.gz 250075 SHA256 02faa8f367cf17d297e27d835c5ef969106d51c285cb87a84244c69cf8fe2620 SHA512 c5059d6bc1d647c4dd9373a9e5134a047227d107457ed53c9384f48b2ff42536bb11cddc8fc5e86aa0e9b571a4826c93c2e3e986ed1d298e09a6fc45cda39a36 WHIRLPOOL 79c8f8468f69ae125b5a8c33f90deaccb86154dae96d15d8998406d62bdadfec2a330d8ce1616bf7cd2c678ef37f5f1e45808c02d06f90ad631701eb3e93f234
DIST rar2fs-1.23.1.tar.gz 245260 SHA256 f9f0435ae3a63c9fc5cf787a10f30355bcecd4e363e8e4b97e4ef935ef8a11c7 SHA512 7e5d6ef8a3d7eed65fc9e2dd27fa18e053115be6f061d4be5bc712511c0e5f1e50da333964403d6a264241ccf576605ed8ed6751f5a367d9c624354e978815f8 WHIRLPOOL 7585470a20a6ff32402989ece726479ea4a42a402668d055eba4472da5a98da1414ad0b0fd82f293bc89c4dc1d66b39157304a5ae1c2d783e77a7f971c5637b4
26 changes: 26 additions & 0 deletions sys-fs/rar2fs/rar2fs-1.23.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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 \
$(use_enable debug)
}

0 comments on commit eba265a

Please sign in to comment.