app-backup/attic: treeclean

Closes: https://bugs.gentoo.org/869101
Closes: https://bugs.gentoo.org/674822
Closes: https://bugs.gentoo.org/830291
Closes: https://bugs.gentoo.org/832240
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2022-10-07 23:05:42 +03:00
parent ae37b35c7b
commit 32fe1fba3a
5 changed files with 0 additions and 95 deletions

View File

@@ -1 +0,0 @@
DIST attic-0.16.tar.gz 87985 BLAKE2B cc801d8e3b28f6041c053f368c1d5ab00b1b419928d6a84647da7dccb7fb46b477898249873e90ba15c721468c09ae243d450fc978fe8cc3947b2c2e035f2aae SHA512 16139cd93bff59414cc1ce3fd68e2dd0aed4937a20bd1003880961ad2e239a1e982fd0d4f6b791165464213b88dea6ccd8e5e59d2087809be2e1bfdfd3b3186c

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/jborg/attic.git"
inherit git-r3
else
SRC_URI="https://github.com/jborg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Attic is a deduplicating backup program written in Python"
HOMEPAGE="https://attic-backup.org/"
LICENSE="BSD"
SLOT="0"
RDEPEND="
dev-python/msgpack[${PYTHON_USEDEP}]
dev-libs/openssl:0=
dev-python/llfuse[${PYTHON_USEDEP}]"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/cython[${PYTHON_USEDEP}]
${RDEPEND}"
python_prepare_all() {
# allow use of new (renamed) msgpack
sed -i '/msgpack/d' setup.py || die
distutils-r1_python_prepare_all
}

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/jborg/attic.git"
inherit git-r3
else
SRC_URI="https://github.com/jborg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Attic is a deduplicating backup program written in Python"
HOMEPAGE="https://attic-backup.org/"
LICENSE="BSD"
SLOT="0"
RDEPEND="
dev-python/msgpack[${PYTHON_USEDEP}]
dev-libs/openssl:0=
dev-python/llfuse[${PYTHON_USEDEP}]"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/cython[${PYTHON_USEDEP}]
${RDEPEND}"
python_prepare_all() {
# allow use of new (renamed) msgpack
sed -i '/msgpack/d' setup.py || die
distutils-r1_python_prepare_all
}

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>blueness@gentoo.org</email>
<name>Anthony G. Basile</name>
</maintainer>
<upstream>
<remote-id type="github">jborg/attic</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -264,13 +264,6 @@ dev-python/SaltTesting
# Removal: 2022-10-07. Bug #869107.
www-apps/blohg
# Arthur Zamarin <arthurzam@gentoo.org> (2022-09-07)
# Python 3.8 only package, 2 open bugs. Recommended to migrate to borg.
# No upstream activity since 2015.
# Bugs #674822, #830291, #832240
# Removal: 2022-10-07. Bug #869101.
app-backup/attic
# Mike Gilbert <floppym@gentoo.org> (2022-09-05)
# Crash due to double-free.
# https://bugs.gentoo.org/868567