Gentoo Archives: gentoo-commits

From: Richard Freeman <rich0@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/
Date: Tue, 02 Jun 2020 20:34:24
Message-Id: 1591129974.6c3a2174fcbb4f2fd9dc18d2128cb19a9146da01.rich0@gentoo
1 commit: 6c3a2174fcbb4f2fd9dc18d2128cb19a9146da01
2 Author: Richard Freeman <rich0 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 20:32:54 2020 +0000
4 Commit: Richard Freeman <rich0 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 20:32:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3a2174
7
8 app-backup/duplicity: remove old versions
9
10 In particular, those with python migration issues...
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org>
14
15 app-backup/duplicity/Manifest | 2 -
16 app-backup/duplicity/duplicity-0.8.09-r1.ebuild | 50 ----------------------
17 .../duplicity/duplicity-0.8.11.1596-r1.ebuild | 50 ----------------------
18 app-backup/duplicity/duplicity-0.8.11.1596.ebuild | 50 ----------------------
19 app-backup/duplicity/duplicity-0.8.12.1612.ebuild | 50 ----------------------
20 5 files changed, 202 deletions(-)
21
22 diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
23 index 8381ff36811..cf9b876454e 100644
24 --- a/app-backup/duplicity/Manifest
25 +++ b/app-backup/duplicity/Manifest
26 @@ -1,4 +1,2 @@
27 -DIST duplicity-0.8.09.tar.gz 1856764 BLAKE2B b5d0dd3270c237694000dc36a65a4293c43264edf933a195692d2847d008a898d5cf95c0b21b285503023ef8885278485cebabc2d2b7094ae65e13d277c80e5a SHA512 e4045a1c1adbf0927ee5325f02b79e7c0b38034080be4b563f20f1af593c8c1943a772fe7f212730e60f7c7cee93756426fe769a62050d42651fd1af7f6ba50a
28 -DIST duplicity-0.8.11.1596.tar.gz 1872223 BLAKE2B ad3ee2536731d1a6e8fb3fd87bb69b8ce8b43bb90688fe957cfb2718ad44f57db98c3aec4805356a7d44bea681f6ec9603aa082dbf86e58684fbe8000d1676b5 SHA512 67940d73d8213559ba88ec21e1326aca0dd065888cbf2e3c68f0f515ba9246100fd6e6d0bd1f12cb678702559f2266b7905931506d2ff6fe6fd35c673593479b
29 DIST duplicity-0.8.12.1612.tar.gz 1883596 BLAKE2B 6d3075cdc6cd1f09e60cdbdc5d17867f3686a7e05ce16b908b797b6d2c343ae4c8104793b9f389920112917089086ac8f4c5baffa326c528c023bd40daab8643 SHA512 eac4d1aecd604ece123bd3b5cecd3b65e1213c243db1a3ce25bae58360d666dd1db07ba0a137e7682f99775ece20453c7dc44cd87940b56c0acd05d01149c951
30 DIST duplicity-0.8.13.tar.gz 1463564 BLAKE2B 31037b0a27e043937f80ee91939793e304c0f7b1c96ee4bc9fe7c06dde69f374a718028d9ae4a98cfd7f866af72e5ed0a8f679319a73428207a99961961e8d2d SHA512 71e07fa17dcf2002a0275bdf236c1b2c30143e276abfdee15e45a75f0adeefc9e784c76a578f90f6ed785f093f364b877551374204e70b930dd5d0920f7e1e75
31
32 diff --git a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
33 deleted file mode 100644
34 index 6507cb77f9b..00000000000
35 --- a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
36 +++ /dev/null
37 @@ -1,50 +0,0 @@
38 -# Copyright 1999-2020 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=7
42 -PYTHON_COMPAT=( python3_6 )
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="Secure backup system using gnupg to encrypt data"
47 -HOMEPAGE="http://www.nongnu.org/duplicity/"
48 -SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 1-2)-series/${PV}/+download/${P}.tar.gz"
49 -
50 -LICENSE="GPL-3"
51 -SLOT="0"
52 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
53 -IUSE="s3 test"
54 -
55 -CDEPEND="
56 - net-libs/librsync
57 - app-crypt/gnupg
58 - dev-python/fasteners[${PYTHON_USEDEP}]
59 -"
60 -DEPEND="${CDEPEND}
61 - dev-python/setuptools[${PYTHON_USEDEP}]
62 - test? (
63 - app-arch/par2cmdline
64 - dev-python/mock[${PYTHON_USEDEP}]
65 - dev-python/pexpect[${PYTHON_USEDEP}]
66 - )
67 -"
68 -RDEPEND="${CDEPEND}
69 - dev-python/paramiko[${PYTHON_USEDEP}]
70 - dev-python/future[${PYTHON_USEDEP}]
71 - s3? ( dev-python/boto[${PYTHON_USEDEP}] )
72 -"
73 -
74 -RESTRICT="test"
75 -
76 -PATCHES=(
77 - "${FILESDIR}/${P}-fix-docs.patch"
78 -)
79 -
80 -python_test() {
81 - esetup.py test
82 -}
83 -
84 -pkg_postinst() {
85 - elog "Duplicity has many optional dependencies to support various backends."
86 - elog "Currently it's up to you to install them as necessary."
87 -}
88
89 diff --git a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild b/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild
90 deleted file mode 100644
91 index 3f789257f08..00000000000
92 --- a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild
93 +++ /dev/null
94 @@ -1,50 +0,0 @@
95 -# Copyright 1999-2020 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=7
99 -PYTHON_COMPAT=( python3_6 python3_7 )
100 -
101 -inherit distutils-r1
102 -
103 -DESCRIPTION="Secure backup system using gnupg to encrypt data"
104 -HOMEPAGE="http://www.nongnu.org/duplicity/"
105 -SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 1-2)-series/$(ver_cut 1-3)/+download/${P}.tar.gz"
106 -
107 -LICENSE="GPL-3"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
110 -IUSE="s3 test"
111 -
112 -CDEPEND="
113 - net-libs/librsync
114 - app-crypt/gnupg
115 - dev-python/fasteners[${PYTHON_USEDEP}]
116 -"
117 -DEPEND="${CDEPEND}
118 - dev-python/setuptools[${PYTHON_USEDEP}]
119 - test? (
120 - app-arch/par2cmdline
121 - dev-python/mock[${PYTHON_USEDEP}]
122 - dev-python/pexpect[${PYTHON_USEDEP}]
123 - )
124 -"
125 -RDEPEND="${CDEPEND}
126 - dev-python/paramiko[${PYTHON_USEDEP}]
127 - dev-python/future[${PYTHON_USEDEP}]
128 - s3? ( dev-python/boto[${PYTHON_USEDEP}] )
129 -"
130 -
131 -RESTRICT="test"
132 -
133 -PATCHES=(
134 - "${FILESDIR}/${P}-fix-docs.patch"
135 -)
136 -
137 -python_test() {
138 - esetup.py test
139 -}
140 -
141 -pkg_postinst() {
142 - elog "Duplicity has many optional dependencies to support various backends."
143 - elog "Currently it's up to you to install them as necessary."
144 -}
145
146 diff --git a/app-backup/duplicity/duplicity-0.8.11.1596.ebuild b/app-backup/duplicity/duplicity-0.8.11.1596.ebuild
147 deleted file mode 100644
148 index f9ce35aa987..00000000000
149 --- a/app-backup/duplicity/duplicity-0.8.11.1596.ebuild
150 +++ /dev/null
151 @@ -1,50 +0,0 @@
152 -# Copyright 1999-2020 Gentoo Authors
153 -# Distributed under the terms of the GNU General Public License v2
154 -
155 -EAPI=7
156 -PYTHON_COMPAT=( python3_6 )
157 -
158 -inherit distutils-r1
159 -
160 -DESCRIPTION="Secure backup system using gnupg to encrypt data"
161 -HOMEPAGE="http://www.nongnu.org/duplicity/"
162 -SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 1-2)-series/$(ver_cut 1-3)/+download/${P}.tar.gz"
163 -
164 -LICENSE="GPL-3"
165 -SLOT="0"
166 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
167 -IUSE="s3 test"
168 -
169 -CDEPEND="
170 - net-libs/librsync
171 - app-crypt/gnupg
172 - dev-python/fasteners[${PYTHON_USEDEP}]
173 -"
174 -DEPEND="${CDEPEND}
175 - dev-python/setuptools[${PYTHON_USEDEP}]
176 - test? (
177 - app-arch/par2cmdline
178 - dev-python/mock[${PYTHON_USEDEP}]
179 - dev-python/pexpect[${PYTHON_USEDEP}]
180 - )
181 -"
182 -RDEPEND="${CDEPEND}
183 - dev-python/paramiko[${PYTHON_USEDEP}]
184 - dev-python/future[${PYTHON_USEDEP}]
185 - s3? ( dev-python/boto[${PYTHON_USEDEP}] )
186 -"
187 -
188 -RESTRICT="test"
189 -
190 -PATCHES=(
191 - "${FILESDIR}/${P}-fix-docs.patch"
192 -)
193 -
194 -python_test() {
195 - esetup.py test
196 -}
197 -
198 -pkg_postinst() {
199 - elog "Duplicity has many optional dependencies to support various backends."
200 - elog "Currently it's up to you to install them as necessary."
201 -}
202
203 diff --git a/app-backup/duplicity/duplicity-0.8.12.1612.ebuild b/app-backup/duplicity/duplicity-0.8.12.1612.ebuild
204 deleted file mode 100644
205 index 3f789257f08..00000000000
206 --- a/app-backup/duplicity/duplicity-0.8.12.1612.ebuild
207 +++ /dev/null
208 @@ -1,50 +0,0 @@
209 -# Copyright 1999-2020 Gentoo Authors
210 -# Distributed under the terms of the GNU General Public License v2
211 -
212 -EAPI=7
213 -PYTHON_COMPAT=( python3_6 python3_7 )
214 -
215 -inherit distutils-r1
216 -
217 -DESCRIPTION="Secure backup system using gnupg to encrypt data"
218 -HOMEPAGE="http://www.nongnu.org/duplicity/"
219 -SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 1-2)-series/$(ver_cut 1-3)/+download/${P}.tar.gz"
220 -
221 -LICENSE="GPL-3"
222 -SLOT="0"
223 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
224 -IUSE="s3 test"
225 -
226 -CDEPEND="
227 - net-libs/librsync
228 - app-crypt/gnupg
229 - dev-python/fasteners[${PYTHON_USEDEP}]
230 -"
231 -DEPEND="${CDEPEND}
232 - dev-python/setuptools[${PYTHON_USEDEP}]
233 - test? (
234 - app-arch/par2cmdline
235 - dev-python/mock[${PYTHON_USEDEP}]
236 - dev-python/pexpect[${PYTHON_USEDEP}]
237 - )
238 -"
239 -RDEPEND="${CDEPEND}
240 - dev-python/paramiko[${PYTHON_USEDEP}]
241 - dev-python/future[${PYTHON_USEDEP}]
242 - s3? ( dev-python/boto[${PYTHON_USEDEP}] )
243 -"
244 -
245 -RESTRICT="test"
246 -
247 -PATCHES=(
248 - "${FILESDIR}/${P}-fix-docs.patch"
249 -)
250 -
251 -python_test() {
252 - esetup.py test
253 -}
254 -
255 -pkg_postinst() {
256 - elog "Duplicity has many optional dependencies to support various backends."
257 - elog "Currently it's up to you to install them as necessary."
258 -}