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, 2 Jan 2017 10:53:06 +0000 (UTC) [thread overview]
Message-ID: <1483354382.97b6a50026ff0c7e3f77613e7dbb935bbec28941.polynomial-c@gentoo> (raw)
commit: 97b6a50026ff0c7e3f77613e7dbb935bbec28941
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 10:52:47 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 10:53:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b6a500
app-backup/fsarchiver: Removed old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-backup/fsarchiver/Manifest | 2 --
app-backup/fsarchiver/fsarchiver-0.6.21.ebuild | 36 ------------------------
app-backup/fsarchiver/fsarchiver-0.6.22.ebuild | 38 --------------------------
3 files changed, 76 deletions(-)
diff --git a/app-backup/fsarchiver/Manifest b/app-backup/fsarchiver/Manifest
index 81cc6ab..a3c118e 100644
--- a/app-backup/fsarchiver/Manifest
+++ b/app-backup/fsarchiver/Manifest
@@ -1,5 +1,3 @@
DIST fsarchiver-0.6.19.tar.gz 244972 SHA256 9ba4d3262059a0cb108de564340d947a4d75d34ba3b8e35a767d543afbf24dbb SHA512 28c2b7c59fcdedd47c5451867540696e1859d954259670419df01fb94b626f169a2ff97b9eb96caaba69421ff2560cebbd6c7743b2a89172591f0747716a0471 WHIRLPOOL 78200870521adb927b042e3ada778ebb552f84c0164cf628fa5214f84f42a853fe71871d2ee27a6c485fa1db3c229002e52c6f11e58ef9766b38df6723e93f24
-DIST fsarchiver-0.6.21.tar.gz 260895 SHA256 aed7a7d5c4a9277f84d0d023f0232baef6700b84b079244a53722066150c2ab9 SHA512 b9941288270e3ad6850103be2cea26cbb74111ce9361b4118c34992f69c0b594d4148d153a88eb4cd80ea774c329bf4e59ad1ed4f645e78febb2dd83d07f602c WHIRLPOOL aa4e12cfded8d99b1b4668c58138a2d106e852b383ee86e8d06030aab22d1f1578f8ab7ceb6f33ad7a450d816d3b2f84f21509ee64a83b4db5fe085449e9704d
-DIST fsarchiver-0.6.22.tar.gz 261341 SHA256 b84a932cd9a989e019bb22733f6ee86e5db389a17459d1b482162a2384fd49f9 SHA512 a6d0e6ba416874bd658cbfbb2be560af137eb98f183f89994c2d9ce813daa87ab5783bedf220c9cd326f2742f1597875eb39aad4c66d3c6ddb28474b0fd34a7f WHIRLPOOL 0da5fa96babb8a48126af84958db0dfef2427277cf6dc6e57b67050f34d9e283d3f0477ccb3fed132815c35db6350f54b9a82a9eea3b6783a5ad31eea6c2fb30
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
diff --git a/app-backup/fsarchiver/fsarchiver-0.6.21.ebuild b/app-backup/fsarchiver/fsarchiver-0.6.21.ebuild
deleted file mode 100644
index e5ff09a..00000000
--- a/app-backup/fsarchiver/fsarchiver-0.6.21.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit autotools eutils
-
-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() {
- sed -i -e 's/^\([a-z]*_CFLAGS.*\)-ggdb/\1/' src/Makefile.am || die "seding
- failed"
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable lzma) \
- $(use_enable lzo) \
- $(use_enable static) \
- $(use_enable debug devel)
-}
diff --git a/app-backup/fsarchiver/fsarchiver-0.6.22.ebuild b/app-backup/fsarchiver/fsarchiver-0.6.22.ebuild
deleted file mode 100644
index 11603ab..00000000
--- a/app-backup/fsarchiver/fsarchiver-0.6.22.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools eutils
-
-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() {
- econf \
- $(use_enable lzma) \
- $(use_enable lzo) \
- $(use_enable static) \
- $(use_enable debug devel)
-}
next reply other threads:[~2017-01-02 10:53 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-02 10:53 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-02-20 9:33 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=1483354382.97b6a50026ff0c7e3f77613e7dbb935bbec28941.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