# Needs a bump and substantial ebuild rewrite
=sci-mathematics/reduce-20110414-r1
-# Michał Górny <mgorny@gentoo.org> (30 Oct 2015)
-# Uses unsafe ioctls that could result in data corruption. Upstream
-# is working on replacing them in the wip/dedup-syscall branch.
-# Keep it masked until they are done. sys-fs/duperemove is
-# the suggested replacement for the meantime.
-# Michał Górny <mgorny@gentoo.org> (13 Sep 2018)
-# No upstream commits since 2016. Removal in 30 days. Bug #546144.
-sys-fs/bedup
-
# Robin H. Johnson <robbat2@gentoo.org> (04 Aug 2014)
# Masked for testing, presently fails upstream testsuite:
# FAIL:07:02:35 (00:00:00) db_dump/db_load(./TESTDIR.3/recd001.db:child killed: kill signal): expected 0, got 1
+++ /dev/null
-DIST bedup-0.10.1.tar.gz 48138 BLAKE2B 75072623ef631b88d4cbca746a5344836a642e283fbeaa452b78a78ae7ab4faf2bb10fce5177beb0af056e3e80a2ae677160ba8292a53d52978889436a05b230 SHA512 681d925b4ce948efb85fe04b4b2083e72089c28c5fc24a5c367007870975e65bd112a538069be5f32df9d06eed418ced51bfc44da295d0ea3b946069faf8b23e
+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Btrfs file de-duplication tool"
-HOMEPAGE="https://github.com/g2p/bedup"
-SRC_URI="https://github.com/g2p/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# we need btrfs-progs with includes installed.
-DEPEND=">=dev-python/cffi-0.5:=[${PYTHON_USEDEP}]
- >=sys-fs/btrfs-progs-0.20_rc1_p358"
-RDEPEND="${DEPEND}
- dev-python/alembic[${PYTHON_USEDEP}]
- dev-python/pyxdg[${PYTHON_USEDEP}]
- >=dev-python/sqlalchemy-0.8.2[sqlite,${PYTHON_USEDEP}]"
+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-#if LIVE
-EGIT_REPO_URI="https://github.com/g2p/bedup.git"
-inherit git-r3
-#endif
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Btrfs file de-duplication tool"
-HOMEPAGE="https://github.com/g2p/bedup"
-SRC_URI="https://github.com/g2p/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# we need btrfs-progs with includes installed.
-DEPEND=">=dev-python/cffi-0.5:=[${PYTHON_USEDEP}]
- >=sys-fs/btrfs-progs-0.20_rc1_p358"
-RDEPEND="${DEPEND}
- dev-python/alembic[${PYTHON_USEDEP}]
- dev-python/pyxdg[${PYTHON_USEDEP}]
- >=dev-python/sqlalchemy-0.8.2[sqlite,${PYTHON_USEDEP}]"
-
-#if LIVE
-SRC_URI=
-KEYWORDS=
-
-src_unpack() { git-r3_src_unpack; }
-#endif
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <upstream>
- <remote-id type="github">g2p/bedup</remote-id>
- </upstream>
-</pkgmetadata>