mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-fs/rar2fs: remove old
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST rar2fs-1.25.2.tar.gz 257550 BLAKE2B afb9562c1d4e0244bdc1aec8e84043e131969844528d6bc647683281737550c01e23238653126f3932d32c248b3b4e7d9077b5072423d28625f914ac33a4bddd SHA512 10fcf2db037bde467781ae4c9b0b1ee95422a9b80f4d3f4643c2660b0a17dcd041eb111330c345f8759adbad7ef864f8ba108a106117adabc836d782becf7bfe
|
||||
DIST rar2fs-1.26.0.tar.gz 258987 BLAKE2B ff1fbac1f6792f0423fffdfac789c9f7b7e56721f231590b85896e59e712628162e5c31ee6798b8e92001fe34157bb476811efd38f965897e02596d7740634b9 SHA512 f67ba9826eb3de9f6a82088a25c20393cec32fff3c51c1e6bec6b95dd9707fdbb56388639c160a487de687cfda18d7b4985462d22722fd7cc581066a24845d1f
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
# 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"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
export USER_CFLAGS="${CFLAGS}"
|
||||
|
||||
econf \
|
||||
--with-unrar=/usr/include/libunrar \
|
||||
--disable-static-unrar \
|
||||
$(use_enable debug)
|
||||
}
|
||||
Reference in New Issue
Block a user