From: Michał Górny Date: Fri, 12 Oct 2018 16:10:53 +0000 (+0200) Subject: sys-fs/bedup: Remove last-rited pkg X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ac2e2b1a5f0cb3e89cb00d8dac066f6a2bbad215;p=gentoo.git sys-fs/bedup: Remove last-rited pkg Closes: https://bugs.gentoo.org/546144 Signed-off-by: Michał Górny --- diff --git a/profiles/package.mask b/profiles/package.mask index 62c2c46f1420..9046fc062efc 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -584,15 +584,6 @@ dev-java/jcs # Needs a bump and substantial ebuild rewrite =sci-mathematics/reduce-20110414-r1 -# Michał Górny (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 (13 Sep 2018) -# No upstream commits since 2016. Removal in 30 days. Bug #546144. -sys-fs/bedup - # Robin H. Johnson (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 diff --git a/sys-fs/bedup/Manifest b/sys-fs/bedup/Manifest deleted file mode 100644 index 287ad1e8ecac..000000000000 --- a/sys-fs/bedup/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bedup-0.10.1.tar.gz 48138 BLAKE2B 75072623ef631b88d4cbca746a5344836a642e283fbeaa452b78a78ae7ab4faf2bb10fce5177beb0af056e3e80a2ae677160ba8292a53d52978889436a05b230 SHA512 681d925b4ce948efb85fe04b4b2083e72089c28c5fc24a5c367007870975e65bd112a538069be5f32df9d06eed418ced51bfc44da295d0ea3b946069faf8b23e diff --git a/sys-fs/bedup/bedup-0.10.1.ebuild b/sys-fs/bedup/bedup-0.10.1.ebuild deleted file mode 100644 index ba5aa99cdcf0..000000000000 --- a/sys-fs/bedup/bedup-0.10.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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}]" diff --git a/sys-fs/bedup/bedup-9999.ebuild b/sys-fs/bedup/bedup-9999.ebuild deleted file mode 100644 index 94d37527fda4..000000000000 --- a/sys-fs/bedup/bedup-9999.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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 diff --git a/sys-fs/bedup/metadata.xml b/sys-fs/bedup/metadata.xml deleted file mode 100644 index a2bbde201ace..000000000000 --- a/sys-fs/bedup/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - mgorny@gentoo.org - Michał Górny - - - g2p/bedup - -