public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "WANG Xuerui" <xen0n@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/erofs-utils/
Date: Mon, 16 Jan 2023 06:39:00 +0000 (UTC)	[thread overview]
Message-ID: <1673851063.258a8abc6dcae426fab29c81044a4d938d455d9a.xen0n@gentoo> (raw)

commit:     258a8abc6dcae426fab29c81044a4d938d455d9a
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 06:37:43 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 06:37:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258a8abc

sys-fs/erofs-utils: add 1.5-r1, add support for USE=lzma

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 sys-fs/erofs-utils/erofs-utils-1.5-r1.ebuild | 47 ++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/sys-fs/erofs-utils/erofs-utils-1.5-r1.ebuild b/sys-fs/erofs-utils/erofs-utils-1.5-r1.ebuild
new file mode 100644
index 000000000000..bae100e2e3a3
--- /dev/null
+++ b/sys-fs/erofs-utils/erofs-utils-1.5-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2021-2023 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 +lzma selinux +uuid"
+
+RDEPEND="
+	fuse? ( sys-fs/fuse:0 )
+	lz4? ( app-arch/lz4:0= )
+	lzma? ( >=app-arch/xz-utils-5.4.0:0= )
+	selinux? ( sys-libs/libselinux:0= )
+	uuid? ( sys-apps/util-linux )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		--disable-werror
+		$(use_enable fuse)
+		$(use_enable lz4)
+		$(use_enable lzma)
+		$(use_with selinux)
+		$(use_with uuid)
+	)
+
+	econf "${myeconfargs[@]}"
+}


             reply	other threads:[~2023-01-16  6:39 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-16  6:39 WANG Xuerui [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-05 10:33 [gentoo-commits] repo/gentoo:master commit in: sys-fs/erofs-utils/ WANG Xuerui
2025-01-05 10:33 WANG Xuerui
2024-08-13  7:10 WANG Xuerui
2023-11-13  1:05 Sam James
2023-09-28 11:01 WANG Xuerui
2023-09-27 16:44 WANG Xuerui
2023-09-27 16:44 WANG Xuerui
2023-07-18  2:50 WANG Xuerui
2023-06-28 17:31 WANG Xuerui
2023-06-28 17:31 WANG Xuerui
2023-01-16  6:39 WANG Xuerui
2023-01-16  6:39 WANG Xuerui
2022-08-12 13:02 WANG Xuerui
2022-05-05  7:10 WANG Xuerui
2022-03-18  4:20 Xuerui WANG
2022-03-15  8:07 Xuerui WANG
2022-01-11  7:52 Florian Schmaus
2022-01-05 18:06 Florian Schmaus
2022-01-05 17:12 Florian Schmaus

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=1673851063.258a8abc6dcae426fab29c81044a4d938d455d9a.xen0n@gentoo \
    --to=xen0n@gentoo.org \
    --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