public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/fsarchiver/
Date: Mon, 20 Feb 2017 09:33:18 +0000 (UTC)	[thread overview]
Message-ID: <1487583194.4f784ad8908ef4940a4bf49f004b67bfe47ad5ea.polynomial-c@gentoo> (raw)

commit:     4f784ad8908ef4940a4bf49f004b67bfe47ad5ea
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 09:32:57 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 09:33:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f784ad8

app-backup/fsarchiver: Bump to version 0.8.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-backup/fsarchiver/Manifest                |  1 +
 app-backup/fsarchiver/fsarchiver-0.8.1.ebuild | 40 +++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-backup/fsarchiver/Manifest b/app-backup/fsarchiver/Manifest
index a3c118e267..17b1c93fe1 100644
--- a/app-backup/fsarchiver/Manifest
+++ b/app-backup/fsarchiver/Manifest
@@ -1,3 +1,4 @@
 DIST fsarchiver-0.6.19.tar.gz 244972 SHA256 9ba4d3262059a0cb108de564340d947a4d75d34ba3b8e35a767d543afbf24dbb SHA512 28c2b7c59fcdedd47c5451867540696e1859d954259670419df01fb94b626f169a2ff97b9eb96caaba69421ff2560cebbd6c7743b2a89172591f0747716a0471 WHIRLPOOL 78200870521adb927b042e3ada778ebb552f84c0164cf628fa5214f84f42a853fe71871d2ee27a6c485fa1db3c229002e52c6f11e58ef9766b38df6723e93f24
 DIST fsarchiver-0.6.24.tar.gz 261942 SHA256 535401b71b905ebf268bf45a24456d50cc5584c77119d93bf692b6a10c51cee3 SHA512 5c6338426f74625b5be3da4c0b5419e55a123dbdf2669198eeae902dff6b136f004f3279e805ec46ec283293088fb25eb1caaa202b853c9e0c254c7786bf12a4 WHIRLPOOL 0a8df7bdddb636d72036ce3a779f5fee7a9204e71471c42a03500e5a21b2b915df809e5b4bb2b94bc9402208fe5e304a21ced303d028564b12fd9696e05f8426
 DIST fsarchiver-0.8.0.tar.gz 264741 SHA256 68e98e51faa44abd593342503073cbce5f8ff74f87ecd45dfa45f68ad5e0a362 SHA512 3007ffa47c6399987f06cd53e30a1bbe9784703b97dd7383c5aa0a505bb64c94c89095f5b821ddebfb1eb76361babf08f0b64ab4a39ce3cc3f2f9a6f02f71fae WHIRLPOOL ab221d38787fdb5e9e0325acc98e5a24acece718719b41465681cdc539f366dd27287fe8677163cb61cb33f8abfb59cdc210ab059ea06622358825bba79b029c
+DIST fsarchiver-0.8.1.tar.gz 265048 SHA256 f21dc8f66a67e949c836f3316862db0619f14cf8971ba37342c0ae6e11e625f8 SHA512 17133392b0678b88552ae356bc199a8a5a8a88d3c8878b593b36acdc0f9dc3869f87475cc1a36d0df752e3bc3df8c9c0641954f675aaf60da4f1b0862dec1bc6 WHIRLPOOL 190450d064ed509f731c0104623e237ccca1f04d4cde3cae23d14a34bfc0ae567062bd081cb1523655d82ae62a1add99afa75260db815db96a0a145962bd8154

diff --git a/app-backup/fsarchiver/fsarchiver-0.8.1.ebuild b/app-backup/fsarchiver/fsarchiver-0.8.1.ebuild
new file mode 100644
index 0000000000..32b867747c
--- /dev/null
+++ b/app-backup/fsarchiver/fsarchiver-0.8.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Flexible filesystem archiver for backup and deployment tool"
+HOMEPAGE="http://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 lzma lzo static"
+
+DEPEND="dev-libs/libgcrypt:0=
+	>=sys-fs/e2fsprogs-1.41.4
+	lzma? ( >=app-arch/xz-utils-4.999.9_beta )
+	lzo? ( >=dev-libs/lzo-2.02 )
+	static? ( lzma? ( app-arch/xz-utils[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() {
+	myeconfargs=(
+		$(use_enable lzma)
+		$(use_enable lzo)
+		$(use_enable static)
+		$(use_enable debug devel)
+	)
+	econf "${myeconfargs[@]}"
+}


             reply	other threads:[~2017-02-20  9:33 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-20  9:33 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-03 12:23 [gentoo-commits] repo/gentoo:master commit in: app-backup/fsarchiver/ 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-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=1487583194.4f784ad8908ef4940a4bf49f004b67bfe47ad5ea.polynomial-c@gentoo \
    --to=polynomial-c@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