From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF2ED158091 for ; Tue, 14 Jun 2022 06:35:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC37FE086D; Tue, 14 Jun 2022 06:35:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B39ECE086D for ; Tue, 14 Jun 2022 06:35:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AE88341206 for ; Tue, 14 Jun 2022 06:35:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2EE54F6 for ; Tue, 14 Jun 2022 06:35:33 +0000 (UTC) From: "Denis Reva" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Reva" Message-ID: <1655188523.0834a8c4ee4280a7de876ee004b7f65806f9f5ae.RarogCmex@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/dwarfs-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/dwarfs-bin/Manifest sys-fs/dwarfs-bin/dwarfs-bin-0.6.1.ebuild X-VCS-Directories: sys-fs/dwarfs-bin/ X-VCS-Committer: RarogCmex X-VCS-Committer-Name: Denis Reva X-VCS-Revision: 0834a8c4ee4280a7de876ee004b7f65806f9f5ae X-VCS-Branch: dev Date: Tue, 14 Jun 2022 06:35:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f50047e4-551b-465a-9a02-3cd737a85128 X-Archives-Hash: ea677ebb7b43dd8b7cd350a93d90cc1c commit: 0834a8c4ee4280a7de876ee004b7f65806f9f5ae Author: Denis Reva gmail com> AuthorDate: Tue Jun 14 06:35:23 2022 +0000 Commit: Denis Reva gmail 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 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" +}