commit: ac2e2b1a5f0cb3e89cb00d8dac066f6a2bbad215 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 12 16:10:53 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 12 16:15:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2e2b1a
sys-fs/bedup: Remove last-rited pkg Closes: https://bugs.gentoo.org/546144 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 9 --------- sys-fs/bedup/Manifest | 1 - sys-fs/bedup/bedup-0.10.1.ebuild | 26 -------------------------- sys-fs/bedup/bedup-9999.ebuild | 38 -------------------------------------- sys-fs/bedup/metadata.xml | 11 ----------- 5 files changed, 85 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 62c2c46f142..9046fc062ef 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 <[email protected]> (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 <[email protected]> (13 Sep 2018) -# No upstream commits since 2016. Removal in 30 days. Bug #546144. -sys-fs/bedup - # Robin H. Johnson <[email protected]> (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 287ad1e8eca..00000000000 --- 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 ba5aa99cdcf..00000000000 --- 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 94d37527fda..00000000000 --- 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 a2bbde201ac..00000000000 --- a/sys-fs/bedup/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Michał Górny</name> - </maintainer> - <upstream> - <remote-id type="github">g2p/bedup</remote-id> - </upstream> -</pkgmetadata>
