sys-fs/rar2fs: version bump to 1.26.0
authorTim Harder <radhermit@gentoo.org>
Sat, 28 Oct 2017 22:52:27 +0000 (18:52 -0400)
committerTim Harder <radhermit@gentoo.org>
Sun, 29 Oct 2017 06:18:09 +0000 (02:18 -0400)
sys-fs/rar2fs/Manifest
sys-fs/rar2fs/rar2fs-1.26.0.ebuild [new file with mode: 0644]

index 4421916834ed34f156dbe94bc29a11a8d11c29b2..fecb649bda18ff6d84fb42ffafe5008dbe97699c 100644 (file)
@@ -1 +1,2 @@
 DIST rar2fs-1.25.2.tar.gz 257550 SHA256 57bb77e3de9fb9376c6b95d139ec9b1c9e20cf7326a6d627f1480d07076e1ff4 SHA512 10fcf2db037bde467781ae4c9b0b1ee95422a9b80f4d3f4643c2660b0a17dcd041eb111330c345f8759adbad7ef864f8ba108a106117adabc836d782becf7bfe WHIRLPOOL a55e4eb95a0decc0e772bfd6d6ce89b39afbfc50b7a3e823d54b6d5f3fd02a0cc21223b0aef0654e78c9200297777676838abdbabd3674d9427f8e46e906a54c
+DIST rar2fs-1.26.0.tar.gz 258987 SHA256 ec44c26f94f15a06c931f24b964354c8b1939861f79a161e93262490eb38d312 SHA512 f67ba9826eb3de9f6a82088a25c20393cec32fff3c51c1e6bec6b95dd9707fdbb56388639c160a487de687cfda18d7b4985462d22722fd7cc581066a24845d1f WHIRLPOOL 443a18b3e846d932c65207bc0124922eeab5ba8ff371bd134ea4ef737ab9d0354a49fe12a6b7a9120d94060f4cde2471be5ad99108bbd83e7e17c1ed52f82dcf
diff --git a/sys-fs/rar2fs/rar2fs-1.26.0.ebuild b/sys-fs/rar2fs/rar2fs-1.26.0.ebuild
new file mode 100644 (file)
index 0000000..f12cbd1
--- /dev/null
@@ -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="https://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:0"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+       export USER_CFLAGS="${CFLAGS}"
+
+       econf \
+               --with-unrar=/usr/include/libunrar \
+               --disable-static-unrar \
+               $(use_enable debug)
+}