public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/bedup/
@ 2015-10-30 23:37 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2015-10-30 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     e65466f4ac25201c7e08f06537ea50ef95b7a016
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 23:02:49 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 23:37:35 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65466f4

sys-fs/bedup: version bump to 0.10.0, #564368

Major changes (from release notes):
* Require Python 3 (3.3 and newer) -> solves recursion issues
* Require a UTF-8 terminal and locale
* Increase robustness against bad encodings, bad data on disk,
non-checksummed extents, stale file handles, unusual labels

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=564368

 sys-fs/bedup/Manifest                               |  1 +
 .../{bedup-9999.ebuild => bedup-0.10.0.ebuild}      | 21 +++++----------------
 sys-fs/bedup/bedup-9999.ebuild                      | 12 +++++++-----
 3 files changed, 13 insertions(+), 21 deletions(-)

diff --git a/sys-fs/bedup/Manifest b/sys-fs/bedup/Manifest
index 039529a..31aa2a2 100644
--- a/sys-fs/bedup/Manifest
+++ b/sys-fs/bedup/Manifest
@@ -1 +1,2 @@
+DIST bedup-0.10.0.tar.gz 48058 SHA256 088b31821d8b770d6127ffd7a55e6d5cf21d43b36763e984030d16b677f52fe4 SHA512 6389f4f6d81062ebd3707a620f334278f7bb55449e1de6f0d56a3d2e87d7e2f1694fdfaf2f0b318487fd25db0344b704f297aa4410fac838a9f0ed7891cdcd62 WHIRLPOOL 14a6ed728eb1dfcca47b55b448711bd5c74ed83f7151eed49f10e8f1f06385b1660f2a4bbd85d512ed7574cc2ee2d9f581a8cc7fcba4f8b5c64ccc2632824e35
 DIST bedup-0.9.0_p20140413.tar.gz 48620 SHA256 f9c380074e3f13e42447c04a0fd5c1abca444487cf6ccb6400f09dcca14f90a6 SHA512 9a730dff2b2af239a6386d860881989de50f7a4fb6ae5b402c6dfe828308bbf4ccc2b6f616fdfc2b445fe23fbfcc302163b320813b50fa27940e578b5145345c WHIRLPOOL af4827f4514acc8380f312a72bb3208614f1f529e7373bca3bb610315e0474c9d7c7cbda1338d7019316e708f17ba73e71539092065041df588fd449f7639b54

diff --git a/sys-fs/bedup/bedup-9999.ebuild b/sys-fs/bedup/bedup-0.10.0.ebuild
similarity index 59%
copy from sys-fs/bedup/bedup-9999.ebuild
copy to sys-fs/bedup/bedup-0.10.0.ebuild
index 9f43234..da05f0f 100644
--- a/sys-fs/bedup/bedup-9999.ebuild
+++ b/sys-fs/bedup/bedup-0.10.0.ebuild
@@ -4,19 +4,14 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{3_3,3_4} )
 
-#if LIVE
-EGIT_REPO_URI="git://github.com/g2p/bedup.git
-	https://github.com/g2p/bedup.git"
-inherit git-r3
-#endif
-
-inherit distutils-r1
+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"
+SRC_URI="https://github.com/g2p/${PN}/archive/v${PV}.tar.gz
+	-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
@@ -27,12 +22,6 @@ IUSE=""
 DEPEND=">=dev-python/cffi-0.5:=[${PYTHON_USEDEP}]
 	>=sys-fs/btrfs-progs-0.20_rc1_p358"
 RDEPEND="${DEPEND}
-	<dev-python/alembic-0.7[${PYTHON_USEDEP}]
-	dev-python/contextlib2[${PYTHON_USEDEP}]
+	dev-python/alembic[${PYTHON_USEDEP}]
 	dev-python/pyxdg[${PYTHON_USEDEP}]
 	>=dev-python/sqlalchemy-0.8.2[sqlite,${PYTHON_USEDEP}]"
-
-#if LIVE
-SRC_URI=
-KEYWORDS=
-#endif

diff --git a/sys-fs/bedup/bedup-9999.ebuild b/sys-fs/bedup/bedup-9999.ebuild
index 9f43234..b5ae24e 100644
--- a/sys-fs/bedup/bedup-9999.ebuild
+++ b/sys-fs/bedup/bedup-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{3_3,3_4} )
 
 #if LIVE
 EGIT_REPO_URI="git://github.com/g2p/bedup.git
@@ -12,11 +12,12 @@ EGIT_REPO_URI="git://github.com/g2p/bedup.git
 inherit git-r3
 #endif
 
-inherit distutils-r1
+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"
+SRC_URI="https://github.com/g2p/${PN}/archive/v${PV}.tar.gz
+	-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
@@ -27,12 +28,13 @@ IUSE=""
 DEPEND=">=dev-python/cffi-0.5:=[${PYTHON_USEDEP}]
 	>=sys-fs/btrfs-progs-0.20_rc1_p358"
 RDEPEND="${DEPEND}
-	<dev-python/alembic-0.7[${PYTHON_USEDEP}]
-	dev-python/contextlib2[${PYTHON_USEDEP}]
+	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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/bedup/
@ 2016-02-07 12:00 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2016-02-07 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     416ac492ae9e74efdac84a18748a6c094b327b56
Author:     Wes Cilldhaire <wes <AT> sol1 <DOT> com <DOT> au>
AuthorDate: Sun Feb  7 11:39:40 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 11:39:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416ac492

sys-fs/bedup: rm old

Acked-By: mgorny <AT> gentoo.org

Package-Manager: portage-2.2.27

 sys-fs/bedup/Manifest                        |  1 -
 sys-fs/bedup/bedup-0.9.0_p20140413-r1.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/sys-fs/bedup/Manifest b/sys-fs/bedup/Manifest
index 31aa2a2..fea764a 100644
--- a/sys-fs/bedup/Manifest
+++ b/sys-fs/bedup/Manifest
@@ -1,2 +1 @@
 DIST bedup-0.10.0.tar.gz 48058 SHA256 088b31821d8b770d6127ffd7a55e6d5cf21d43b36763e984030d16b677f52fe4 SHA512 6389f4f6d81062ebd3707a620f334278f7bb55449e1de6f0d56a3d2e87d7e2f1694fdfaf2f0b318487fd25db0344b704f297aa4410fac838a9f0ed7891cdcd62 WHIRLPOOL 14a6ed728eb1dfcca47b55b448711bd5c74ed83f7151eed49f10e8f1f06385b1660f2a4bbd85d512ed7574cc2ee2d9f581a8cc7fcba4f8b5c64ccc2632824e35
-DIST bedup-0.9.0_p20140413.tar.gz 48620 SHA256 f9c380074e3f13e42447c04a0fd5c1abca444487cf6ccb6400f09dcca14f90a6 SHA512 9a730dff2b2af239a6386d860881989de50f7a4fb6ae5b402c6dfe828308bbf4ccc2b6f616fdfc2b445fe23fbfcc302163b320813b50fa27940e578b5145345c WHIRLPOOL af4827f4514acc8380f312a72bb3208614f1f529e7373bca3bb610315e0474c9d7c7cbda1338d7019316e708f17ba73e71539092065041df588fd449f7639b54

diff --git a/sys-fs/bedup/bedup-0.9.0_p20140413-r1.ebuild b/sys-fs/bedup/bedup-0.9.0_p20140413-r1.ebuild
deleted file mode 100644
index 8b6e089..0000000
--- a/sys-fs/bedup/bedup-0.9.0_p20140413-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-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/5189e166145b8954ac41883f81ef3c3b50dc96ab.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-0.7[${PYTHON_USEDEP}]
-	dev-python/contextlib2[${PYTHON_USEDEP}]
-	dev-python/pyxdg[${PYTHON_USEDEP}]
-	>=dev-python/sqlalchemy-0.8.2[sqlite,${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/bedup/
@ 2016-06-23 12:48 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2016-06-23 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1e7a2090621d553aef2b2c5c58f902e92e0ecbba
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 11:59:40 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 12:47:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7a2090

sys-fs/bedup: Bump to 0.10.1

 sys-fs/bedup/Manifest            |  1 +
 sys-fs/bedup/bedup-0.10.1.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/sys-fs/bedup/Manifest b/sys-fs/bedup/Manifest
index fea764a..c0e75d6 100644
--- a/sys-fs/bedup/Manifest
+++ b/sys-fs/bedup/Manifest
@@ -1 +1,2 @@
 DIST bedup-0.10.0.tar.gz 48058 SHA256 088b31821d8b770d6127ffd7a55e6d5cf21d43b36763e984030d16b677f52fe4 SHA512 6389f4f6d81062ebd3707a620f334278f7bb55449e1de6f0d56a3d2e87d7e2f1694fdfaf2f0b318487fd25db0344b704f297aa4410fac838a9f0ed7891cdcd62 WHIRLPOOL 14a6ed728eb1dfcca47b55b448711bd5c74ed83f7151eed49f10e8f1f06385b1660f2a4bbd85d512ed7574cc2ee2d9f581a8cc7fcba4f8b5c64ccc2632824e35
+DIST bedup-0.10.1.tar.gz 48138 SHA256 3c386343b8ec9bf452fad288b9e192450d4ddbfd3a19992b400084c7dbda4aed SHA512 681d925b4ce948efb85fe04b4b2083e72089c28c5fc24a5c367007870975e65bd112a538069be5f32df9d06eed418ced51bfc44da295d0ea3b946069faf8b23e WHIRLPOOL 8ae2165edcd92370400887bd1eaaea947754aae87149b13159b707090af75c046302adef1f21bf2fac6ef8daecd1b56d2e2c1c85bfdb9d2f93279b6dd83d3799

diff --git a/sys-fs/bedup/bedup-0.10.1.ebuild b/sys-fs/bedup/bedup-0.10.1.ebuild
new file mode 100644
index 0000000..427b351
--- /dev/null
+++ b/sys-fs/bedup/bedup-0.10.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
+
+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}]"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/bedup/
@ 2016-07-24 10:53 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2016-07-24 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     88037ddc8624e7e7ebe2ed3f626c8136279a4f83
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 10:34:04 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 10:52:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88037ddc

sys-fs/bedup: Prune old

 sys-fs/bedup/Manifest            |  1 -
 sys-fs/bedup/bedup-0.10.0.ebuild | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/sys-fs/bedup/Manifest b/sys-fs/bedup/Manifest
index c0e75d6..115a9a1 100644
--- a/sys-fs/bedup/Manifest
+++ b/sys-fs/bedup/Manifest
@@ -1,2 +1 @@
-DIST bedup-0.10.0.tar.gz 48058 SHA256 088b31821d8b770d6127ffd7a55e6d5cf21d43b36763e984030d16b677f52fe4 SHA512 6389f4f6d81062ebd3707a620f334278f7bb55449e1de6f0d56a3d2e87d7e2f1694fdfaf2f0b318487fd25db0344b704f297aa4410fac838a9f0ed7891cdcd62 WHIRLPOOL 14a6ed728eb1dfcca47b55b448711bd5c74ed83f7151eed49f10e8f1f06385b1660f2a4bbd85d512ed7574cc2ee2d9f581a8cc7fcba4f8b5c64ccc2632824e35
 DIST bedup-0.10.1.tar.gz 48138 SHA256 3c386343b8ec9bf452fad288b9e192450d4ddbfd3a19992b400084c7dbda4aed SHA512 681d925b4ce948efb85fe04b4b2083e72089c28c5fc24a5c367007870975e65bd112a538069be5f32df9d06eed418ced51bfc44da295d0ea3b946069faf8b23e WHIRLPOOL 8ae2165edcd92370400887bd1eaaea947754aae87149b13159b707090af75c046302adef1f21bf2fac6ef8daecd1b56d2e2c1c85bfdb9d2f93279b6dd83d3799

diff --git a/sys-fs/bedup/bedup-0.10.0.ebuild b/sys-fs/bedup/bedup-0.10.0.ebuild
deleted file mode 100644
index da05f0f..0000000
--- a/sys-fs/bedup/bedup-0.10.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{3_3,3_4} )
-
-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}]"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/bedup/
@ 2017-06-15 17:37 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2017-06-15 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     a7b3aee59ee89575f8fd50054330b723ac60342a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 16:58:16 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 16:58:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b3aee5

sys-fs/bedup: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-fs/bedup/bedup-0.10.1.ebuild | 4 ++--
 sys-fs/bedup/bedup-9999.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-fs/bedup/bedup-0.10.1.ebuild b/sys-fs/bedup/bedup-0.10.1.ebuild
index 6b27ffea4a6..ba5aa99cdcf 100644
--- a/sys-fs/bedup/bedup-0.10.1.ebuild
+++ b/sys-fs/bedup/bedup-0.10.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# 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} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/sys-fs/bedup/bedup-9999.ebuild b/sys-fs/bedup/bedup-9999.ebuild
index d91b28d61ac..4157f8268fe 100644
--- a/sys-fs/bedup/bedup-9999.ebuild
+++ b/sys-fs/bedup/bedup-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 #if LIVE
 EGIT_REPO_URI="git://github.com/g2p/bedup.git


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/bedup/
@ 2017-07-30  9:23 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2017-07-30  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     fad4aacc1a73e1fba9ba577cdca16d217d52b34b
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 11:38:49 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:22:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad4aacc

sys-fs/bedup: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-fs/bedup/bedup-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-fs/bedup/bedup-9999.ebuild b/sys-fs/bedup/bedup-9999.ebuild
index 4157f8268fe..94d37527fda 100644
--- a/sys-fs/bedup/bedup-9999.ebuild
+++ b/sys-fs/bedup/bedup-9999.ebuild
@@ -6,8 +6,7 @@ EAPI=5
 PYTHON_COMPAT=( python3_{4,5,6} )
 
 #if LIVE
-EGIT_REPO_URI="git://github.com/g2p/bedup.git
-	https://github.com/g2p/bedup.git"
+EGIT_REPO_URI="https://github.com/g2p/bedup.git"
 inherit git-r3
 #endif
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-07-30  9:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-07 12:00 [gentoo-commits] repo/gentoo:master commit in: sys-fs/bedup/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2017-07-30  9:23 Michał Górny
2017-06-15 17:37 Pacho Ramos
2016-07-24 10:53 Michał Górny
2016-06-23 12:48 Michał Górny
2015-10-30 23:37 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