From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/rar2fs/
Date: Fri, 10 May 2019 20:33:24 +0000 (UTC) [thread overview]
Message-ID: <1557520264.f2fbb5da7aeb3f520081db1a0d1299aa53636dfc.radhermit@gentoo> (raw)
commit: f2fbb5da7aeb3f520081db1a0d1299aa53636dfc
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 20:29:00 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri May 10 20:31:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2fbb5da
sys-fs/rar2fs: version bump to 1.27.2
Closes: https://bugs.gentoo.org/674038
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
sys-fs/rar2fs/Manifest | 1 +
sys-fs/rar2fs/rar2fs-1.27.2.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/sys-fs/rar2fs/Manifest b/sys-fs/rar2fs/Manifest
index 274a676d564..18144e63ff0 100644
--- a/sys-fs/rar2fs/Manifest
+++ b/sys-fs/rar2fs/Manifest
@@ -1,3 +1,4 @@
DIST rar2fs-1.26.0.tar.gz 258987 BLAKE2B ff1fbac1f6792f0423fffdfac789c9f7b7e56721f231590b85896e59e712628162e5c31ee6798b8e92001fe34157bb476811efd38f965897e02596d7740634b9 SHA512 f67ba9826eb3de9f6a82088a25c20393cec32fff3c51c1e6bec6b95dd9707fdbb56388639c160a487de687cfda18d7b4985462d22722fd7cc581066a24845d1f
DIST rar2fs-1.27.0.tar.gz 259706 BLAKE2B 45f0fb1ccde4fe301bb7b648c2c5c5912a24d7451dbf45820fa6b0552882b9be47b35e8abf96fcf358334934d6629c834ab3acc5a8398d68e026878185e78492 SHA512 4ae9705c85a0da64b2329883df53bd27be545dbbb960b7e4cb8fda628baa4130192ceb2e06ec40c87b1aa7dd004956d4b9798350cee1f5b50590f7077f7abf90
DIST rar2fs-1.27.1.tar.gz 260012 BLAKE2B 71f308827e33a32b5cda7d30d92147fe435eb09f914f50a7d7917ace18131a8d6b2568f50eaeedcaf2e19c66559666f67665f8ef7f475f57bb17032845c87159 SHA512 c31bc00e532192baa1faeaffa484306e13c1c4110677ae6235048087637a8af2f604ded9cfdec9889d9c5cb099e0433a50cbbce0fb034442d0201e19ff0abfbe
+DIST rar2fs-1.27.2.tar.gz 259516 BLAKE2B ffa34fa5e38e22c0055c6a98442ad29a1ee62e215ff5e8fcc88a254a7de2d6c2842608adfeb22edece748dbc7173bba0574132cf8a9e735c5b84c53b0eb1b163 SHA512 7316198e1812cb88822e14c115d9dc0d98addeae3c6587888210197139046fb936ad3f1d599c45714c3d127535cf819311d314301249be78b91d66ebfc0fa453
diff --git a/sys-fs/rar2fs/rar2fs-1.27.2.ebuild b/sys-fs/rar2fs/rar2fs-1.27.2.ebuild
new file mode 100644
index 00000000000..d072f4d0c56
--- /dev/null
+++ b/sys-fs/rar2fs/rar2fs-1.27.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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}" CPPFLAGS="${CPPFLAGS} -I/usr/include/libunrar"
+
+ # use static lib to avoid ABI breaks when upstream doesn't follow semantic versioning
+ econf \
+ --with-unrar="/usr/$(get_libdir)" \
+ --enable-static-unrar \
+ $(use_enable debug)
+}
next reply other threads:[~2019-05-10 20:33 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-10 20:33 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-22 15:05 [gentoo-commits] repo/gentoo:master commit in: sys-fs/rar2fs/ Joonas Niilola
2024-03-16 9:26 Joonas Niilola
2023-09-15 6:50 Florian Schmaus
2023-09-15 6:50 Florian Schmaus
2021-06-16 14:02 Sam James
2021-01-22 4:15 Sam James
2021-01-04 22:27 Lars Wendler
2020-10-07 0:20 Sam James
2020-10-07 0:20 Sam James
2020-03-26 7:22 Joonas Niilola
2020-03-26 7:22 Joonas Niilola
2019-11-18 5:27 Tim Harder
2019-11-17 6:07 Tim Harder
2019-10-08 14:40 Tim Harder
2019-05-12 4:53 Tim Harder
2019-05-12 4:53 Tim Harder
2019-05-10 20:33 Tim Harder
2018-12-13 9:07 Tim Harder
2018-06-04 23:38 Tim Harder
2018-03-20 2:21 Tim Harder
2017-10-29 6:18 Tim Harder
2017-08-31 15:46 Tim Harder
2017-08-31 15:46 Tim Harder
2017-07-10 7:37 Tim Harder
2017-05-04 8:45 Tim Harder
2017-04-02 8:31 Tim Harder
2016-12-09 6:00 Tim Harder
2016-09-06 0:37 Tim Harder
2016-08-16 22:51 Tim Harder
2016-08-16 22:51 Tim Harder
2016-08-06 10:17 Pacho Ramos
2016-01-11 4:20 Tim Harder
2015-12-01 6:39 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1557520264.f2fbb5da7aeb3f520081db1a0d1299aa53636dfc.radhermit@gentoo \
--to=radhermit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox