commit:     5e215cd9b245605c4319c1c065bfc06f959d8a4a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 07:24:26 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 07:24:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e215cd9

app-backup/buttersink: Remove last-rited pkg

Closes: https://bugs.gentoo.org/708268
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-backup/buttersink/Manifest                |  1 -
 app-backup/buttersink/buttersink-0.6.8.ebuild | 45 ---------------------------
 app-backup/buttersink/buttersink-9999.ebuild  | 45 ---------------------------
 app-backup/buttersink/metadata.xml            | 10 ------
 profiles/package.mask                         |  5 ---
 5 files changed, 106 deletions(-)

diff --git a/app-backup/buttersink/Manifest b/app-backup/buttersink/Manifest
deleted file mode 100644
index ac424302d84..00000000000
--- a/app-backup/buttersink/Manifest
+++ /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
index 03a17692e5d..00000000000
--- a/app-backup/buttersink/buttersink-0.6.8.ebuild
+++ /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
index 03a17692e5d..00000000000
--- a/app-backup/buttersink/buttersink-9999.ebuild
+++ /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
index 84753a2bfba..00000000000
--- a/app-backup/buttersink/metadata.xml
+++ /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>adeb...@gmail.com</email>
-  </maintainer>
-  <maintainer type="project">
-    <email>proxy-ma...@gentoo.org</email>
-  </maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 3b9b7cb54b5..80679c6f12f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -540,11 +540,6 @@ sci-electronics/geda-xgsch2pcb
 # Removal in 30 days.  Bug #713506.
 net-ftp/pybootd
 
-# Michał Górny <mgo...@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 <ast...@gentoo.org> (2020-03-14)
 # Breaks at least dev-games/simgear right now, bug #709878.
 ~dev-games/openscenegraph-3.6.5

Reply via email to