diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-19 09:24:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-19 09:24:26 +0200 |
commit | 5e215cd9b245605c4319c1c065bfc06f959d8a4a (patch) | |
tree | 54e80f703abe9445e7ea965e40274a7623450caf /app-backup | |
parent | dev-python/soappy: Remove last-rited pkg (diff) | |
download | gentoo-5e215cd9b245605c4319c1c065bfc06f959d8a4a.tar.gz gentoo-5e215cd9b245605c4319c1c065bfc06f959d8a4a.tar.bz2 gentoo-5e215cd9b245605c4319c1c065bfc06f959d8a4a.zip |
app-backup/buttersink: Remove last-rited pkg
Closes: https://bugs.gentoo.org/708268
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/buttersink/Manifest | 1 | ||||
-rw-r--r-- | app-backup/buttersink/buttersink-0.6.8.ebuild | 45 | ||||
-rw-r--r-- | app-backup/buttersink/buttersink-9999.ebuild | 45 | ||||
-rw-r--r-- | app-backup/buttersink/metadata.xml | 10 |
4 files changed, 0 insertions, 101 deletions
diff --git a/app-backup/buttersink/Manifest b/app-backup/buttersink/Manifest deleted file mode 100644 index ac424302d84f..000000000000 --- 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 03a17692e5da..000000000000 --- 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 03a17692e5da..000000000000 --- 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 84753a2bfbad..000000000000 --- 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>adebeus@gmail.com</email> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - </maintainer> -</pkgmetadata> |