public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/f2fs-tools/
Date: Tue, 11 Apr 2023 19:42:04 +0000 (UTC)	[thread overview]
Message-ID: <1681242109.db7c461232efbeef3a381f204d27b9e9defad807.ceamac@gentoo> (raw)

commit:     db7c461232efbeef3a381f204d27b9e9defad807
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 19:02:07 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 19:41:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db7c4612

sys-fs/f2fs-tools: add 1.16.0

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 sys-fs/f2fs-tools/Manifest                 |  1 +
 sys-fs/f2fs-tools/f2fs-tools-1.16.0.ebuild | 50 ++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/sys-fs/f2fs-tools/Manifest b/sys-fs/f2fs-tools/Manifest
index 21258a7ca4b6..7093187d4ebf 100644
--- a/sys-fs/f2fs-tools/Manifest
+++ b/sys-fs/f2fs-tools/Manifest
@@ -1 +1,2 @@
 DIST f2fs-tools-1.15.0.tar.gz 387663 BLAKE2B 1e55f87c839cee6431d9a83e9786201e9b6b872be27c8b92854b30b0fd1c651a9b7235ce93e70c530bfa7a4e9f4dfd309c72702b3338a4aa96e365b29424fb1d SHA512 61e40f16296091b55cec2dbdc6306af6abc2d3f854f39ef03a741b7f6f47348f915498375789f017f8da27fa7d27c79c905dd047693518adde503ea7ebf89387
+DIST f2fs-tools-1.16.0.tar.gz 265507 BLAKE2B a4fb94ff879198652a2922a0101b7e34aad156c3536e5a20c1cb2e36a6a734d92d3f97b2570eb702d029ef1d6c03d6123113fc1aa5658ba979401e0691b7b447 SHA512 ea198cebf7c5bb0c42c9b53bc80484495c403b1ed1354eb7cb7b4f63ed9a5c81653a76eaf1bc35067171fa5fd99b1564178c5440c21b6b025f4e83b9def82680

diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.16.0.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.16.0.ebuild
new file mode 100644
index 000000000000..3224cc7ec9ff
--- /dev/null
+++ b/sys-fs/f2fs-tools/f2fs-tools-1.16.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Tools for Flash-Friendly File System (F2FS)"
+HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/"
+if [[ ${PV} == *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/${PN}.git"
+	EGIT_BRANCH="dev"
+else
+	SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/${PN}.git/snapshot/${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0/10"
+IUSE="selinux"
+
+RDEPEND="
+	app-arch/lz4:=
+	dev-libs/lzo:2
+	sys-apps/util-linux
+	selinux? ( sys-libs/libselinux )
+	elibc_musl? ( sys-libs/queue-standalone )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	local myconf=(
+		# This is required to install to /sbin, bug #481110
+		--bindir="${EPREFIX}"/sbin
+		$(use_with selinux)
+	)
+
+	econf "${myconf[@]}"
+}
+
+src_install() {
+	default
+	find "${ED}" -name "*.la" -delete || die
+}


             reply	other threads:[~2023-04-11 19:42 UTC|newest]

Thread overview: 98+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-11 19:42 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-19  2:17 [gentoo-commits] repo/gentoo:master commit in: sys-fs/f2fs-tools/ Sam James
2025-03-19  2:02 Sam James
2025-03-19  2:02 Sam James
2025-03-19  2:02 Sam James
2025-03-19  2:02 Sam James
2024-04-09 14:44 Sam James
2024-04-09 14:44 Sam James
2024-04-09 14:44 Sam James
2023-12-06 11:53 Arthur Zamarin
2023-12-06 10:16 Arthur Zamarin
2023-12-06  9:14 Arthur Zamarin
2023-12-06  9:14 Arthur Zamarin
2023-12-06  9:14 Arthur Zamarin
2023-12-06  9:14 Arthur Zamarin
2023-05-29 20:18 Sam James
2023-05-29 17:49 Arthur Zamarin
2023-05-29 13:10 Sam James
2023-05-29 13:10 Sam James
2023-05-29 13:01 Sam James
2023-05-29 12:57 Sam James
2023-04-16 12:26 Viorel Munteanu
2023-04-11 19:42 Viorel Munteanu
2023-01-29  7:46 Viorel Munteanu
2023-01-29  5:21 Sam James
2022-11-13  1:49 Mike Gilbert
2022-11-13  1:49 Mike Gilbert
2022-10-27 23:46 Sam James
2022-10-25  8:46 Sam James
2022-10-25  7:30 Arthur Zamarin
2022-10-25  6:59 Arthur Zamarin
2022-10-25  6:59 Arthur Zamarin
2022-10-25  6:59 Arthur Zamarin
2022-09-01  2:00 Sam James
2022-08-16 13:51 Anthony G. Basile
2022-07-25  7:10 Agostino Sarubbo
2022-07-25  7:09 Agostino Sarubbo
2022-07-22 17:57 Sam James
2022-07-22 17:55 Sam James
2022-07-22 13:55 Anthony G. Basile
2022-05-30 15:33 Anthony G. Basile
2022-05-19  8:21 WANG Xuerui
2021-09-27 22:05 Marek Szuba
2020-11-09 17:56 Anthony G. Basile
2020-10-31 11:05 Mikle Kolyada
2020-10-28 22:33 Sergei Trofimovich
2020-10-28 22:30 Sergei Trofimovich
2020-10-28 16:18 Sam James
2020-10-28  3:05 Sam James
2020-10-27 22:00 Thomas Deutschmann
2020-08-29  7:20 Mikle Kolyada
2020-06-18 21:58 Mart Raudsepp
2020-01-08 15:17 Mikle Kolyada
2019-10-02  8:34 Mikle Kolyada
2019-03-21 21:26 Mikle Kolyada
2018-12-29 18:50 Anthony G. Basile
2018-12-03 14:15 Mikle Kolyada
2018-11-22 18:57 Mikle Kolyada
2018-11-22 18:52 Mikle Kolyada
2018-10-12 13:30 Mikle Kolyada
2018-09-28  8:18 Mikle Kolyada
2018-09-22 11:31 Sergei Trofimovich
2018-09-22 11:31 Sergei Trofimovich
2018-09-20  8:53 Mikle Kolyada
2018-09-20  8:53 Mikle Kolyada
2018-09-20  8:43 Mikle Kolyada
2018-09-19 16:35 Mikle Kolyada
2018-09-16 20:29 Mikle Kolyada
2018-04-09 18:14 Mart Raudsepp
2018-03-01  1:07 Anthony G. Basile
2018-03-01  1:07 Anthony G. Basile
2017-11-12 22:50 Anthony G. Basile
2017-08-22  5:30 Anthony G. Basile
2017-08-22  5:30 Anthony G. Basile
2017-07-03 14:11 Anthony G. Basile
2017-07-02 21:30 Anthony G. Basile
2017-07-02 21:30 Anthony G. Basile
2017-02-12 15:31 Anthony G. Basile
2017-02-12 15:31 Anthony G. Basile
2017-01-04 17:09 Agostino Sarubbo
2016-12-28 10:53 Justin Lecher
2016-12-27 10:53 Justin Lecher
2016-12-24  9:30 Markus Meier
2016-12-21 23:07 Anthony G. Basile
2016-12-21  9:57 Tobias Klausmann
2016-04-18 22:22 Mike Frysinger
2016-03-29 20:44 Markus Meier
2016-03-23 22:10 Anthony G. Basile
2016-03-15 15:27 Agostino Sarubbo
2016-03-15 14:34 Agostino Sarubbo
2016-03-12 18:00 Anthony G. Basile
2016-01-23 12:56 Anthony G. Basile
2015-11-16 21:53 Anthony G. Basile
2015-11-16 21:49 Anthony G. Basile
2015-09-27 16:14 Markus Meier
2015-09-22  8:57 Agostino Sarubbo
2015-09-22  4:58 Jeroen Roovers
2015-09-19 14:52 Agostino Sarubbo

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=1681242109.db7c461232efbeef3a381f204d27b9e9defad807.ceamac@gentoo \
    --to=ceamac@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