summaryrefslogtreecommitdiff
path: root/app-backup/fsarchiver
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/fsarchiver')
-rw-r--r--app-backup/fsarchiver/Manifest6
-rw-r--r--app-backup/fsarchiver/files/fsarchiver-0.8.4-xattr.patch67
-rw-r--r--app-backup/fsarchiver/fsarchiver-0.8.4.ebuild53
-rw-r--r--app-backup/fsarchiver/fsarchiver-0.8.5.ebuild50
-rw-r--r--app-backup/fsarchiver/metadata.xml16
5 files changed, 0 insertions, 192 deletions
diff --git a/app-backup/fsarchiver/Manifest b/app-backup/fsarchiver/Manifest
deleted file mode 100644
index d8fa52cbde88..000000000000
--- a/app-backup/fsarchiver/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX fsarchiver-0.8.4-xattr.patch 1875 BLAKE2B 57841c69bbfe68a55f83affb5e0ec2f7583673d1741d780e71bd55817a5659dc34d75b56bea531ad41365ff741b6c17965926456809b61fbdeedfad33c9b0867 SHA512 cc1e632bd7147da8af77d4f45c473617f1d40768dd30f94880384f3cfb3f43df85ab6f3917b48a2299a267a7c8861ba5f3b1bbef1e8a706eebba8a849fda2e50
-DIST fsarchiver-0.8.4.tar.gz 298793 BLAKE2B 706b1ed8a3966703ce8e6b0e16a502645317158478422e0fb999ed277185f83ca9a5a607f189c9bbf6b63c6bf1b4d9589d51fcbf3b256d57b6cd056757156ae3 SHA512 15712e5fdb9695148e8fe42791952acf0c7d34611c3467a0cb2e2631c9c5f1c55a4e839098085e6a72c2d8988b05e6f515ef772bcc5766b57a07da65a5209efd
-DIST fsarchiver-0.8.5.tar.gz 298502 BLAKE2B 434fbc945bb4999243fe2b6a212c6b04118ae37749b4b14b590cf8269e541a5b09954e75a898126c8a55b5b516f458a1cf1842b4a9f4ead2185c7b5e8c99343c SHA512 bf427dfcc5a73fc799710766dc1c1392ed379565ec68d7cef49e9391da749e08fb655f2b86b4ab4db7cacaf323286b4673a7c3fbebba81ac50d0b66c1f0b91ff
-EBUILD fsarchiver-0.8.4.ebuild 1161 BLAKE2B 4efb9c4f957970f0d9a419100014ad9ebb280f1c264d8861e36b75235fc17592651573fed512d42a4075b85c44ba9a9c7208ec4839a4eeec4e370264e20fb439 SHA512 2faf1f1528578db1b5a1abc3e6e525b5e6121021b2a6658ea04546de151f89ac5e94c8481fc4bd8ff0a347e8e7aca40bfe8e3f6f60198be2f10c15a6fbb6c3fd
-EBUILD fsarchiver-0.8.5.ebuild 1140 BLAKE2B 92fc4c9a6bac17acc897d674ac16eccc34621ec2755ddb98fe1c01468772798116e22a3335fe541e62891e0309f84af8a379d8940885a18acbc53c6b8da5d5d6 SHA512 c29a3b4facc93afa1ca6262534d1ce2969efe7007806cd25c93cb0941184cdf892ecc6631dcdcf198b1b4e99c3f87fc1549987a5386762924a7cd15d23563790
-MISC metadata.xml 519 BLAKE2B e4afd2bb8fde74149478f3a4d987fc37ade9fdc874b1e88235a0076e177fe97f03f87d994e44ca0392f3960b0599629d68f7c9a4c6d4b98de66b34d963aa8815 SHA512 c9bcbf8757957ce60ca5ea13e485d0241731052eaf0a73eed75734412429ddc6372244e78c92537f8efd886a3976055f060b67c8fa9a025d5b7dff48fc23c316
diff --git a/app-backup/fsarchiver/files/fsarchiver-0.8.4-xattr.patch b/app-backup/fsarchiver/files/fsarchiver-0.8.4-xattr.patch
deleted file mode 100644
index cbc879008dfe..000000000000
--- a/app-backup/fsarchiver/files/fsarchiver-0.8.4-xattr.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-From 57759f2b1106b6d19f3bc11b21463f4307dfc3d8 Mon Sep 17 00:00:00 2001
-From: Lars Wendler <polynomial-c@gentoo.org>
-Date: Tue, 20 Feb 2018 10:13:30 +0100
-Subject: [PATCH] Replace <attr/xattr.h> with <sys/xattr.h>
-
-The former has been long deprecated and removed in attr-2.4.48
----
- configure.ac | 2 +-
- src/oper_restore.c | 3 ++-
- src/oper_save.c | 7 ++++++-
- 3 files changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 66cfbf3..ae9aae8 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -114,7 +114,7 @@ PKG_CHECK_MODULES([BLKID], [blkid])
- PKG_CHECK_MODULES([UUID], [uuid])
-
- dnl Check for header files installed with a library
--AC_CHECK_HEADER([attr/xattr.h],, [AC_MSG_ERROR([attr/xattr.h not found. you may have to install a package called attr, libattr, libattr-devel])])
-+AC_CHECK_HEADER([sys/xattr.h],, [AC_MSG_ERROR([sys/xattr.h not found.])])
-
- dnl Check for standard header files.
- AC_CHECK_HEADERS([malloc.h unistd.h pthread.h])
-diff --git a/src/oper_restore.c b/src/oper_restore.c
-index dd8af1f..92eb5f6 100644
---- a/src/oper_restore.c
-+++ b/src/oper_restore.c
-@@ -24,7 +24,8 @@
- #include <assert.h>
- #include <string.h>
- #include <stdlib.h>
--#include <attr/xattr.h>
-+#include <sys/xattr.h>
-+#include <errno.h>
- #include <sys/time.h>
- #include <sys/stat.h>
- #include <gcrypt.h>
-diff --git a/src/oper_save.c b/src/oper_save.c
-index ce6f194..ff29074 100644
---- a/src/oper_save.c
-+++ b/src/oper_save.c
-@@ -29,7 +29,8 @@
- #include <sys/param.h>
- #include <sys/statvfs.h>
- #include <sys/stat.h>
--#include <attr/xattr.h>
-+#include <sys/xattr.h>
-+#include <errno.h>
- #include <zlib.h>
- #include <assert.h>
- #include <gcrypt.h>
-@@ -59,6 +60,10 @@
- #include "error.h"
- #include "queue.h"
-
-+#ifndef ENOATTR
-+#define ENOATTR ENODATA
-+#endif
-+
- typedef struct s_savear
- { carchwriter ai;
- cregmulti regmulti;
---
-2.16.2
-
diff --git a/app-backup/fsarchiver/fsarchiver-0.8.4.ebuild b/app-backup/fsarchiver/fsarchiver-0.8.4.ebuild
deleted file mode 100644
index 392119c19cf0..000000000000
--- a/app-backup/fsarchiver/fsarchiver-0.8.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 lz4 lzma lzo static zstd"
-
-DEPEND="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 )
- static? (
- 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] )
- )
- zstd? ( app-arch/zstd )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${P}-xattr.patch"
-)
-
-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[@]}"
-}
diff --git a/app-backup/fsarchiver/fsarchiver-0.8.5.ebuild b/app-backup/fsarchiver/fsarchiver-0.8.5.ebuild
deleted file mode 100644
index 7d22bbd4d2b7..000000000000
--- a/app-backup/fsarchiver/fsarchiver-0.8.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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="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 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? (
- 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="${DDEPEND}"
-
-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[@]}"
-}
diff --git a/app-backup/fsarchiver/metadata.xml b/app-backup/fsarchiver/metadata.xml
deleted file mode 100644
index b705057e31d0..000000000000
--- a/app-backup/fsarchiver/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>hwoarang@gentoo.org</email>
- <name>Markos Chandras</name>
- </maintainer>
- <use>
- <flag name="lz4">Enable lz4 compression support</flag>
- <flag name="zstd">Enable zstd compression support</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">fsarchiver</remote-id>
- <remote-id type="github">fdupoux/fsarchiver</remote-id>
- </upstream>
-</pkgmetadata>