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 C3C9715800F for ; Mon, 16 Jan 2023 06:39:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0627E089C; Mon, 16 Jan 2023 06:39:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8C632E089C for ; Mon, 16 Jan 2023 06:39:03 +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 6A847340E10 for ; Mon, 16 Jan 2023 06:39:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C3927FA for ; Mon, 16 Jan 2023 06:39:00 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1673850711.d91f5964ec123fba4f4bf132bc886effef11de61.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/erofs-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/erofs-utils/Manifest sys-fs/erofs-utils/erofs-utils-1.4.ebuild X-VCS-Directories: sys-fs/erofs-utils/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: d91f5964ec123fba4f4bf132bc886effef11de61 X-VCS-Branch: master Date: Mon, 16 Jan 2023 06:39:00 +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: e837c916-adae-469b-a0c5-db4a6820f7a3 X-Archives-Hash: 80fa0ca8117df018dce543a496de4791 commit: d91f5964ec123fba4f4bf132bc886effef11de61 Author: WANG Xuerui gentoo org> AuthorDate: Mon Jan 16 06:31:51 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon Jan 16 06:31:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91f5964 sys-fs/erofs-utils: drop 1.4 Signed-off-by: WANG Xuerui gentoo.org> sys-fs/erofs-utils/Manifest | 1 - sys-fs/erofs-utils/erofs-utils-1.4.ebuild | 48 ------------------------------- 2 files changed, 49 deletions(-) diff --git a/sys-fs/erofs-utils/Manifest b/sys-fs/erofs-utils/Manifest index 560349e50cf2..9b7bee76552b 100644 --- a/sys-fs/erofs-utils/Manifest +++ b/sys-fs/erofs-utils/Manifest @@ -1,2 +1 @@ -DIST erofs-utils-1.4.tar.gz 93979 BLAKE2B aef1dca8cb95e6104d73a84590319d3c55aba1a4ef5dbdbf470662cb86ee1b66a5707dc1c453470115ec6f2bf1246ee4b6b28aa1cb83b4cb9c8eed45e88668d4 SHA512 ab95d6a7b2d278ee443d1e378c62354db66ce7ab5ce03b3a8d9004cf498c4e43e3e8ced6524444d2ea4871c4db0195489f033180c8a2082c2cba69c46c09692f DIST erofs-utils-1.5.tar.gz 106559 BLAKE2B 69a2b93c0ba8c50fb3f75a53cc224490ab31f55e24055932091e85032a637c2be6d937ab42f068a2937e5b9d8b6054fd756e89b9333f47a6b6b35c20a421ed49 SHA512 0a9d593a9fef3c5976dc63e2927f47d070121ed07e6dda727b0a715b72cfe560c83bdf26ce41fe07b8cb5b66b0660105848e3f7c5a84f222296eb422d1cd5cba diff --git a/sys-fs/erofs-utils/erofs-utils-1.4.ebuild b/sys-fs/erofs-utils/erofs-utils-1.4.ebuild deleted file mode 100644 index b12a9a233e0d..000000000000 --- a/sys-fs/erofs-utils/erofs-utils-1.4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Userspace tools for EROFS" -HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git" -LICENSE="GPL-2+" - -SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/${PN}.git/snapshot/${P}.tar.gz" -KEYWORDS="~amd64 ~loong" - -SLOT="0" -IUSE="fuse +lz4 selinux +uuid" - -RDEPEND=" - fuse? ( sys-fs/fuse:0 ) - lz4? ( app-arch/lz4:0= ) - selinux? ( sys-libs/libselinux:0= ) - uuid? ( sys-apps/util-linux ) -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}/${PV}-dump-fix-de-nid-issues.patch" - "${FILESDIR}/${PV}-fsck-add-missing-include.patch" - "${FILESDIR}/${PV}-werror.patch" -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - # This package asks for MicroLZMA support, which is not included in any - # released version of xz-utils at the moment, so disable lzma until a new - # xz-utils is packaged. - econf \ - $(use_enable fuse) \ - $(use_enable lz4) \ - --disable-lzma \ - $(use_with selinux) \ - $(use_with uuid) -}