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: Sat, 19 Apr 2025 05:43:18 +0000 (UTC) [thread overview]
Message-ID: <1745041383.c1dfb18e4503fd3b30eeafbfb68e904351ca215a.RarogCmex@gentoo> (raw)
commit: c1dfb18e4503fd3b30eeafbfb68e904351ca215a
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sat Apr 19 05:43:03 2025 +0000
Commit: Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Sat Apr 19 05:43:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1dfb18e
sys-fs/dwarfs-bin: updated to 0.12.2
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
sys-fs/dwarfs-bin/Manifest | 6 +-
sys-fs/dwarfs-bin/dwarfs-bin-0.11.0.ebuild | 67 ----------------------
...-bin-0.10.2.ebuild => dwarfs-bin-0.12.2.ebuild} | 10 ++--
3 files changed, 7 insertions(+), 76 deletions(-)
diff --git a/sys-fs/dwarfs-bin/Manifest b/sys-fs/dwarfs-bin/Manifest
index 02f7ffa5a..146781645 100644
--- a/sys-fs/dwarfs-bin/Manifest
+++ b/sys-fs/dwarfs-bin/Manifest
@@ -1,4 +1,2 @@
-DIST dwarfs-bin-0.10.2-amd64.tar.xz 7349260 BLAKE2B 2b00c8d34ca8749b1b33db6ff9fc2c96938c242875df4ac8d9b7ce5a10b17abd299914aed108dd83788d59e95c27084fd91343cffeaa3a808c642a4ef439a127 SHA512 a4bb0d50d5eeb3d826cc72289695ee7b4e76c76f06d85c7b84868c9895c3bfb88f694e6bfc0098b99f8358e47735b3de81572db689fa662de6c11d7d186ffe83
-DIST dwarfs-bin-0.10.2-arm64.tar.gz 6390196 BLAKE2B e25291f9b79c9920e8a8997e2a945652a5d377ede3e780009a4a148bda3d9f661d2dcbc753da3af177c75b5a68bf8c204f60be2fa1a7adcf06a42d30528b23ae SHA512 87ef89581b7038c3f8a99e4a6942eb9f871aa9005ce3d8bfd20d123e69569d000a08a463f817385a3eeef9b1da06b288863465bdfaf9e352761f8f2ea9cbab48
-DIST dwarfs-bin-0.11.0-amd64.tar.xz 7703316 BLAKE2B c114b4a8e535a5f45c0cac2f7e96a84b0e0a20475515561b749683bfb39f227193a18a3e760c4c3d115dd53ca5ad1706080269ce3814a4e04565c643673aed68 SHA512 8bba22527a01ec5fff82846ccd964e7aaaa6d792efbb9b615e076b4249a2345b9ca12b9abd12d1576c8f7ebb1ca25b1d6084eef5f3deefe96da6506c19516061
-DIST dwarfs-bin-0.11.0-arm64.tar.gz 6775816 BLAKE2B 0bf09227d2dddf51996dda1444dc6dbe079751e54aba2936d24a12ec820ee0534903da4c27cc61456dbc99c2e91b300e170e78341f8f7924835389b87c54ebcb SHA512 8d21b18403f3cb8961439f50e073e728c04024a7f988dcb1b84f7d75154d49e0d2a3885927d5cbe1b7ce01ea7a06c231f129f8bc0c076e3c63bc1ad02bd2569c
+DIST dwarfs-bin-0.12.2-amd64.tar.xz 3703712 BLAKE2B cb293aff60370680c63368d5bab0d7e0593c2ac1fa47b097ff2b2550e4a4f0bb9c3d4555fa35fd717aa175bb63fead7ea5e13e1e78397569f009f935e3886c10 SHA512 c91b102e9b6fae25b1d32458071de43b1c2d852bef0bfd760d662b6844d7e4634ffbb1567a08485202423c2cbb02f8a6c2013239c69301e54f22779e975c284f
+DIST dwarfs-bin-0.12.2-arm64.tar.gz 3296380 BLAKE2B 9918c64752fa6331465053a3d5de2015ae123909461bda84c5ddb074b333d1ae9177c0a9d3d535e1fa87c713b397770ba3fd940327f481469df6a27fe0b1d029 SHA512 667a84a3f14c6bc63e089a9b64361054cf4a408df56148b4cf6a97a4eefa438b30da3efd0eb30be8d2e3af622f4dc79a409788753410de3aaed2904cf6995958
diff --git a/sys-fs/dwarfs-bin/dwarfs-bin-0.11.0.ebuild b/sys-fs/dwarfs-bin/dwarfs-bin-0.11.0.ebuild
deleted file mode 100644
index 8b117c98f..000000000
--- a/sys-fs/dwarfs-bin/dwarfs-bin-0.11.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Static version of a fast very high compression read-only FUSE file system"
-HOMEPAGE="https://github.com/mhx/dwarfs"
-SRC_URI="
- amd64? ( https://github.com/mhx/dwarfs/releases/download/v${PV}/dwarfs-${PV}-Linux-x86_64-clang.tar.xz -> ${P}-amd64.tar.xz )
- arm64? ( https://github.com/mhx/dwarfs/releases/download/v${PV}/dwarfs-${PV}-Linux-aarch64-clang.tar.xz -> ${P}-arm64.tar.gz )
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm64"
-
-RDEPEND="
- ${PYTHON_DEPS}
- sys-fs/fuse:3
-"
-DEPEND="
- ${RDEPEND}
-"
-QA_PREBUILT="
- opt/dwarfs-bin/bin/*
- opt/dwarfs-bin/sbin/*
-"
-
-src_unpack() {
- if use amd64; then
- S="${WORKDIR}/dwarfs-${PV}-Linux-x86_64-clang"
- elif use arm64; then
- S="${WORKDIR}/dwarfs-${PV}-Linux-aarch64-clang"
- fi
-
- default
-}
-
-src_prepare() {
- default
- einfo "Removing legacy fuse2-related stuff..."
- rm sbin/dwarfs2 sbin/mount.dwarfs2 || die
- einfo "Done."
-}
-
-src_install(){
- mkdir -p "${ED}/opt/${PN}" || die
- mv "${S}"/* "${ED}/opt/${PN}" || die
-
- for file in "${ED}/opt/${PN}/bin"/*; do
- dosym "../${PN}/bin/$(basename "${file}")" "/opt/bin/$(basename "${file}")"
- done
- for file in "${ED}/opt/${PN}/sbin"/*; do
- dosym "../${PN}/sbin/$(basename "${file}")" "/opt/bin/$(basename "${file}")"
- done
-
- newenvd - "90${P}" <<-_EOF_
- MANPATH="${EPREFIX}/opt/${PN}/share/man"
- _EOF_
-}
-
-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"
-}
diff --git a/sys-fs/dwarfs-bin/dwarfs-bin-0.10.2.ebuild b/sys-fs/dwarfs-bin/dwarfs-bin-0.12.2.ebuild
similarity index 83%
rename from sys-fs/dwarfs-bin/dwarfs-bin-0.10.2.ebuild
rename to sys-fs/dwarfs-bin/dwarfs-bin-0.12.2.ebuild
index 8b117c98f..165a5acd0 100644
--- a/sys-fs/dwarfs-bin/dwarfs-bin-0.10.2.ebuild
+++ b/sys-fs/dwarfs-bin/dwarfs-bin-0.12.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,8 +6,8 @@ EAPI=8
DESCRIPTION="Static version of a fast very high compression read-only FUSE file system"
HOMEPAGE="https://github.com/mhx/dwarfs"
SRC_URI="
- amd64? ( https://github.com/mhx/dwarfs/releases/download/v${PV}/dwarfs-${PV}-Linux-x86_64-clang.tar.xz -> ${P}-amd64.tar.xz )
- arm64? ( https://github.com/mhx/dwarfs/releases/download/v${PV}/dwarfs-${PV}-Linux-aarch64-clang.tar.xz -> ${P}-arm64.tar.gz )
+ amd64? ( https://github.com/mhx/dwarfs/releases/download/v${PV}/dwarfs-${PV}-Linux-x86_64.tar.xz -> ${P}-amd64.tar.xz )
+ arm64? ( https://github.com/mhx/dwarfs/releases/download/v${PV}/dwarfs-${PV}-Linux-aarch64.tar.xz -> ${P}-arm64.tar.gz )
"
LICENSE="GPL-3"
@@ -28,9 +28,9 @@ QA_PREBUILT="
src_unpack() {
if use amd64; then
- S="${WORKDIR}/dwarfs-${PV}-Linux-x86_64-clang"
+ S="${WORKDIR}/dwarfs-${PV}-Linux-x86_64"
elif use arm64; then
- S="${WORKDIR}/dwarfs-${PV}-Linux-aarch64-clang"
+ S="${WORKDIR}/dwarfs-${PV}-Linux-aarch64"
fi
default
next reply other threads:[~2025-04-19 5:43 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-19 5:43 Denis Reva [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-27 10:56 [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/dwarfs-bin/ Denis Reva
2025-03-18 13:41 Denis Reva
2024-12-27 17:42 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-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=1745041383.c1dfb18e4503fd3b30eeafbfb68e904351ca215a.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