summaryrefslogtreecommitdiff
path: root/app-backup
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-03 20:56:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-03 20:56:28 +0100
commitfbda87924e6faa7a1919f1a2b4182490bde5ec5c (patch)
treef3114a4ed212a754756adce027aeef3a4a1a2e2a /app-backup
parent3b08f674e3f771b49370edb144dab0958c8cf721 (diff)
gentoo resync : 03.09.2021
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/Manifest.gzbin8706 -> 8543 bytes
-rw-r--r--app-backup/zbackup/Manifest6
-rw-r--r--app-backup/zbackup/files/zbackup-1.4.4-tartool.patch11
-rw-r--r--app-backup/zbackup/files/zbackup-9999-tartool.patch11
-rw-r--r--app-backup/zbackup/metadata.xml26
-rw-r--r--app-backup/zbackup/zbackup-1.4.4-r2.ebuild33
-rw-r--r--app-backup/zbackup/zbackup-9999.ebuild35
7 files changed, 0 insertions, 122 deletions
diff --git a/app-backup/Manifest.gz b/app-backup/Manifest.gz
index 6a052337b7ae..c8871848e1b8 100644
--- a/app-backup/Manifest.gz
+++ b/app-backup/Manifest.gz
Binary files differ
diff --git a/app-backup/zbackup/Manifest b/app-backup/zbackup/Manifest
deleted file mode 100644
index ca0b3f1846ac..000000000000
--- a/app-backup/zbackup/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX zbackup-1.4.4-tartool.patch 277 BLAKE2B 612cf1a5b6faf753829a859582ccd9cc741028f6a14a85d1a7465c218ae7044519f13d9266e70c270d5f33a65846fcc3f747c53847fdc34fc3f3c2cac9488f48 SHA512 79a7c9e7a929b5b9ed2cb472e96c21a4db9e369590744be4e84335ae428273a9d1c2f28a57f09f571ee99af0c6274e535b25f7494f0dc8c4d2c391428a064d8a
-AUX zbackup-9999-tartool.patch 283 BLAKE2B 227d8a478ab9bdb67208a493b1f06225e3ecf7a6595ba4a41be1d8647df4a7a46645421ce9dd6b7fa5f9af191bbc73ca16cce6a31ea040bd3cf9bd4065c0c142 SHA512 53724bf11c6219e494a77090de34105eb87732a6f6b671bb950ac3d86d8c188544b25e06bd49b9df00cfd471e7de976a37ec8ce60dbbc55dd4ba0d0e21e3d61c
-DIST zbackup-1.4.4.tar.gz 87118 BLAKE2B b51727dfdd756109498acbfe19c9bbe541856a5424f86e664a124cd4042f81a42cd48f14542fbf278444666ce20539fdb6571cce8aeacfcafac9a44c3ee6e789 SHA512 96f0984be71e521b2a188448bb2801996701be6e96b1dac4672cabc9f6bcb6631fdb8d03f5dde4bbdbb0050d9bd1409d468fcba15f93730d69e6c55271aba575
-EBUILD zbackup-1.4.4-r2.ebuild 678 BLAKE2B 7448bbfd31013723b003e18a25d44e313417ac8d68940e04ed821fafc51947502bd8aae4bdf40e7301205ff211f48aaebe0b2bb48350b1b87c12a8c0064138a9 SHA512 a5609738b43a5186c06bf9c1026860b434c76f6407aaa048a322c474ab508a4b1f31bcb89357ee431cc4ace8b84fd38987360cdbe71b593991d5a80f9e05f3f8
-EBUILD zbackup-9999.ebuild 681 BLAKE2B c0e36979b653872996c4f49747f08dac411c2a714e9898e839b8d141476b1eeecff58e422d060cb88ed7d65cb7e857ee8e6a9e3fa0aba9fa85fdc84ceb7dadb6 SHA512 0b0d1d8e000b5d3b094035d90e761ad20ad0e31369c0e809eb4d6fccff4a3b73f86d4ca20112362fed54938f4fb69a37e0f77c36ae9132736d7229cbe84c1943
-MISC metadata.xml 898 BLAKE2B 4e71695daff097301482ae9598551223b6c3f70f112529a6c4b775ea5f287c64d65c6927b9c57fd4cd9b453b09bcd348fcbbb4526f1bfeb60c53c1a12d02d634 SHA512 d101d6d3c304f69a58162bb6a5b00f6c2361ba0ad97775dd6c25b6c6ba77d59f4f1d82bf8d8146481000753069cc3e9b4df150b146a2fbc2713f568dd1d842d7
diff --git a/app-backup/zbackup/files/zbackup-1.4.4-tartool.patch b/app-backup/zbackup/files/zbackup-1.4.4-tartool.patch
deleted file mode 100644
index 8f9f839a66fd..000000000000
--- a/app-backup/zbackup/files/zbackup-1.4.4-tartool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt 2017-02-24 09:22:39.360392521 +0200
-+++ b/CMakeLists.txt 2017-02-24 09:23:13.642390978 +0200
-@@ -51,4 +51,8 @@
- ${LIBLZO_LIBRARIES}
- )
-
-+if (BUILD_TARTOOL)
-+ add_subdirectory(tartool)
-+endif (BUILD_TARTOOL)
-+
- install( TARGETS zbackup DESTINATION bin )
diff --git a/app-backup/zbackup/files/zbackup-9999-tartool.patch b/app-backup/zbackup/files/zbackup-9999-tartool.patch
deleted file mode 100644
index 26052f97a485..000000000000
--- a/app-backup/zbackup/files/zbackup-9999-tartool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt 2017-02-24 09:22:39.360392521 +0200
-+++ b/CMakeLists.txt 2017-02-24 09:23:13.642390978 +0200
-@@ -51,4 +51,8 @@
- ${LIBLZO_LIBRARIES}
- )
-
-+if (BUILD_TARTOOL)
-+ add_subdirectory(tools/tartool)
-+endif (BUILD_TARTOOL)
-+
- install( TARGETS zbackup DESTINATION bin )
diff --git a/app-backup/zbackup/metadata.xml b/app-backup/zbackup/metadata.xml
deleted file mode 100644
index 42d77886939a..000000000000
--- a/app-backup/zbackup/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>spiderx@spiderx.dp.ua</email>
- <name>Vladimir Pavljuchenkov</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <longdescription>
- zbackup is a globally-deduplicating backup tool.
- The program has the following features:
- Parallel LZMA or LZO compression of the stored data
- Built-in AES encryption of the stored data
- Possibility to delete old backup data
- Use of a 64-bit rolling hash, keeping the amount of soft collisions to zero
- </longdescription>
- <use>
- <flag name="tartool">Install tartool utility</flag>
- </use>
- <upstream>
- <remote-id type="github">zbackup/zbackup</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-backup/zbackup/zbackup-1.4.4-r2.ebuild b/app-backup/zbackup/zbackup-1.4.4-r2.ebuild
deleted file mode 100644
index 6067533065b7..000000000000
--- a/app-backup/zbackup/zbackup-1.4.4-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A versatile deduplicating backup tool"
-HOMEPAGE="https://github.com/zbackup/zbackup"
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="tartool"
-
-DEPEND="app-arch/lzma
- dev-libs/lzo:2
- dev-libs/protobuf:0=
- sys-libs/zlib
- dev-libs/openssl:0="
-RDEPEND="${DEPEND}"
-
-# Add tartool build
-PATCHES=( "${FILESDIR}/${P}-tartool.patch" )
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TARTOOL="$(usex tartool)"
- )
-
- cmake_src_configure
-}
diff --git a/app-backup/zbackup/zbackup-9999.ebuild b/app-backup/zbackup/zbackup-9999.ebuild
deleted file mode 100644
index 063a9cdec688..000000000000
--- a/app-backup/zbackup/zbackup-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake git-r3
-
-DESCRIPTION="A versatile deduplicating backup tool"
-HOMEPAGE="https://github.com/zbackup/zbackup"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS=""
-IUSE="tartool"
-
-DEPEND="app-arch/lzma
- dev-libs/lzo:2
- dev-libs/protobuf:0=
- sys-libs/libunwind:=
- sys-libs/zlib
- dev-libs/openssl:0="
-RDEPEND="${DEPEND}"
-
-# Add tartool build
-PATCHES=( "${FILESDIR}/${P}-tartool.patch" )
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TARTOOL="$(usex tartool)"
- )
-
- cmake_src_configure
-}