From ce4f637e7140aa796f035cd96f43aafeb41feb4a Mon Sep 17 00:00:00 2001 From: François Degros Date: Wed, 16 Jun 2021 13:30:08 +1000 Subject: sys-fs/rar2fs: Bump to version 1.29.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Degros Closes: https://github.com/gentoo/gentoo/pull/21261 Signed-off-by: Sam James --- sys-fs/rar2fs/Manifest | 2 +- sys-fs/rar2fs/rar2fs-1.29.4.ebuild | 36 ------------------------------------ sys-fs/rar2fs/rar2fs-1.29.5.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 sys-fs/rar2fs/rar2fs-1.29.4.ebuild create mode 100644 sys-fs/rar2fs/rar2fs-1.29.5.ebuild (limited to 'sys-fs') diff --git a/sys-fs/rar2fs/Manifest b/sys-fs/rar2fs/Manifest index 99d17cdc2a21..4b33dbfeb25a 100644 --- a/sys-fs/rar2fs/Manifest +++ b/sys-fs/rar2fs/Manifest @@ -1 +1 @@ -DIST rar2fs-1.29.4.tar.gz 268299 BLAKE2B 771e3dfd4fcf69e34adcca3203069d3820e1ed79b1554967fdde51d4a894303646b027dd54b923f319b2a926535db8cf6f68f5edc0b09759df7dacd7aa988bc0 SHA512 7963e420170ec06caab9321443ae75320e1eb6c034cde53d862cb3203ad36fe20b762e389145a80f1b010825d3a51bdc1d7bdaa7fc52edec11ddd8cec8a0c902 +DIST rar2fs-1.29.5.tar.gz 268706 BLAKE2B cdc88672976c99868dedb65d772d6ad76bad7b1891845d09f575701005ab58cf79b5b19cb5de79d81bf1ef6ea8a734cd9755e002b6bf141f4166fdb73a667e2e SHA512 78962d614d66eeb09c013212d8bd373907d8a55489d9bc544f43ba1f34989cd777bba38a6af5899fea0b01e4cfdc0ee18462776e2d4cc529e05d5c6d30a899bf diff --git a/sys-fs/rar2fs/rar2fs-1.29.4.ebuild b/sys-fs/rar2fs/rar2fs-1.29.4.ebuild deleted file mode 100644 index 88a18a26d4e7..000000000000 --- a/sys-fs/rar2fs/rar2fs-1.29.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -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" - -# Note that upstream unrar sometimes breaks ABI without updating the SONAME -# version so try rebuilding rar2fs if it doesn't work following an unrar -# upgrade. -RDEPEND=">=app-arch/unrar-5:= - sys-fs/fuse:0" -DEPEND="${RDEPEND}" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - export USER_CFLAGS="${CFLAGS}" - - econf \ - --with-unrar="${ESYSROOT}"/usr/include/libunrar \ - --disable-static-unrar \ - $(use_enable debug) -} diff --git a/sys-fs/rar2fs/rar2fs-1.29.5.ebuild b/sys-fs/rar2fs/rar2fs-1.29.5.ebuild new file mode 100644 index 000000000000..88a18a26d4e7 --- /dev/null +++ b/sys-fs/rar2fs/rar2fs-1.29.5.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +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" + +# Note that upstream unrar sometimes breaks ABI without updating the SONAME +# version so try rebuilding rar2fs if it doesn't work following an unrar +# upgrade. +RDEPEND=">=app-arch/unrar-5:= + sys-fs/fuse:0" +DEPEND="${RDEPEND}" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + export USER_CFLAGS="${CFLAGS}" + + econf \ + --with-unrar="${ESYSROOT}"/usr/include/libunrar \ + --disable-static-unrar \ + $(use_enable debug) +} -- cgit v1.2.3-65-gdbad