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 04FE015808B for ; Fri, 18 Mar 2022 04:20:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F2F6E0837; Fri, 18 Mar 2022 04:20:25 +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 DA7C3E0837 for ; Fri, 18 Mar 2022 04:20:24 +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 B2EC534346A for ; Fri, 18 Mar 2022 04:20:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDF0E2B0 for ; Fri, 18 Mar 2022 04:20:20 +0000 (UTC) From: "Xuerui WANG" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Xuerui WANG" Message-ID: <1647577178.112113a9680f555eedaea22db4a01bc6bb266093.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.3-r1.ebuild X-VCS-Directories: sys-fs/erofs-utils/ X-VCS-Committer: xen0n X-VCS-Committer-Name: Xuerui WANG X-VCS-Revision: 112113a9680f555eedaea22db4a01bc6bb266093 X-VCS-Branch: master Date: Fri, 18 Mar 2022 04:20:20 +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: 20c02461-d6ea-46e7-9f2f-c72d04ca9bd5 X-Archives-Hash: a9e552fa62504b9572161731d97dfee5 commit: 112113a9680f555eedaea22db4a01bc6bb266093 Author: WANG Xuerui gentoo org> AuthorDate: Fri Mar 18 03:33:07 2022 +0000 Commit: Xuerui WANG gentoo org> CommitDate: Fri Mar 18 04:19:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=112113a9 sys-fs/erofs-utils: drop 1.3-r1 Signed-off-by: WANG Xuerui gentoo.org> sys-fs/erofs-utils/Manifest | 1 - sys-fs/erofs-utils/erofs-utils-1.3-r1.ebuild | 38 ---------------------------- 2 files changed, 39 deletions(-) diff --git a/sys-fs/erofs-utils/Manifest b/sys-fs/erofs-utils/Manifest index c546997af5cd..0c2d2532e5de 100644 --- a/sys-fs/erofs-utils/Manifest +++ b/sys-fs/erofs-utils/Manifest @@ -1,2 +1 @@ -DIST erofs-utils-1.3.tar.gz 66135 BLAKE2B 1051cf387d059d71b91e0a940c86b819593902606ae4665a7801e9597dd72987385bee997d2d63b186c493557ee22118aff23161e48e25ee8f4859f9f6e46f14 SHA512 6ddd8402dab80b0375b012ed51ff02b40cbeca9a4a1ba250b14ec6aeb97317ab575e315e9d4dc77ed1d7826c202396d9c0775917106ecbd7b4048168aca0fa6c DIST erofs-utils-1.4.tar.gz 93979 BLAKE2B aef1dca8cb95e6104d73a84590319d3c55aba1a4ef5dbdbf470662cb86ee1b66a5707dc1c453470115ec6f2bf1246ee4b6b28aa1cb83b4cb9c8eed45e88668d4 SHA512 ab95d6a7b2d278ee443d1e378c62354db66ce7ab5ce03b3a8d9004cf498c4e43e3e8ced6524444d2ea4871c4db0195489f033180c8a2082c2cba69c46c09692f diff --git a/sys-fs/erofs-utils/erofs-utils-1.3-r1.ebuild b/sys-fs/erofs-utils/erofs-utils-1.3-r1.ebuild deleted file mode 100644 index 749529d63343..000000000000 --- a/sys-fs/erofs-utils/erofs-utils-1.3-r1.ebuild +++ /dev/null @@ -1,38 +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" - -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" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - $(use_enable fuse) \ - $(use_enable lz4) \ - $(use_with selinux) \ - $(use_with uuid) -}