From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/fsarchiver/
Date: Mon, 08 Sep 2025 17:30:46 +0000 (UTC) [thread overview]
Message-ID: <1757352634.7f839215e75bf1adbac9d4c8c97e9d08e353b7cb.bkohler@gentoo> (raw)
commit: 7f839215e75bf1adbac9d4c8c97e9d08e353b7cb
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 8 17:01:52 2025 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Sep 8 17:30:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f839215
app-backup/fsarchiver: update EAPI 7 -> 8
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-backup/fsarchiver/fsarchiver-0.8.8-r1.ebuild | 56 ++++++++++++++++++++++++
1 file changed, 56 insertions(+)
diff --git a/app-backup/fsarchiver/fsarchiver-0.8.8-r1.ebuild b/app-backup/fsarchiver/fsarchiver-0.8.8-r1.ebuild
new file mode 100644
index 000000000000..cba638e15b12
--- /dev/null
+++ b/app-backup/fsarchiver/fsarchiver-0.8.8-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Flexible filesystem archiver for backup and deployment tool"
+HOMEPAGE="https://www.fsarchiver.org"
+SRC_URI="https://github.com/fdupoux/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug lz4 lzma lzo static +zstd"
+
+CDEPEND="dev-libs/libgcrypt:0=
+ >=sys-fs/e2fsprogs-1.41.4
+ lz4? ( app-arch/lz4 )
+ lzma? ( >=app-arch/xz-utils-4.999.9_beta )
+ lzo? ( >=dev-libs/lzo-2.02 )
+ zstd? ( app-arch/zstd )
+"
+DEPEND="${CDEPEND}
+ static? (
+ app-arch/bzip2[static-libs]
+ dev-libs/libgcrypt:0=[static-libs]
+ dev-libs/libgpg-error[static-libs]
+ sys-apps/util-linux[static-libs]
+ >=sys-fs/e2fsprogs-1.41.4[static-libs]
+ sys-libs/zlib[static-libs]
+ lz4? ( app-arch/lz4[static-libs] )
+ lzma? ( app-arch/xz-utils[static-libs] )
+ lzo? ( dev-libs/lzo[static-libs] )
+ zstd? ( app-arch/zstd[static-libs] )
+ )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ sed -i -e 's/^\([a-z]*_CFLAGS.*\)-ggdb/\1/' src/Makefile.am \
+ || die "seding failed"
+ eautoreconf
+}
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable debug devel)
+ $(use_enable lz4)
+ $(use_enable lzma)
+ $(use_enable lzo)
+ $(use_enable static)
+ $(use_enable zstd)
+ )
+ econf "${myeconfargs[@]}"
+}
next reply other threads:[~2025-09-08 17:30 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-08 17:30 Ben Kohler [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-08 17:30 [gentoo-commits] repo/gentoo:master commit in: app-backup/fsarchiver/ Ben Kohler
2025-03-08 15:33 Sam James
2024-12-18 15:29 Ben Kohler
2023-11-03 12:23 Ben Kohler
2023-04-25 3:55 Sam James
2023-04-25 3:55 Sam James
2023-03-23 13:01 Ben Kohler
2021-09-13 20:30 David Seifert
2021-05-18 14:15 Ben Kohler
2021-04-26 19:11 Sam James
2021-04-26 19:11 Sam James
2021-03-24 16:41 Ben Kohler
2021-03-24 16:06 Ben Kohler
2021-03-24 16:06 Ben Kohler
2021-03-24 16:06 Ben Kohler
2021-02-06 23:38 Sam James
2020-06-15 2:35 Aaron Bauman
2019-02-16 9:28 Pacho Ramos
2018-07-11 13:19 Lars Wendler
2018-07-11 13:19 Lars Wendler
2018-05-14 0:08 Aaron Bauman
2018-05-13 22:06 Thomas Deutschmann
2017-08-24 11:07 Lars Wendler
2017-08-24 11:07 Lars Wendler
2017-06-25 16:32 Agostino Sarubbo
2017-02-20 9:33 Lars Wendler
2017-01-02 10:53 Lars Wendler
2017-01-02 10:53 Lars Wendler
2016-12-25 11:39 Lars Wendler
2016-03-06 11:18 Markos Chandras
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=1757352634.7f839215e75bf1adbac9d4c8c97e9d08e353b7cb.bkohler@gentoo \
--to=bkohler@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