app-backup/buttersink: Remove last-rited pkg

Closes: https://bugs.gentoo.org/708268
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-19 09:24:26 +02:00
parent 59b4885b22
commit 5e215cd9b2
5 changed files with 0 additions and 106 deletions

View File

@@ -1 +0,0 @@
DIST buttersink-0.6.8.tar.gz 51784 BLAKE2B 3f18716bcc55aee99bbb73e8a1928c29cb28a782966aded60b019673e0336f342e4d76aff827f9bd7f39713fe9cadcd89f5f81438a86d8867a8b1ac0a57f3957 SHA512 52898140d983bcc6776497504191f0c1c727b24fa9543f5a5997a54ced26301ca492518094ca8770fce8064bc99dc6d3f6760e986eb66f08a758985a7a85ffff

View File

@@ -1,45 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="rsync-like utility for btrfs snapshots"
HOMEPAGE="https://github.com/AmesCornish/buttersink"
LICENSE="GPL-3"
SLOT=0
# local tests would require root and cause sandbox issues with btrfs subvolume
# operations, and network tests would require an SSH server with root login to
# test the SSH backend, or remote S3 for that backend
RESTRICT="test"
if [[ ${PV} == 9999 ]] ; then
inherit git-r3
KEYWORDS=""
EGIT_REPO_URI="https://github.com/AmesCornish/buttersink"
SRC_URI=""
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/AmesCornish/buttersink/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
RDEPEND="${PYTHON_DEPS}
dev-python/boto[${PYTHON_USEDEP}]
dev-python/crcmod[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
sys-fs/btrfs-progs"
DEPEND="${RDEPEND}"
python_prepare_all() {
if [[ ${PV} == 9999 ]] ; then
emake makestamps buttersink/version.py
else
mkdir makestamps || die
echo "version = \"${PV}\"" > buttersink/version.py || die
fi
distutils-r1_python_prepare_all
}

View File

@@ -1,45 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="rsync-like utility for btrfs snapshots"
HOMEPAGE="https://github.com/AmesCornish/buttersink"
LICENSE="GPL-3"
SLOT=0
# local tests would require root and cause sandbox issues with btrfs subvolume
# operations, and network tests would require an SSH server with root login to
# test the SSH backend, or remote S3 for that backend
RESTRICT="test"
if [[ ${PV} == 9999 ]] ; then
inherit git-r3
KEYWORDS=""
EGIT_REPO_URI="https://github.com/AmesCornish/buttersink"
SRC_URI=""
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/AmesCornish/buttersink/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
RDEPEND="${PYTHON_DEPS}
dev-python/boto[${PYTHON_USEDEP}]
dev-python/crcmod[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
sys-fs/btrfs-progs"
DEPEND="${RDEPEND}"
python_prepare_all() {
if [[ ${PV} == 9999 ]] ; then
emake makestamps buttersink/version.py
else
mkdir makestamps || die
echo "version = \"${PV}\"" > buttersink/version.py || die
fi
distutils-r1_python_prepare_all
}

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>adebeus@gmail.com</email>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
</maintainer>
</pkgmetadata>

View File

@@ -540,11 +540,6 @@ sci-electronics/geda-xgsch2pcb
# Removal in 30 days. Bug #713506.
net-ftp/pybootd
# Michał Górny <mgorny@gentoo.org> (2020-03-18)
# Unmaintained. Version bump pending. No Python 3 support upstream.
# Removal in 30 days. Bug #708268.
app-backup/buttersink
# Andreas Sturmlechner <asturm@gentoo.org> (2020-03-14)
# Breaks at least dev-games/simgear right now, bug #709878.
~dev-games/openscenegraph-3.6.5