Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bedup/
Date: Fri, 30 Oct 2015 23:37:54
Message-Id: 1446248255.e65466f4ac25201c7e08f06537ea50ef95b7a016.mgorny@gentoo
1 commit: e65466f4ac25201c7e08f06537ea50ef95b7a016
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 23:02:49 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 23:37:35 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65466f4
7
8 sys-fs/bedup: version bump to 0.10.0, #564368
9
10 Major changes (from release notes):
11 * Require Python 3 (3.3 and newer) -> solves recursion issues
12 * Require a UTF-8 terminal and locale
13 * Increase robustness against bad encodings, bad data on disk,
14 non-checksummed extents, stale file handles, unusual labels
15
16 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=564368
17
18 sys-fs/bedup/Manifest | 1 +
19 .../{bedup-9999.ebuild => bedup-0.10.0.ebuild} | 21 +++++----------------
20 sys-fs/bedup/bedup-9999.ebuild | 12 +++++++-----
21 3 files changed, 13 insertions(+), 21 deletions(-)
22
23 diff --git a/sys-fs/bedup/Manifest b/sys-fs/bedup/Manifest
24 index 039529a..31aa2a2 100644
25 --- a/sys-fs/bedup/Manifest
26 +++ b/sys-fs/bedup/Manifest
27 @@ -1 +1,2 @@
28 +DIST bedup-0.10.0.tar.gz 48058 SHA256 088b31821d8b770d6127ffd7a55e6d5cf21d43b36763e984030d16b677f52fe4 SHA512 6389f4f6d81062ebd3707a620f334278f7bb55449e1de6f0d56a3d2e87d7e2f1694fdfaf2f0b318487fd25db0344b704f297aa4410fac838a9f0ed7891cdcd62 WHIRLPOOL 14a6ed728eb1dfcca47b55b448711bd5c74ed83f7151eed49f10e8f1f06385b1660f2a4bbd85d512ed7574cc2ee2d9f581a8cc7fcba4f8b5c64ccc2632824e35
29 DIST bedup-0.9.0_p20140413.tar.gz 48620 SHA256 f9c380074e3f13e42447c04a0fd5c1abca444487cf6ccb6400f09dcca14f90a6 SHA512 9a730dff2b2af239a6386d860881989de50f7a4fb6ae5b402c6dfe828308bbf4ccc2b6f616fdfc2b445fe23fbfcc302163b320813b50fa27940e578b5145345c WHIRLPOOL af4827f4514acc8380f312a72bb3208614f1f529e7373bca3bb610315e0474c9d7c7cbda1338d7019316e708f17ba73e71539092065041df588fd449f7639b54
30
31 diff --git a/sys-fs/bedup/bedup-9999.ebuild b/sys-fs/bedup/bedup-0.10.0.ebuild
32 similarity index 59%
33 copy from sys-fs/bedup/bedup-9999.ebuild
34 copy to sys-fs/bedup/bedup-0.10.0.ebuild
35 index 9f43234..da05f0f 100644
36 --- a/sys-fs/bedup/bedup-9999.ebuild
37 +++ b/sys-fs/bedup/bedup-0.10.0.ebuild
38 @@ -4,19 +4,14 @@
39
40 EAPI=5
41
42 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
43 +PYTHON_COMPAT=( python{3_3,3_4} )
44
45 -#if LIVE
46 -EGIT_REPO_URI="git://github.com/g2p/bedup.git
47 - https://github.com/g2p/bedup.git"
48 -inherit git-r3
49 -#endif
50 -
51 -inherit distutils-r1
52 +inherit distutils-r1 vcs-snapshot
53
54 DESCRIPTION="Btrfs file de-duplication tool"
55 HOMEPAGE="https://github.com/g2p/bedup"
56 -SRC_URI="https://github.com/g2p/${PN}/archive/v${PV}.tar.gz"
57 +SRC_URI="https://github.com/g2p/${PN}/archive/v${PV}.tar.gz
58 + -> ${P}.tar.gz"
59
60 LICENSE="GPL-2+"
61 SLOT="0"
62 @@ -27,12 +22,6 @@ IUSE=""
63 DEPEND=">=dev-python/cffi-0.5:=[${PYTHON_USEDEP}]
64 >=sys-fs/btrfs-progs-0.20_rc1_p358"
65 RDEPEND="${DEPEND}
66 - <dev-python/alembic-0.7[${PYTHON_USEDEP}]
67 - dev-python/contextlib2[${PYTHON_USEDEP}]
68 + dev-python/alembic[${PYTHON_USEDEP}]
69 dev-python/pyxdg[${PYTHON_USEDEP}]
70 >=dev-python/sqlalchemy-0.8.2[sqlite,${PYTHON_USEDEP}]"
71 -
72 -#if LIVE
73 -SRC_URI=
74 -KEYWORDS=
75 -#endif
76
77 diff --git a/sys-fs/bedup/bedup-9999.ebuild b/sys-fs/bedup/bedup-9999.ebuild
78 index 9f43234..b5ae24e 100644
79 --- a/sys-fs/bedup/bedup-9999.ebuild
80 +++ b/sys-fs/bedup/bedup-9999.ebuild
81 @@ -4,7 +4,7 @@
82
83 EAPI=5
84
85 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
86 +PYTHON_COMPAT=( python{3_3,3_4} )
87
88 #if LIVE
89 EGIT_REPO_URI="git://github.com/g2p/bedup.git
90 @@ -12,11 +12,12 @@ EGIT_REPO_URI="git://github.com/g2p/bedup.git
91 inherit git-r3
92 #endif
93
94 -inherit distutils-r1
95 +inherit distutils-r1 vcs-snapshot
96
97 DESCRIPTION="Btrfs file de-duplication tool"
98 HOMEPAGE="https://github.com/g2p/bedup"
99 -SRC_URI="https://github.com/g2p/${PN}/archive/v${PV}.tar.gz"
100 +SRC_URI="https://github.com/g2p/${PN}/archive/v${PV}.tar.gz
101 + -> ${P}.tar.gz"
102
103 LICENSE="GPL-2+"
104 SLOT="0"
105 @@ -27,12 +28,13 @@ IUSE=""
106 DEPEND=">=dev-python/cffi-0.5:=[${PYTHON_USEDEP}]
107 >=sys-fs/btrfs-progs-0.20_rc1_p358"
108 RDEPEND="${DEPEND}
109 - <dev-python/alembic-0.7[${PYTHON_USEDEP}]
110 - dev-python/contextlib2[${PYTHON_USEDEP}]
111 + dev-python/alembic[${PYTHON_USEDEP}]
112 dev-python/pyxdg[${PYTHON_USEDEP}]
113 >=dev-python/sqlalchemy-0.8.2[sqlite,${PYTHON_USEDEP}]"
114
115 #if LIVE
116 SRC_URI=
117 KEYWORDS=
118 +
119 +src_unpack() { git-r3_src_unpack; }
120 #endif