public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/fsarchiver/
Date: Thu, 23 Mar 2023 13:01:03 +0000 (UTC)	[thread overview]
Message-ID: <1679576458.11b55489226402a69e4456b262c55c6eec661793.bkohler@gentoo> (raw)

commit:     11b55489226402a69e4456b262c55c6eec661793
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 13:00:03 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 13:00:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b55489

app-backup/fsarchiver: add 0.8.7

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 app-backup/fsarchiver/Manifest                |  1 +
 app-backup/fsarchiver/fsarchiver-0.8.7.ebuild | 56 +++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/app-backup/fsarchiver/Manifest b/app-backup/fsarchiver/Manifest
index 72031c4f5bfa..71fa343359e7 100644
--- a/app-backup/fsarchiver/Manifest
+++ b/app-backup/fsarchiver/Manifest
@@ -1 +1,2 @@
 DIST fsarchiver-0.8.6.tar.gz 273652 BLAKE2B 2f8d11bb721c4e5452f0bc62661bd254226d3d62b5d7bee0a8ccfd227bdc39dd0dd544e831888bbf39010341aaa0d74b2805ab580c79cc90e96a43be1676d86c SHA512 26a2d7a68d162aabb778b14f29c52cf8fbadb8147cf5eae592352a36fbf93cc45c08c241253bd8dfe8cd0b77d0f156afcc8d89e8d24a238fd4427cb479827f14
+DIST fsarchiver-0.8.7.tar.gz 274350 BLAKE2B c7989a0323c1cebc7add9653d70b5b3d9f32130602ae469ec6fb00834a1af9a0b2af1fb21747d8785505068b2224fe7cd1cde9dfe9b6be4bce87f398b2a18ec7 SHA512 6f7099c9f961f78fc23e6cee57dfb109f0e2e00a707875175e37786ba0abb7a2e6330662f57a4122215c80dff63b8dc1b270690c0f8cc3bedbca83ab857c19b2

diff --git a/app-backup/fsarchiver/fsarchiver-0.8.7.ebuild b/app-backup/fsarchiver/fsarchiver-0.8.7.ebuild
new file mode 100644
index 000000000000..6a889c9d8eab
--- /dev/null
+++ b/app-backup/fsarchiver/fsarchiver-0.8.7.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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[@]}"
+}


             reply	other threads:[~2023-03-23 13:01 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-23 13:01 Ben Kohler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 15:33 [gentoo-commits] repo/gentoo:master commit in: app-backup/fsarchiver/ 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
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=1679576458.11b55489226402a69e4456b262c55c6eec661793.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