public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/bedup/, profiles/
@ 2018-10-12 16:15 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-10-12 16:15 UTC (permalink / raw
  To: gentoo-commits

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 <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

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>mgorny@gentoo.org</email>
-		<name>Michał Górny</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">g2p/bedup</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-12 16:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-12 16:15 [gentoo-commits] repo/gentoo:master commit in: sys-fs/bedup/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox