Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
Date: Thu, 30 Nov 2017 20:08:10
Message-Id: 1512072445.bd1be943f5d600bcd1989160319e1b2da92140df.blueness@gentoo
1 commit: bd1be943f5d600bcd1989160319e1b2da92140df
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 30 20:07:03 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 20:07:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1be943
7
8 app-backup/borgbackup: remove vulnerable versions, bug #639102
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 app-backup/borgbackup/Manifest | 2 --
13 app-backup/borgbackup/borgbackup-1.1.1.ebuild | 40 ---------------------------
14 app-backup/borgbackup/borgbackup-1.1.2.ebuild | 40 ---------------------------
15 3 files changed, 82 deletions(-)
16
17 diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
18 index ebe587e391d..aea7966b691 100644
19 --- a/app-backup/borgbackup/Manifest
20 +++ b/app-backup/borgbackup/Manifest
21 @@ -1,3 +1 @@
22 -DIST borgbackup-1.1.1.tar.gz 2988023 SHA256 a5092cfdc57b7f85ce192d64642f94dc0c09ee152a735ae341942532302d3346 SHA512 07e716556fd3edd6d7cdca6045a6eb49a92cdc6d6e37a6999bbd1bc09e00134862081df0d9046c46f867cb4b45ab6ed98f3783eb4e27e4330fc48f0e4dd53272 WHIRLPOOL 8e40b111463e7e338f3c7974fcb8896586b4d640b9bde216fec2e64a8cdd41c89bda6081cc9b2a8819a384a69507b139e4101faa6f917d87155c983d12fecc29
23 -DIST borgbackup-1.1.2.tar.gz 19860535 SHA256 097b2d92d51f570aaea82ab6632481b8235b78d7bbaac9d8164bdfa6bd5b5502 SHA512 e818c4750c00559bc60196446e2c8fb01d8225b307982a9b6d3b38148d6ad7aa4766a6b9f06fee3954fbc34a4ff298ad6e49a758223906cc1d3d39c3d82dcec9 WHIRLPOOL e5e644506cd34dce872041d27edd652b7facb7ea9699a99451fce4271acbfa33ca56e3f0a4a33d3f92b60e05d4f89eb3285beb3fc13a745d274ba0175d4ae1f0
24 DIST borgbackup-1.1.3.tar.gz 2942183 BLAKE2B c7ca37459d35e06694cf9fdbef7328806cf03e6a4290368d47a2c06e1b6a0700d9dbba3efb170e130c7e59951d65ff8ca677955782150154f0ad2d12b93fe57b SHA512 8378e4f805bfb3e9a4e454f5ccfa58eef0517f13a2e8a2c3c6cbdb0304b763fa67152963b17d677daff09590eb777f12fbe1f3f69c3459bcc68781e5a747cb49
25
26 diff --git a/app-backup/borgbackup/borgbackup-1.1.1.ebuild b/app-backup/borgbackup/borgbackup-1.1.1.ebuild
27 deleted file mode 100644
28 index f0eea83acae..00000000000
29 --- a/app-backup/borgbackup/borgbackup-1.1.1.ebuild
30 +++ /dev/null
31 @@ -1,40 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python3_{4,5,6} )
38 -
39 -inherit distutils-r1
40 -
41 -if [[ ${PV} == "9999" ]] ; then
42 - EGIT_REPO_URI="https://github.com/${PN}/borg.git"
43 - inherit git-r3
44 -else
45 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 - KEYWORDS="amd64 ~x86"
47 -fi
48 -
49 -DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
50 -HOMEPAGE="https://borgbackup.readthedocs.io/"
51 -
52 -LICENSE="BSD"
53 -SLOT="0"
54 -IUSE="libressl"
55 -
56 -# Unfortunately we have a file conflict with app-office/borg, bug #580402
57 -RDEPEND="
58 - !!app-office/borg
59 - app-arch/lz4
60 - dev-python/llfuse[${PYTHON_USEDEP}]
61 - dev-python/msgpack[${PYTHON_USEDEP}]
62 - dev-python/pyzmq[${PYTHON_USEDEP}]
63 - !libressl? ( dev-libs/openssl:0= )
64 - libressl? ( dev-libs/libressl:0= )
65 -"
66 -
67 -DEPEND="
68 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
69 - dev-python/cython[${PYTHON_USEDEP}]
70 - ${RDEPEND}
71 -"
72
73 diff --git a/app-backup/borgbackup/borgbackup-1.1.2.ebuild b/app-backup/borgbackup/borgbackup-1.1.2.ebuild
74 deleted file mode 100644
75 index 664c1f81223..00000000000
76 --- a/app-backup/borgbackup/borgbackup-1.1.2.ebuild
77 +++ /dev/null
78 @@ -1,40 +0,0 @@
79 -# Copyright 1999-2017 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=6
83 -
84 -PYTHON_COMPAT=( python3_{4,5,6} )
85 -
86 -inherit distutils-r1
87 -
88 -if [[ ${PV} == "9999" ]] ; then
89 - EGIT_REPO_URI="https://github.com/${PN}/borg.git"
90 - inherit git-r3
91 -else
92 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
93 - KEYWORDS="~amd64 ~x86"
94 -fi
95 -
96 -DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
97 -HOMEPAGE="https://borgbackup.readthedocs.io/"
98 -
99 -LICENSE="BSD"
100 -SLOT="0"
101 -IUSE="libressl"
102 -
103 -# Unfortunately we have a file conflict with app-office/borg, bug #580402
104 -RDEPEND="
105 - !!app-office/borg
106 - app-arch/lz4
107 - dev-python/llfuse[${PYTHON_USEDEP}]
108 - dev-python/msgpack[${PYTHON_USEDEP}]
109 - dev-python/pyzmq[${PYTHON_USEDEP}]
110 - !libressl? ( dev-libs/openssl:0= )
111 - libressl? ( dev-libs/libressl:0= )
112 -"
113 -
114 -DEPEND="
115 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
116 - dev-python/cython[${PYTHON_USEDEP}]
117 - ${RDEPEND}
118 -"