From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/rar2fs/
Date: Mon, 4 Jun 2018 23:38:32 +0000 (UTC) [thread overview]
Message-ID: <1528155206.22fd436b4a273d7e05bee46b58a629f4fcad5a20.radhermit@gentoo> (raw)
commit: 22fd436b4a273d7e05bee46b58a629f4fcad5a20
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon May 21 02:27:53 2018 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Jun 4 23:33:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fd436b
sys-fs/rar2fs: version bump to 1.27.0
sys-fs/rar2fs/Manifest | 1 +
sys-fs/rar2fs/rar2fs-1.27.0.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/sys-fs/rar2fs/Manifest b/sys-fs/rar2fs/Manifest
index c6975063757..4583982cbb6 100644
--- a/sys-fs/rar2fs/Manifest
+++ b/sys-fs/rar2fs/Manifest
@@ -1 +1,2 @@
DIST rar2fs-1.26.0.tar.gz 258987 BLAKE2B ff1fbac1f6792f0423fffdfac789c9f7b7e56721f231590b85896e59e712628162e5c31ee6798b8e92001fe34157bb476811efd38f965897e02596d7740634b9 SHA512 f67ba9826eb3de9f6a82088a25c20393cec32fff3c51c1e6bec6b95dd9707fdbb56388639c160a487de687cfda18d7b4985462d22722fd7cc581066a24845d1f
+DIST rar2fs-1.27.0.tar.gz 259706 BLAKE2B 45f0fb1ccde4fe301bb7b648c2c5c5912a24d7451dbf45820fa6b0552882b9be47b35e8abf96fcf358334934d6629c834ab3acc5a8398d68e026878185e78492 SHA512 4ae9705c85a0da64b2329883df53bd27be545dbbb960b7e4cb8fda628baa4130192ceb2e06ec40c87b1aa7dd004956d4b9798350cee1f5b50590f7077f7abf90
diff --git a/sys-fs/rar2fs/rar2fs-1.27.0.ebuild b/sys-fs/rar2fs/rar2fs-1.27.0.ebuild
new file mode 100644
index 00000000000..66afd5ece46
--- /dev/null
+++ b/sys-fs/rar2fs/rar2fs-1.27.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 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)
+}
next reply other threads:[~2018-06-04 23:38 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-04 23:38 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
2019-05-10 20:33 Tim Harder
2018-12-13 9:07 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=1528155206.22fd436b4a273d7e05bee46b58a629f4fcad5a20.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