summaryrefslogtreecommitdiff
path: root/app-backup
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-09-13 12:31:46 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-09-13 12:31:46 +0100
commit6fcdccbe589d724b6c268b49f66414e40eb0d807 (patch)
treeb0b74ac37d41e5d22a5a758517b215d1829cdb67 /app-backup
parent3ea54510168a7ed4271b85f7292beca67346bfe9 (diff)
gentoo auto-resync : 13:09:2024 - 12:31:45
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/Manifest.gzbin7704 -> 7704 bytes
-rw-r--r--app-backup/borgbackup/Manifest2
-rw-r--r--app-backup/borgbackup/borgbackup-1.2.8.ebuild78
3 files changed, 0 insertions, 80 deletions
diff --git a/app-backup/Manifest.gz b/app-backup/Manifest.gz
index 508a62c008c5..76069b5c06c7 100644
--- a/app-backup/Manifest.gz
+++ b/app-backup/Manifest.gz
Binary files differ
diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 6c0f0d1460ed..95487bc0da8b 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,5 +1,3 @@
-DIST borgbackup-1.2.8.tar.gz 4369117 BLAKE2B f230274189716e6ecb8f73d10caa13e683e63c9d9f50c5b6235fc666a0f64f3048421e76e5b57626144c37d37d28c4371b368f780f5e32055f62d5ff10954c19 SHA512 9a62e5eec894ebffe928a08c9a0cceebde084f16524d363a3c3be01d908a7eceaea8fa11eac422acc0fdb2534d79d1ee5ec5d9167e1086f334af6a28887616d5
DIST borgbackup-1.4.0.tar.gz 3798511 BLAKE2B 06d4d67e211a3ab1bc6d7155cbce8205fb7408a1149e44c77b500af02c25e62a569e3eaf50c11916a2ff9adea47c5791febfb7d0c657d0b195e5c5bbbd33a7d7 SHA512 f5866ece2d153d1e43127a04fd288a09403a9ea2ae4c981cb9ff855bd303b53c133c006f0b1a77541edc4f64940431e9c4d49ec45a3646784a29fe3b8828237a
-EBUILD borgbackup-1.2.8.ebuild 2094 BLAKE2B da8f97c6897ea6b9c9d3bf6f7a6b1bb415c159ff4e1354df9359e116841d80552336505294b8c32f128f22c7b09994ee1eb4f0305e176706e91fc9e7c10b99ec SHA512 3c082ff4229907c0a129b63c2e90a8e11f812bcb777ba02b637cc9bea3adbd2b24acd58737f20599c8e9dd744a60121eef983c889b7fe756f68f88bcc76f960c
EBUILD borgbackup-1.4.0.ebuild 1559 BLAKE2B 94298a2afb1f8b60cb64e393f268eed5921e20d7d19ecf5ce816843a8fffcd9e26362803f412666a06e110191e869fcbfbed1af43de177267f73e81ccc49eaaa SHA512 d8c91e00cec4c7554f9140a2c18cd2b7f24b07a58f2a430d1e17c2c8f36ab9f61fbeb8ecd4db017a7878ecedc48f87b4ae5b5b12b498ca474c187eb8d506bb04
MISC metadata.xml 296 BLAKE2B 3f0aba58d462b6e50677f94dbef5b44bd3aa2dd92a44bb10777f0a19aff17d02792384b49e44915611c962cf6775b4dab33230e1d6b0ae4ef3f359e30ecfd2b3 SHA512 f223dd74fb089d81f0d8cab8efc2a1edad6dba0b8b37dd72ef4758cda02b3be229a0809783fdb563aa4e8e71ef41962d892be4925d77e110fc7453d4b41cedfc
diff --git a/app-backup/borgbackup/borgbackup-1.2.8.ebuild b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
deleted file mode 100644
index 4a01c31e55f7..000000000000
--- a/app-backup/borgbackup/borgbackup-1.2.8.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit bash-completion-r1 distutils-r1 pypi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-DEPEND="
- app-arch/lz4
- app-arch/zstd
- dev-libs/openssl:0=
- >=dev-libs/xxhash-0.8.1
- virtual/acl
-"
-# borgbackup is *very* picky about which msgpack it work with,
-# check setup.py on bumps.
-RDEPEND="
- ${DEPEND}
- ~dev-python/msgpack-1.0.8[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
- dev-python/pyfuse3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]
- dev-python/pkgconfig[${PYTHON_USEDEP}]
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- )
-"
-
-# some tests randomly fail with xdist, bug #936524
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # Needs pytest-benchmark fixture
- benchmark.py::test_
-
- # TODO:
- # Following tests fail because of additional warning in the output:
- # ResourceWarning: unclosed file <_io.BufferedReader name=14>
- # which is not expected in asserts
- archiver.py::ArchiverTestCase::test_create_content_from_command_with_failed_command
- archiver.py::ArchiverTestCase::test_create_paths_from_command_with_failed_command
- archiver.py::RemoteArchiverTestCase::test_create_content_from_command_with_failed_command
- archiver.py::RemoteArchiverTestCase::test_create_paths_from_command_with_failed_command
- )
-
- # This disables fuse releated tests
- local -x BORG_FUSE_IMPL="none"
- epytest --pyargs borg.testsuite
-}
-
-src_install() {
- distutils-r1_src_install
- doman docs/man/*
-
- dobashcomp scripts/shell_completions/bash/borg
-
- insinto /usr/share/zsh/site-functions
- doins scripts/shell_completions/zsh/_borg
-
- insinto /usr/share/fish/vendor_completions.d
- doins scripts/shell_completions/fish/borg.fish
-}