From: "Denis Reva" <denis7774@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/dwarfs-bin/
Date: Tue, 28 Feb 2023 13:12:40 +0000 (UTC) [thread overview]
Message-ID: <1677589944.f53d4be554b2237f895aa1755ae1a12373c6ed63.RarogCmex@gentoo> (raw)
commit: f53d4be554b2237f895aa1755ae1a12373c6ed63
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Tue Feb 28 13:12:24 2023 +0000
Commit: Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Tue Feb 28 13:12:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f53d4be5
sys-fs/dwarfs-bin: added release-candidate version
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
sys-fs/dwarfs-bin/Manifest | 1 +
sys-fs/dwarfs-bin/dwarfs-bin-0.7.0_rc4.ebuild | 49 +++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/sys-fs/dwarfs-bin/Manifest b/sys-fs/dwarfs-bin/Manifest
index cc7920960..67287f713 100644
--- a/sys-fs/dwarfs-bin/Manifest
+++ b/sys-fs/dwarfs-bin/Manifest
@@ -1 +1,2 @@
DIST dwarfs-0.6.2-Linux.tar.xz 5854936 BLAKE2B ad4bfe3e31ef0a1cd5649962a0b28d88999bd000a987c0a0c2d8d771ced395d036b10c737be84cd0e156ec0e7d7e752f37a6f08681f5b7fcb5b4f14355b8fae4 SHA512 58563a6971fc00cb22a5b253bd7a30170e4dd1136450d5540ea15d9c5c1ad504ef2b115d2241da729a47553f36614f6ceb2095feafc8f96205e6877213534104
+DIST dwarfs-0.7.0-RC4-Linux.tar.xz 6346140 BLAKE2B fbd88d4badb9f95418e54480b2b544503cb2935d9330b550a4e2b638c93726de0ee45d28831a0e61791b4f62cde436f102119619958f3a01c25ca4cb8e22ccc8 SHA512 6b3a1d1daf4c6ca2925767e64f27a1ab9cc826274d4881ec298cbfac3a717e7f0fb6458a1c71eee62e5f1339b705f89f75b73bad1408544057c09a0cb4faf00b
diff --git a/sys-fs/dwarfs-bin/dwarfs-bin-0.7.0_rc4.ebuild b/sys-fs/dwarfs-bin/dwarfs-bin-0.7.0_rc4.ebuild
new file mode 100644
index 000000000..afdef5b74
--- /dev/null
+++ b/sys-fs/dwarfs-bin/dwarfs-bin-0.7.0_rc4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${P/_rc/-RC}"
+
+DESCRIPTION="Static version of a fast very high compression read-only FUSE file system"
+HOMEPAGE="https://github.com/mhx/dwarfs"
+SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${PV}-RC4/dwarfs-${MY_P}-Linux.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+S="${WORKDIR}/${MY_P}"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ sys-fs/fuse:3
+ !sys-fs/dwarfs
+"
+DEPEND="
+ ${RDEPEND}
+"
+S="${WORKDIR}/dwarfs-${PV}-Linux/"
+QA_PREBUILT="
+ sbin/dwarfs
+ bin/*
+"
+src_prepare() {
+ default
+ einfo "Removing legacy fuse2-related stuff..."
+ rm sbin/dwarfs2 sbin/mount.dwarfs2 || die
+ einfo "Done. Correcting man paths..."
+ mkdir -p usr/ || die
+ mv share/ usr/ || die
+ einfo "Done."
+}
+
+src_install(){
+ mv "${S}"/* "${D}"/ || die
+}
+
+pkg_postinst(){
+ elog "You may find more information in the"
+ elog "${HOMEPAGE}"
+ elog "About creating: ${HOMEPAGE}/blob/main/doc/mkdwarfs.md"
+ elog "About mounting: ${HOMEPAGE}/blob/main/doc/dwarfs.md"
+}
next reply other threads:[~2023-02-28 13:12 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-28 13:12 Denis Reva [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-27 17:42 [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/dwarfs-bin/ Denis Reva
2024-12-05 7:53 Denis Reva
2024-09-22 9:41 Denis Reva
2024-06-03 12:42 Denis Reva
2024-05-16 15:06 Denis Reva
2024-02-24 9:07 Denis Reva
2024-02-17 9:02 Denis Reva
2024-02-12 7:27 Denis Reva
2024-02-08 19:13 YiFei Zhu
2024-01-23 11:08 YiFei Zhu
2024-01-19 6:43 YiFei Zhu
2024-01-10 7:15 YiFei Zhu
2024-01-10 7:06 YiFei Zhu
2024-01-08 8:50 YiFei Zhu
2024-01-07 11:07 Denis Reva
2023-08-16 13:08 Denis Reva
2023-07-25 17:05 Denis Reva
2023-07-10 5:28 Denis Reva
2023-05-27 16:35 Rahul Sandhu
2023-02-28 14:51 Denis Reva
2023-02-28 13:12 Denis Reva
2023-02-28 13:12 Denis Reva
2022-06-22 5:40 Denis Reva
2022-06-22 5:40 Denis Reva
2022-06-14 6:35 Denis Reva
2022-03-24 6:29 Denis Reva
2022-03-19 11:50 Denis Reva
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=1677589944.f53d4be554b2237f895aa1755ae1a12373c6ed63.RarogCmex@gentoo \
--to=denis7774@gmail.com \
--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