app-backup/buttersink: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sun, 19 Apr 2020 07:24:26 +0000 (09:24 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 19 Apr 2020 07:24:26 +0000 (09:24 +0200)
Closes: https://bugs.gentoo.org/708268
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-backup/buttersink/Manifest [deleted file]
app-backup/buttersink/buttersink-0.6.8.ebuild [deleted file]
app-backup/buttersink/buttersink-9999.ebuild [deleted file]
app-backup/buttersink/metadata.xml [deleted file]
profiles/package.mask

diff --git a/app-backup/buttersink/Manifest b/app-backup/buttersink/Manifest
deleted file mode 100644 (file)
index ac42430..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST buttersink-0.6.8.tar.gz 51784 BLAKE2B 3f18716bcc55aee99bbb73e8a1928c29cb28a782966aded60b019673e0336f342e4d76aff827f9bd7f39713fe9cadcd89f5f81438a86d8867a8b1ac0a57f3957 SHA512 52898140d983bcc6776497504191f0c1c727b24fa9543f5a5997a54ced26301ca492518094ca8770fce8064bc99dc6d3f6760e986eb66f08a758985a7a85ffff
diff --git a/app-backup/buttersink/buttersink-0.6.8.ebuild b/app-backup/buttersink/buttersink-0.6.8.ebuild
deleted file mode 100644 (file)
index 03a1769..0000000
+++ /dev/null
@@ -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
-}
diff --git a/app-backup/buttersink/buttersink-9999.ebuild b/app-backup/buttersink/buttersink-9999.ebuild
deleted file mode 100644 (file)
index 03a1769..0000000
+++ /dev/null
@@ -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
-}
diff --git a/app-backup/buttersink/metadata.xml b/app-backup/buttersink/metadata.xml
deleted file mode 100644 (file)
index 84753a2..0000000
+++ /dev/null
@@ -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>
index 3b9b7cb54b59fdf34d4cfd0f4a9b28eac3bb7b1a..80679c6f12fd5f5d4760736ef7adcb3c308c445f 100644 (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