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, 14 Jun 2022 06:35:33 +0000 (UTC) [thread overview]
Message-ID: <1655188523.0834a8c4ee4280a7de876ee004b7f65806f9f5ae.RarogCmex@gentoo> (raw)
commit: 0834a8c4ee4280a7de876ee004b7f65806f9f5ae
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Tue Jun 14 06:35:23 2022 +0000
Commit: Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Tue Jun 14 06:35:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0834a8c4
sys-fs/dwarfs-bin: updated to 0.6.1
See https://github.com/mhx/dwarfs/releases/tag/v0.6.1 and
https://github.com/mhx/dwarfs/releases/tag/v0.6.0
for complete changelog.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
sys-fs/dwarfs-bin/Manifest | 1 +
sys-fs/dwarfs-bin/dwarfs-bin-0.6.1.ebuild | 47 +++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/sys-fs/dwarfs-bin/Manifest b/sys-fs/dwarfs-bin/Manifest
index ee9bf8541..e1a7f2b39 100644
--- a/sys-fs/dwarfs-bin/Manifest
+++ b/sys-fs/dwarfs-bin/Manifest
@@ -1 +1,2 @@
DIST dwarfs-0.5.6-Linux.tar.xz 5051444 BLAKE2B 35ef9a6b7a34e2b8a70dccecc85bcf570bd96250bfe4c2337872e67e8cef143b41ff7c5bdef5f198ba6622fd99c5bdd0c056db07b6116772b35ca1c74620a00b SHA512 41087ca4b5217810237fd8e97a138ea51a1c1dc4e984c7efe3626aebdea52f07c7794baf3e1dca2ef28de686a4caab75721ee09d4a2495c4144f92c3ebbac6ec
+DIST dwarfs-0.6.1-Linux.tar.xz 5849676 BLAKE2B 0bf7faf3466bed4c22130f11125e5933ce9a7bde066b18a818b037b9a4f2db620ea8d9487258a3ef6b487fc12414825be5938aeca4947b7cc30ac0139189eb72 SHA512 d8e1b199a60c877b36e946a1f7f71ca02773c8ce0e80377229e930a1a66fd3162b9dc11115e2016720e86c0f3af9da5887b1ea90608da05d616712ec6d7976c1
diff --git a/sys-fs/dwarfs-bin/dwarfs-bin-0.6.1.ebuild b/sys-fs/dwarfs-bin/dwarfs-bin-0.6.1.ebuild
new file mode 100644
index 000000000..93f3c27f3
--- /dev/null
+++ b/sys-fs/dwarfs-bin/dwarfs-bin-0.6.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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}/dwarfs-${PV}-Linux.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+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
+ einfo "Done. Correcting man paths..."
+ mkdir -p usr/
+ mv share/ usr/
+ einfo "Done."
+}
+
+src_install(){
+ mv "${S}"/* "${D}"/
+}
+
+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:[~2022-06-14 6:35 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-14 6:35 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
2023-02-28 13:12 Denis Reva
2022-06-22 5:40 Denis Reva
2022-06-22 5:40 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=1655188523.0834a8c4ee4280a7de876ee004b7f65806f9f5ae.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