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 A321C158094 for ; Wed, 22 Jun 2022 05:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77DEBE0794; Wed, 22 Jun 2022 05:40:49 +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 59C3CE0794 for ; Wed, 22 Jun 2022 05:40:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 384C53417E6 for ; Wed, 22 Jun 2022 05:40:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97AAD448 for ; Wed, 22 Jun 2022 05:40:46 +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: <1655876272.466b121631adbc31dde24fc9f87881464bdf8f0e.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.5.6.ebuild X-VCS-Directories: sys-fs/dwarfs-bin/ X-VCS-Committer: RarogCmex X-VCS-Committer-Name: Denis Reva X-VCS-Revision: 466b121631adbc31dde24fc9f87881464bdf8f0e X-VCS-Branch: dev Date: Wed, 22 Jun 2022 05:40:46 +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: 4351e2c1-4561-42e2-a409-2542aeea7f73 X-Archives-Hash: ff5f76b8885b0f372b2cad1ea74a4e23 commit: 466b121631adbc31dde24fc9f87881464bdf8f0e Author: Denis Reva gmail com> AuthorDate: Wed Jun 22 05:37:52 2022 +0000 Commit: Denis Reva gmail com> CommitDate: Wed Jun 22 05:37:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=466b1216 sys-fs/dwarfs-bin: removed old 0.5.6 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.5.6.ebuild | 47 ------------------------------- 2 files changed, 48 deletions(-) diff --git a/sys-fs/dwarfs-bin/Manifest b/sys-fs/dwarfs-bin/Manifest index e1a7f2b39..02b07cff6 100644 --- a/sys-fs/dwarfs-bin/Manifest +++ b/sys-fs/dwarfs-bin/Manifest @@ -1,2 +1 @@ -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.5.6.ebuild b/sys-fs/dwarfs-bin/dwarfs-bin-0.5.6.ebuild deleted file mode 100644 index 93f3c27f3..000000000 --- a/sys-fs/dwarfs-bin/dwarfs-bin-0.5.6.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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" -}