From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E6221581FD for ; Mon, 08 Sep 2025 17:30:56 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 59BED340EE4 for ; Mon, 08 Sep 2025 17:30:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6BB6B110572; Mon, 08 Sep 2025 17:30:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 61735110572 for ; Mon, 08 Sep 2025 17:30:48 +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 18AD133E3A9 for ; Mon, 08 Sep 2025 17:30:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B53235F0 for ; Mon, 08 Sep 2025 17:30:46 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1757352634.7f839215e75bf1adbac9d4c8c97e9d08e353b7cb.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/fsarchiver/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/fsarchiver/fsarchiver-0.8.8-r1.ebuild X-VCS-Directories: app-backup/fsarchiver/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 7f839215e75bf1adbac9d4c8c97e9d08e353b7cb X-VCS-Branch: master Date: Mon, 08 Sep 2025 17:30:46 +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: db11c005-11f2-4545-aca9-d280b30390a3 X-Archives-Hash: 9b9f3c935a26860c1953883c34bfeadf commit: 7f839215e75bf1adbac9d4c8c97e9d08e353b7cb Author: Ben Kohler gentoo org> AuthorDate: Mon Sep 8 17:01:52 2025 +0000 Commit: Ben Kohler gentoo 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 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[@]}" +}